stopScanner method
Stops the camera scanner
Implementation
Future<void> stopScanner() {
throw UnimplementedError('stopScanner() has not been implemented.');
}
Stops the camera scanner
Future<void> stopScanner() {
throw UnimplementedError('stopScanner() has not been implemented.');
}