BankAccountsService constructor

BankAccountsService({
  1. required String baseUrl,
  2. required AuthenticationService authenticationService,
})

Implementation

BankAccountsService(
    {required this.baseUrl, required this.authenticationService});