lastUsedTime property Null safety

int lastUsedTime
read / write

Has the last used timestamp for TOTP codes, should match what you passed into the functions last.

Implementation

static int lastUsedTime = 0;