remove On Text Selection Change Listener
abstract fun removeOnTextSelectionChangeListener(@NonNull listener: TextSelectionManager.OnTextSelectionChangeListener)
Removes a OnTextSelectionChangeListener, which gets notified when text selection changes in the document, such as different text is selected. 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.