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