static_setPreferredOrientations static method

Future<void> static_setPreferredOrientations({
  1. required List<GeneralLibraryAppDeviceOrientationType> orientations,
})
override

Implementation

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