Future<void> setSessionTimestamp(int timestamp) async { await _ensureInitialized(); await _userBox!.put(sessionTimestampKey, timestamp); }