readRssi method

  1. @override
Future<int> readRssi(
  1. String deviceId
)
override

实现 FlutterBluetoothPluginPlatform.readRssi

Web Bluetooth 不公开 RSSI。

Implementation

@override
Future<int> readRssi(String deviceId) {
  throw UnsupportedError('RSSI reads are not supported by Web Bluetooth.');
}