stopScan method

Future<void> stopScan()

停止扫描

Implementation

Future<void> stopScan() async {
  return _api.stopScan();
}