onOutput property
Stream<ProcessEvent>
get
onOutput
Stream of process events.
Implementation
Stream<ProcessEvent> get onOutput => _eventController.stream;
Stream of process events.
Stream<ProcessEvent> get onOutput => _eventController.stream;