restorePurchases method

Future<Object> restorePurchases()

Implementation

Future<Object> restorePurchases() async {
  throw UnsupportedError('In-app purchases are not available on web');
}