purchase method

Future<Transaction?> purchase(
  1. String appAccountToken,
  2. String productId
)

Implementation

Future<Transaction?> purchase(String appAccountToken, String productId) {
  throw UnimplementedError('purchase() has not been implemented.');
}