syncPurchases method

Future<void> syncPurchases()

Sync purchases if migrating from another payment sdk

Implementation

Future<void> syncPurchases() {
  return Purchases.syncPurchases();
}