stopScanner method

Future stopScanner()

Implementation

Future stopScanner() {
  return _channel.invokeMethod(_STOP_SCANNER);
}