requestScreenOrientation abstract method

Future<void> requestScreenOrientation({
  1. required ScreenOrientationTypes type,
  2. bool reverse = false,
})

Implementation

Future<void> requestScreenOrientation({
  required ScreenOrientationTypes type,
  bool reverse = false,
});