AccountSessionPayouts constructor

const AccountSessionPayouts({
  1. required bool enabled,
  2. AccountSessionPayoutsFeatures? features,
})

payouts_config_param

Configuration for the payouts embedded component.

Implementation

const AccountSessionPayouts({
  required this.enabled,
  this.features,
});