Future<String?> getSessionId() async { await _ensureInitialized(); return _userBox!.get(sessionIdKey); }