verifyPurchase abstract method

Future<VerifyPurchaseResult> verifyPurchase({
  1. VerifyPurchaseAndroidOptions? androidOptions,
  2. required String sku,
})

Verify purchases with the configured providers

Implementation

Future<VerifyPurchaseResult> verifyPurchase({
  VerifyPurchaseAndroidOptions? androidOptions,
  required String sku,
});