SetupIntent constructor
SetupIntent({
- required String clientSecret,
Returns a new SetupIntent instance.
Implementation
SetupIntent({
required this.clientSecret,
});
Returns a new SetupIntent instance.
SetupIntent({
required this.clientSecret,
});