createAgent abstract method

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

Implementation

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