stopScan method

void stopScan()

Implementation

void stopScan() {
  _newScannedDeviceCb = null;
  _channel.invokeMethod('stopScan', null);
}