stopScan method
Stops the current scan.
Implementation
Future<void> stopScan() {
throw UnimplementedError('stopScan() has not been implemented.');
}
Stops the current scan.
Future<void> stopScan() {
throw UnimplementedError('stopScan() has not been implemented.');
}