stopScan method

Future stopScan()

暂停扫描

Implementation

Future stopScan() async {
  await Fqreader._stopScan();
  await _readySubscription?.cancel();
  _readySubscription = null;
}