loadSubscriptions method

  1. @override
Future<bool> loadSubscriptions()
override

This method overrides the interface to fetch the subscriptions on view.

Implementation

@override
Future<bool> loadSubscriptions() async {
  await fetchProducts();
  return true;
}