updateAgent_Pre method

Future<Agent> updateAgent_Pre(
  1. ServiceCall call,
  2. Future<UpdateAgentRequest> request
)

Implementation

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