onPostCall property

  1. @override
Stream<CommandContext> onPostCall
latefinal

A stream that emits contexts after the command callback is executed.

You might also be interested in:

  • onPreCall, for listening to the start of a command execution.

Implementation

@override
late final Stream<CommandContext> onPostCall = _onPostCallController.stream;