startScan method

Future<void> startScan()

Implementation

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