completePurchaseVerification abstract method
Completes Android purchase processing after backend verification.
iOS callers do not need this method. Android can defer acknowledgement until the backend has verified and durably recorded the purchase token.
Implementation
Future<void> completePurchaseVerification({
required String purchaseToken,
required bool approved,
bool emitPurchaseSuccess = false,
});