pauseScanner method

Future pauseScanner()

Implementation

Future pauseScanner() {
  return _channel.invokeMethod(_PAUSE_SCANNER);
}