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