@override Future<String?> checkAirplaneMode() async { final mode = await methodChannel.invokeMethod<String>('checkAirplaneMode'); return mode; }