setPreferredOrientations method

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

Implementation

Future<void> setPreferredOrientations({
  required List<GeneralLibraryAppDeviceOrientationType> orientations,
}) async {
  static_setPreferredOrientations(orientations: orientations);
}