Hi,
Im using purchases_flutter: ^6.30.1 in my flutter app to handle downgrade and upgrade for subscriptions.
im getting issue in android while downgrading
await Purchases.purchasePackage call does not resolve when GoogleProrationMode.deferred is used.
Expected behavior: The await Purchases.purchasePackage call should resolve, allowing subsequent code to execute
Actual behavior: The await Purchases.purchasePackage call does not resolve
any help regard this ?