readAllPhotos method

ResponseFuture<PhotosResponse> readAllPhotos(
  1. ReadPhotosRequest request, {
  2. CallOptions? options,
})

/ use lastFetchTimestampUTC to only read the latest changes since last fetch

Implementation

$grpc.ResponseFuture<$0.PhotosResponse> readAllPhotos(
  $0.ReadPhotosRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$readAllPhotos, request, options: options);
}