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 use abstract classes and implementation, but when I call signalReady(this) I got an error, because this is the implementation class and not the super. What's the best practice for it?