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