reportRevenue abstract method

Future<void> reportRevenue(
  1. AppMetricaRevenue revenue
)

Sends the purchase information to the AppMetrica server.

Implementation

Future<void> reportRevenue(AppMetricaRevenue revenue);