Future<void> setProfileId(String profileId) async { await _ensureInitialized(); await _userBox!.put(profileIdKey, profileId); }