I want to display in a label the CurrentNumber from Middleware but I saw that there is no (uniqueNumbersService) getCurrentNumber method (only getNextNumber). Why?
I need to use a Service in order to solve my problem.
Hi,
The service is designed to receive new values. We don’t plan to include additional methods into the service. Use custom service implementation to obtain a current value.
1 Like