AddAccountService constructor

AddAccountService({
  1. AccountAggregation? accountAggregation,
  2. AccountManagement? accountManagement,
  3. CampaignsManagement? campaignsManagement,
  4. ComparisonShopping? comparisonShopping,
  5. String? externalAccountId,
  6. ProductsManagement? productsManagement,
  7. String? provider,
})

Implementation

AddAccountService({
  this.accountAggregation,
  this.accountManagement,
  this.campaignsManagement,
  this.comparisonShopping,
  this.externalAccountId,
  this.productsManagement,
  this.provider,
});