logIAPResult abstract method

Future<void> logIAPResult(
  1. String pack,
  2. double price,
  3. int amount,
  4. String currency,
  5. bool isSuccess,
)

Implementation

Future<void> logIAPResult(
    String pack, double price, int amount, String currency, bool isSuccess);