previousTextEventSink property

StreamSink<String>? previousTextEventSink
getter/setter pair

previousTextEventSink is a StreamSink which is used to store the previous text event sink

Implementation

StreamSink<String>? previousTextEventSink;