void notifyEvent(String eventName, [Map<String, dynamic>? arg]) { ITUINotification().notify(eventName, arg); }