listBanks_Pre method

Future<ListBanksResponse> listBanks_Pre(
  1. ServiceCall $call,
  2. Future<RequestEnvelope> $request
)

Implementation

$async.Future<$0.ListBanksResponse> listBanks_Pre($grpc.ServiceCall $call, $async.Future<$0.RequestEnvelope> $request) async {
  return listBanks($call, await $request);
}