onNotification property

NotificationHandler? onNotification
getter/setter pair

Optional sink for every incoming notification, called after built-in handling (e.g. diagnostics are still delivered to diagnostics).

Implementation

NotificationHandler? onNotification;