getRoverRentalRobots_Pre method

Future<GetRoverRentalRobotsResponse> getRoverRentalRobots_Pre(
  1. ServiceCall call,
  2. Future<GetRoverRentalRobotsRequest> request
)

Implementation

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