stopScan method

Future<void> stopScan()

停止扫描

Implementation

Future<void> stopScan() async {
  isScanning = false;
  FlutterBluePlus.stopScan();
}