readAll method

/ allows to read tickets from all accessible boutiques / no need to paginate yet, will conisder streaming

Implementation

$grpc.ResponseFuture<$0.TicketsResponse> readAll(
  $0.ReadAllTicketsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$readAll, request, options: options);
}