stopScan method

  1. @override
Future<void> stopScan()
override

Implementation

@override
Future<void> stopScan() async {
  scanStopped = true;
}