notifyEvent method

void notifyEvent(
  1. String eventName, [
  2. Map<String, dynamic>? arg
])

Implementation

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