readAll method
/ use lastFetchTimestampUTC to only read the latest changes since last fetch.
/ Portal pagination: set limit > 0. limit == 0 means full dump (weebi_app sync).
Implementation
$grpc.ResponseFuture<$0.TicketsResponse> readAll(
$0.ReadAllTicketsRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$readAll, request, options: options);
}