setScreenLandscape static method
void
setScreenLandscape()
Implementation
static void setScreenLandscape() => SystemChrome.setPreferredOrientations([
DeviceOrientation.landscapeLeft,
DeviceOrientation.landscapeRight,
]);