newRobot_Pre method
- ServiceCall call,
- Future<
NewRobotRequest> request
Implementation
$async.Future<$9.NewRobotResponse> newRobot_Pre($grpc.ServiceCall call, $async.Future<$9.NewRobotRequest> request) async {
return newRobot(call, await request);
}