unbind method

void unbind(
  1. String eventName
)

Implementation

void unbind(String eventName) {
  eventCallbacks.remove(eventName);
}