enableScanner method

Future<void> enableScanner()

Enables the scanner.

Implementation

Future<void> enableScanner() {
  throw UnimplementedError('enableScanner() has not been implemented.');
}