persistPurchase method

Future<void> persistPurchase(
  1. FastInAppPurchase purchase
)

Implementation

Future<void> persistPurchase(FastInAppPurchase purchase) async {
  return store.persist(purchase.productId, purchase.toJson());
}