onCurrentDirectoryChange property

void Function(String title)? onCurrentDirectoryChange
getter/setter pair

Called when the application reports its current directory using OSC 7.

Implementation

void Function(String uri)? onCurrentDirectoryChange;