logInAppPurchase method

Future<void> logInAppPurchase(
  1. String transactionId
)

Log an in-app purchase from the platform store

Implementation

Future<void> logInAppPurchase(String transactionId) {
  throw UnimplementedError('logInAppPurchase() has not been implemented.');
}