askarScanFree function
- ScanHandle handle
Implementation
ErrorCode askarScanFree(ScanHandle handle) {
final result = nativeAskarScanFree(handle.toInt());
return ErrorCode.fromInt(result);
}
ErrorCode askarScanFree(ScanHandle handle) {
final result = nativeAskarScanFree(handle.toInt());
return ErrorCode.fromInt(result);
}