resumeSubscriptionForCurrentUser method

Future<void> resumeSubscriptionForCurrentUser({
  1. required String productId,
})

1.3.0 no-userId overload — uses the currently identified user.

Implementation

Future<void> resumeSubscriptionForCurrentUser({required String productId}) {
  throw UnimplementedError('resumeSubscriptionForCurrentUser() has not been implemented.');
}