isRotationOn method

Future<bool?> isRotationOn()

Detect whether the system orientation lock switch is turned on, only supports Android devices

Implementation

Future<bool?> isRotationOn() {
  return GetSettingsPlatform.instance.isRotationOn();
}