restore static method

Future<bool> restore()

This will restore the subscriptions a user previously purchased.

All data will be refreshed and notified and delivered through the product stream

Implementation

static Future<bool> restore() {
  return LinkFivePurchasesImpl().restore();
}