@override Future<bool> isSupported() async => await methodChannel.invokeMethod<bool>(BleChannelMethod.isSupported) ?? false;