unregisterEvent method

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

Implementation

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