readAll method
/ allows to read tickets from all accessible boutiques / no need to paginate yet, will conisder streaming
Implementation
$grpc.ResponseFuture<$14.TicketsResponse> readAll($14.ReadAllTicketsRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$readAll, request, options: options);
}