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