notify property

Stream<String> get notify

One event per OSC 9 / OSC 777 desktop notification. Payload is either the notification body (OSC 9) or "title\0body" (OSC 777).

Implementation

Stream<String> get notify => _notifyCtl.stream;