Reads RSSI for the peripheral.
Optional transactionId could be used to cancel operation.
transactionId
Future<int> rssi({String? transactionId}) => _manager.rssi(this, transactionId ?? TransactionIdGenerator.getNextId());