Set user ID
static Future<void> setUserId(String userId) async { _userId = userId; await AnalyticsManager.setUserId(userId); }