debugSaveRFIDSession property
If set to true
, RFID sessions will be saved to the application's directory.
Implementation
bool? get debugSaveRFIDSession => _debugSaveRFIDSession;
Implementation
set debugSaveRFIDSession(bool? val) {
_debugSaveRFIDSession = val;
_setProcessParams({"debugSaveRFIDSession": val}, this);
}