cachedSubscriptions abstract method

Future<SubscriptionsResponse> cachedSubscriptions({
  1. required String userId,
})

Implementation

Future<SubscriptionsResponse> cachedSubscriptions({
  required String userId,
});