Sometimes it can be handy to be able to remote all reply and text listeners. Also removes the burden of needing to track what listeners are registered so you can unregister them with removeTextListeners/removeReplyListeners. Instead you can just use clearTextListeners/clearReplyListeners.
npm run doc
Description
Sometimes it can be handy to be able to remote all reply and text listeners. Also removes the burden of needing to track what listeners are registered so you can unregister them with
removeTextListeners
/removeReplyListeners
. Instead you can just useclearTextListeners
/clearReplyListeners
.