cancelSubscriptionForCurrentUser method

Future<void> cancelSubscriptionForCurrentUser({
  1. required String productId,
  2. bool immediate = false,
})

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

Implementation

Future<void> cancelSubscriptionForCurrentUser({required String productId, bool immediate = false}) {
  throw UnimplementedError('cancelSubscriptionForCurrentUser() has not been implemented.');
}