landscapeLeftMode static method

dynamic landscapeLeftMode()

将设备旋转到横向左侧模式

Implementation

static landscapeLeftMode() async {
  await SystemChrome.setPreferredOrientations(
      [DeviceOrientation.landscapeLeft]);
}