registerEvent method

void registerEvent(
  1. String eventName,
  2. ITUINotificationCallback? callback
)

Implementation

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