remove On Annotation Deselected Listener
abstract fun removeOnAnnotationDeselectedListener(@NonNull listener: AnnotationManager.OnAnnotationDeselectedListener)
Remove a previously registered OnAnnotationDeselectedListener. If the provider hasn't been registered previously, this method will be a no-op.
Parameters
listener
Listener to unregister. Must be non-null.