fun unbind(event: String, callback: ObservableCallback?): Unit
Unbinds the provided callback from an event.
event - The name of the event.
event
callback - The callback that was returned when the bind method was called.
callback