createAgent abstract method

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

Implementation

$async.Future<$5.Agent> createAgent(
    $grpc.ServiceCall call, $5.CreateAgentRequest request);