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