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