batchScanResultCallBack method
batch scanning result is obtained here
Implementation
void batchScanResultCallBack(List<BatchScanResult> result) {
if (callback != null) {
callback!.batchScanResult(result);
}
}
batch scanning result is obtained here
void batchScanResultCallBack(List<BatchScanResult> result) {
if (callback != null) {
callback!.batchScanResult(result);
}
}