startSoftScan method

Future<void> startSoftScan()

Starts a software scan trigger (initiates barcode scanning).

This is equivalent to pressing the hardware scan button. Use stopSoftScan or toggleSoftScan to control the scan session.

Implementation

Future<void> startSoftScan() {
  return _platform.startSoftScan();
}