restoreSubscriptions method

dynamic restoreSubscriptions()

Restore Subscriptions of the user

The provider will notify you if there is a change

Implementation

restoreSubscriptions() {
  return LinkFivePurchases.restore();
}