getRoverRentalRobots_Pre method
Future<GetRoverRentalRobotsResponse>
getRoverRentalRobots_Pre(
- ServiceCall call,
- Future<
GetRoverRentalRobotsRequest> request
Implementation
$async.Future<$9.GetRoverRentalRobotsResponse> getRoverRentalRobots_Pre($grpc.ServiceCall call, $async.Future<$9.GetRoverRentalRobotsRequest> request) async {
return getRoverRentalRobots(call, await request);
}