This method overrides the interface to fetch the subscriptions on view.
@override Future<bool> loadSubscriptions() async { await fetchProducts(); return true; }