willLoadChildModule property

Stream<LifecycleModule> willLoadChildModule

A child LifecycleModule is about to be loaded.

Any error or exception thrown during the parent LifecycleModule's onDidLoadChildModule call will be emitted.

Implementation

Stream<LifecycleModule> get willLoadChildModule =>
    _willLoadChildModuleController.stream;