disableScanner method

Future<void> disableScanner()

Disables the scanner.

Implementation

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