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
Is your feature request related to a problem? Please describe.
For Election api, provide a way to close an observed Listener.
For now, we can use the observe method in Election:
Is your feature request related to a problem? Please describe.
For
Election
api, provide a way to close an observedListener
.For now, we can use the
observe
method inElection
:to add a listener, but it does not provide a way for users to cancel or close the listener.
Describe the solution you'd like
Provide a way for users to close or cancel the listener.
The text was updated successfully, but these errors were encountered: