readAllPhotos method
/ 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);
}