AddAccountService constructor

AddAccountService({
  1. AccountAggregation? accountAggregation,
  2. String? provider,
})

Implementation

AddAccountService({this.accountAggregation, this.provider});