listRobotsForLocations method

ResponseFuture<ListRobotsForLocationsResponse> listRobotsForLocations(
  1. ListRobotsForLocationsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$11.ListRobotsForLocationsResponse> listRobotsForLocations($11.ListRobotsForLocationsRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listRobotsForLocations, request, options: options);
}