getUserForGrowthBook method
Get user data for feature flagging (same as core with analytics).
Implementation
CoreUserData getUserForGrowthBook() {
return getCoreUserData(includeAnalyticsMetadata: true);
}
Get user data for feature flagging (same as core with analytics).
CoreUserData getUserForGrowthBook() {
return getCoreUserData(includeAnalyticsMetadata: true);
}