reportRevenue abstract method

Future<void> reportRevenue(
  1. Revenue revenue
)

Sends the purchase information to the AppMetrica server.

Implementation

Future<void> reportRevenue(Revenue revenue);