reportUserProfile abstract method

Future<void> reportUserProfile(
  1. UserProfile userProfile
)

Sends information about updating the user profile.

Implementation

Future<void> reportUserProfile(UserProfile userProfile);