getBanks method

  1. @override
Future<BankListResponse> getBanks()
override

Implementation

@override
Future<BankListResponse> getBanks() async =>
    BankListResponse.fromJson(await httpAdapter.httpGetResponse(
        uri: 'list-of-banks', headers: EpaycoConstants.headers));