Future<void> setSessionId(String sessionId) async { await _ensureInitialized(); await _userBox!.put(sessionIdKey, sessionId); }