lastUsedCounter property Null safety
read / write
Has the last used counter for HOTP and TOTP codes. TOTP codes are Milliseconds / 1000 / interval (default 30)
Implementation
static int lastUsedCounter = 0;
Has the last used counter for HOTP and TOTP codes. TOTP codes are Milliseconds / 1000 / interval (default 30)
static int lastUsedCounter = 0;