reportRevenue static method
Sends the purchase information to the AppMetrica server.
Implementation
static Future<void> reportRevenue(AppMetricaRevenue revenue) =>
_appMetrica.reportRevenue(revenue.toPigeon());
Sends the purchase information to the AppMetrica server.
static Future<void> reportRevenue(AppMetricaRevenue revenue) =>
_appMetrica.reportRevenue(revenue.toPigeon());