rfidTimeout property
Use the parameter to set the time limit (in seconds) for the RFID chip reading, beyond which it does not continue regardless of its result.
Android only.
Implementation
int? get rfidTimeout => _rfidTimeout;
Implementation
set rfidTimeout(int? val) {
_rfidTimeout = val;
_set({"rfidTimeout": val});
}