@override Future<bool> isDeviceOrientationLocked() async { final bool? value = await methodChannel.invokeMethod<bool>('isDeviceOrientationLocked'); return value ?? false; }