@override Future<void> readRssi(String remoteId) { return methodChannel.invokeMethod<void>('readRssi', <String, Object?>{ 'remoteId': remoteId, }); }