onPostCall property Null safety

Stream<T> onPostCall

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

Stream<T> get onPostCall;