AddAccountService constructor
AddAccountService({
- AccountAggregation? accountAggregation,
- AccountManagement? accountManagement,
- CampaignsManagement? campaignsManagement,
- ComparisonShopping? comparisonShopping,
- String? externalAccountId,
- ProductsManagement? productsManagement,
- String? provider,
Implementation
AddAccountService({
this.accountAggregation,
this.accountManagement,
this.campaignsManagement,
this.comparisonShopping,
this.externalAccountId,
this.productsManagement,
this.provider,
});