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