unregisterEvent method
Implementation
void unregisterEvent(String eventName, ITUINotificationCallback? callback) {
ITUINotification().unregister(eventName, callback);
}
void unregisterEvent(String eventName, ITUINotificationCallback? callback) {
ITUINotification().unregister(eventName, callback);
}