@override Future<void> setUserId(String? userId) async { if (!_initialized || userId == null) return; _mixpanel.identify(userId); }