onPrivateOSC property

void Function(String code, List<String> args)? onPrivateOSC
getter/setter pair

The callback that is called when the terminal receives a unrecognized escape sequence.

Implementation

void Function(String code, List<String> args)? onPrivateOSC;