lastUsedCounter property Null safety

int lastUsedCounter
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;