You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the view can only exist single presenter, I see the presenters in demo only need one UseCase, but the UseCase only do single things.
so,how to do this?Use multiple presenters in view or user multiple UseCase in presenter?