@override Future<bool> connect(String remoteId) async => await methodChannel.invokeMethod<bool>( BleChannelMethod.connect, remoteId, ) ?? false;