setScreenOrientation static method

dynamic setScreenOrientation(
  1. List<DeviceOrientation> orientations
)

Implementation

static setScreenOrientation(List<DeviceOrientation> orientations) {
  SystemChrome.setPreferredOrientations(orientations);
}