landscapeRightMode static method

dynamic landscapeRightMode()

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

Implementation

static landscapeRightMode() async {
  await SystemChrome.setPreferredOrientations(
      [DeviceOrientation.landscapeRight]);
}