logPurchase method

Future<bool> logPurchase({
  1. required double amount,
  2. required String currency,
})

Implementation

Future<bool> logPurchase({
  required double amount,
  required String currency,
}) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}