fetchProducts method

Future<LinkFiveProducts?> fetchProducts()

Fetch all available Subscription for purchase for the user

The provider will notify you for changes

Implementation

Future<LinkFiveProducts?> fetchProducts() {
  return LinkFivePurchases.fetchProducts();
}