rfidTimeout property
int?
get
rfidTimeout
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;
set
rfidTimeout
(int? val)
Implementation
set rfidTimeout(int? val) {
_rfidTimeout = val;
_set({"rfidTimeout": val});
}