trainAgent_Pre method

Future<Operation> trainAgent_Pre(
  1. ServiceCall call,
  2. Future<TrainAgentRequest> request
)

Implementation

$async.Future<$0.Operation> trainAgent_Pre($grpc.ServiceCall call,
    $async.Future<$2.TrainAgentRequest> request) async {
  return trainAgent(call, await request);
}