createAgent_Pre method

Future<Agent> createAgent_Pre(
  1. ServiceCall call,
  2. Future<CreateAgentRequest> request
)

Implementation

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