remove On Text Selection Mode Change Listener
open fun removeOnTextSelectionModeChangeListener(@NonNull listener: TextSelectionManager.OnTextSelectionModeChangeListener)
Removes a previously added OnTextSelectionModeChangeListener, which gets notified when entering and exiting a text selection in the document. Upon calling this method the listener
will no longer be notified. If the listener has not been added, this method will be a no-op.
Parameters
listener
Listener to unregister. Must be non-null.