reportUserProfile static method
AppMetrica wrapper
Implementation
static Future<void> reportUserProfile(UserProfile userProfile) async {
if (kIsWeb || !Platform.isAndroid && !Platform.isIOS) return;
await m.AppMetrica.reportUserProfile(userProfile);
}