fetchSubscriptions abstract method

Future<List<Subscription>> fetchSubscriptions(
  1. Object skuId, {
  2. Object? userId,
  3. int? limit,
  4. Object? before,
  5. Object? after,
})

Implementation

Future<List<Subscription>> fetchSubscriptions(
  Object skuId, {
  Object? userId,
  int? limit,
  Object? before,
  Object? after,
});