cancelScan method
Stop recognition of objects.
Implementation
Future<void> cancelScan() async {
return _barcodeScannerState?._cancelScan();
}
Stop recognition of objects.
Future<void> cancelScan() async {
return _barcodeScannerState?._cancelScan();
}