remove Instant Document Listener
Removes a previously added InstantDocumentListener. After calling this method the listener
will stop receiving instant document events. If the listener has not been added previously, this method will be a no-op. Passing null
is not allowed, and will result in an exception.
Parameters
listener
Listener to unregister from instant document events. May not be null
.