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