setUserProfileID static method

Future<void> setUserProfileID(
  1. String userProfileID
)

Set user profile ID

Implementation

static Future<void> setUserProfileID(String userProfileID) async {
  _userProfileID = userProfileID;
  await m.AppMetrica.setUserProfileID(userProfileID);
}