verifyPurchase abstract method
Future<VerifyPurchaseResult>
verifyPurchase({
- VerifyPurchaseAndroidOptions? androidOptions,
- required String sku,
Verify purchases with the configured providers
Implementation
Future<VerifyPurchaseResult> verifyPurchase({
VerifyPurchaseAndroidOptions? androidOptions,
required String sku,
});