reportUserProfile static method
Sends information about updating the user profile using the userProfile
parameter.
Implementation
static Future<void> reportUserProfile(AppMetricaUserProfile userProfile) =>
_appMetrica.reportUserProfile(userProfile.toPigeon());