Creating private methods within an Effect.Service
when I have an Effect.Service with N methods and I have some shared logic between them - can I somehow create some private method to be referenced by public api methods of this service but without declaring it outside of service definition?
I am thinking about something similar to normal classes api - some methods are public and some are private.
I am thinking about something similar to normal classes api - some methods are public and some are private.
