horizontalScreen static method

void horizontalScreen()

横屏

Implementation

static void horizontalScreen(){
  SystemChrome.setPreferredOrientations([
    DeviceOrientation.landscapeLeft,
    DeviceOrientation.landscapeRight,
  ]);
}