Detect whether the system orientation lock switch is turned on, only supports Android devices
Future<bool?> isRotationOn() { return GetSettingsPlatform.instance.isRotationOn(); }