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