presentCancelFlowForCurrentUser method
1.3.0 no-userId overload — uses the currently identified user.
Implementation
Future<String?> presentCancelFlowForCurrentUser({required String productId}) {
throw UnimplementedError('presentCancelFlowForCurrentUser() has not been implemented.');
}