presentCancelFlowForCurrentUser method
1.3.0 no-userId overload — uses the currently identified user.
Implementation
@override
Future<String?> presentCancelFlowForCurrentUser({required String productId}) async {
return await methodChannel.invokeMethod<String>('presentCancelFlow', {
'productId': productId,
});
}