createAgent_Pre method
Implementation
$async.Future<$4.Agent> createAgent_Pre($grpc.ServiceCall call,
$async.Future<$4.CreateAgentRequest> request) async {
return createAgent(call, await request);
}
$async.Future<$4.Agent> createAgent_Pre($grpc.ServiceCall call,
$async.Future<$4.CreateAgentRequest> request) async {
return createAgent(call, await request);
}