onPreCall property Null safety

Stream<Context> onPreCall
late, final

A Stream of Contexts that emits after the checks have succeeded, but before Command.execute is called.

Implementation

late final Stream<Context> onPreCall = preCallController.stream;