• Remove the event handler callback associated with the specified event name. If no event name is provided all the handler corresponding to all events are removed.

    Parameters

    • Optional eventName: EventType

      Name of the event for which Handler needs to be removed.

    Returns void