setPreferredOrientations static method
Sets the preferred screen orientations.
Implementation
static Future<void> setPreferredOrientations(
List<DeviceOrientation> orientations) async {
await SystemChrome.setPreferredOrientations(orientations);
}