stopScan method

Future<void> stopScan()

停止 BLE 扫描。

Implementation

Future<void> stopScan() {
  throw UnimplementedError('stopScan() has not been implemented.');
}