reportUserProfile static method

Future<void> reportUserProfile(
  1. UserProfile userProfile
)

Sends information about updating the user profile using the userProfile parameter.

Implementation

static Future<void> reportUserProfile(UserProfile userProfile) =>
    _appMetrica.reportUserProfile(userProfile.toPigeon());