stopScanner method

Future<String?> stopScanner()

Implementation

Future<String?> stopScanner() {
  throw UnimplementedError('stopScanner() has not been implemented.');
}