readDeviceRssi property
Future<void>
get
readDeviceRssi
Read the real-time RSSI value of the watch. The query result will be obtained through the deviceRssiEveStm listening stream and saved in the "event" field.
Implementation
Future<void> get readDeviceRssi {
return _platform.readDeviceRssi;
}