AccountSessionPayouts constructor
const
AccountSessionPayouts({
- required bool enabled,
- AccountSessionPayoutsFeatures? features,
payouts_config_param
Configuration for the payouts embedded component.
Implementation
const AccountSessionPayouts({
required this.enabled,
this.features,
});