startScanner method

Future startScanner()

Implementation

Future startScanner(){
  return _channel.invokeMethod(_START_SCANNER);
}