static_setPreferredOrientations static method
Future<void>
static_setPreferredOrientations({
- required List<
GeneralLibraryAppDeviceOrientationType> orientations,
override
Implementation
static Future<void> static_setPreferredOrientations({
required List<GeneralLibraryAppDeviceOrientationType> orientations,
}) async {
static_flutter_setPreferredOrientations(
orientations: orientations.toFlutter());
}