onPostCall property Null safety

Stream<Context> onPostCall
late, final

A Stream of Contexts that emits after Command.execute has successfully been called (no exceptions were thrown).

Implementation

late final Stream<Context> onPostCall = postCallController.stream;