<@U2FRKFGV9> not related to your question. But you...
# getting-started
d
@qwert_ukg not related to your question. But you’re violating “Single Responsibility Principle” because you put two distinct responsilities into a single object, NotificationRespository should only be responsible of storing & loading data. The responsibility of sending notification should be delegated to other objects.
q
yep, i see, its only for current case, sure i will make it separatelly after understanding coroutines, thanks