editTextRequests property
Stream<EditTextRequested>
get
editTextRequests
Synchronous broadcast stream of text edit requests.
Handlers must be fast and avoid blocking work.
Implementation
Stream<EditTextRequested> get editTextRequests =>
_actionDispatcher.editTextRequests;