onNotification property

void Function(String name, String value)? onNotification
getter/setter pair

Called when the application requests a desktop notification using OSC 9 or OSC 777.

Implementation

void Function(String title, String body)? onNotification;