Closed maxschmeling closed 5 years ago
This change makes it more obvious how to remove a listener that has been added. It took me a little digging to realize that I needed to call subscription.remove() instead of there being a removeListener method.
subscription.remove()
removeListener
Thank you!
This change makes it more obvious how to remove a listener that has been added. It took me a little digging to realize that I needed to call
subscription.remove()
instead of there being aremoveListener
method.