stopScan method

Future<void> stopScan()

Implementation

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