stopScan method

Future<void> stopScan()

Implementation

Future<void> stopScan() {
  return ZebraDataWedgePlatform.instance.stopScan();
}