cancelScan method

Future<void> cancelScan()

Stop recognition of objects.

Implementation

Future<void> cancelScan() async {
  return _barcodeScannerState?._cancelScan();
}