stopScan method

Future<bool?> stopScan()

Implementation

Future<bool?> stopScan() {
  return UrovoScanPlatform.instance.stopScan();
}