remove On Text Form Element Suggestion Request Listener
open fun removeOnTextFormElementSuggestionRequestListener(@NonNull listener: FormManager.OnTextFormElementSuggestionRequestListener)
Removes a previously registered OnTextFormElementSuggestionRequestListener. Upon calling this method the listener
will no longer be notified of any requests. If the listener has not been added, this method will be a no-op. Adding null
is not allowed, and will result in an exception.
Parameters
listener
OnTextFormElementSuggestionRequestListener that should be removed. Must be non-null.