fetchProducts method
Fetch all available Subscription for purchase for the user
The provider will notify you for changes
Implementation
Future<LinkFiveProducts?> fetchProducts() {
return LinkFivePurchases.fetchProducts();
}
Fetch all available Subscription for purchase for the user
The provider will notify you for changes
Future<LinkFiveProducts?> fetchProducts() {
return LinkFivePurchases.fetchProducts();
}