stopScan method

void stopScan()

Implementation

void stopScan(){
  _channel.invokeMethod("stopScan");
}