getBank_Pre method
Implementation
$async.Future<$2.Bank> getBank_Pre($grpc.ServiceCall call, $async.Future<$0.RequestEnvelope> request) async {
return getBank(call, await request);
}
$async.Future<$2.Bank> getBank_Pre($grpc.ServiceCall call, $async.Future<$0.RequestEnvelope> request) async {
return getBank(call, await request);
}