stopDeviceScan method

void stopDeviceScan()

Implementation

void stopDeviceScan() {
  _assureInitialized();
  _platformSdk.stopDeviceScan();
}