setUserProfileID abstract method

Future<void> setUserProfileID(
  1. String? userProfileID
)

Sets the ID for the user profile.

If Profile Id sending is not configured, predefined attributes are not displayed in the web interface.

Implementation

Future<void> setUserProfileID(String? userProfileID);