updateAgent_Pre method
Implementation
$async.Future<$5.Agent> updateAgent_Pre($grpc.ServiceCall call,
$async.Future<$5.UpdateAgentRequest> request) async {
return updateAgent(call, await request);
}
$async.Future<$5.Agent> updateAgent_Pre($grpc.ServiceCall call,
$async.Future<$5.UpdateAgentRequest> request) async {
return updateAgent(call, await request);
}