onCommandExecuted property

Stream<CommandExecutionEvent> get onCommandExecuted

Stream of command execution events.

Implementation

Stream<CommandExecutionEvent> get onCommandExecuted =>
    _executionController.stream;