stopScan method
Stop the current scanning progress Will do nothing if there is no scanning progress
Implementation
Future<void> stopScan() {
throw UnimplementedError('stopScan() has not been implemented.');
}
Stop the current scanning progress Will do nothing if there is no scanning progress
Future<void> stopScan() {
throw UnimplementedError('stopScan() has not been implemented.');
}