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
Looks like the boolean return from this method is ignored anywhere in the project.
Many places just always returns false.
Plus in some places this method called as like it is void.
The suggestion is to bite a bullet and change this contract to void.
Even if this is a breaking change, it should be OK for the current major version.