Future<int?> getSessionTimestamp() async { await _ensureInitialized(); return _userBox!.get(sessionTimestampKey); }