Sets the user ID for analytics tracking.
@override Future<void> setUserId(String userId) async { clickstreamAnalytics?.setUserId(userId); }