stopScanning method
Stop QR scanning
Implementation
Future<void> stopScanning() {
throw UnimplementedError('stopScanning() has not been implemented.');
}
Stop QR scanning
Future<void> stopScanning() {
throw UnimplementedError('stopScanning() has not been implemented.');
}