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