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