listLocations method

ResponseFuture<ListLocationsResponse> listLocations(
  1. ListLocationsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$9.ListLocationsResponse> listLocations($9.ListLocationsRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listLocations, request, options: options);
}