remove On Form Element Deselected Listener
open fun removeOnFormElementDeselectedListener(@NonNull listener: FormManager.OnFormElementDeselectedListener)
Removes a previously registered OnFormElementDeselectedListener. Upon calling this method the listener
will no longer be notified of any changes. 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
OnFormElementDeselectedListener that should be removed. Must be non-null.