setUserProfileID static method
Sets the ID for the user profile using the userProfileID
parameter.
If Profile Id sending is not configured, predefined attributes are not displayed in the web interface.
Implementation
static Future<void> setUserProfileID(String? userProfileID) =>
_appMetrica.setUserProfileID(userProfileID);