syncPurchases method
Sync purchases if migrating from another payment sdk
Implementation
Future<void> syncPurchases() {
return Purchases.syncPurchases();
}
Sync purchases if migrating from another payment sdk
Future<void> syncPurchases() {
return Purchases.syncPurchases();
}