didLoadChildModule property

Stream<LifecycleModule> didLoadChildModule

A child LifecycleModule was loaded.

Any error or exception thrown during the child LifecycleModule's onLoad call will be emitted.

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

Implementation

Stream<LifecycleModule> get didLoadChildModule =>
    _didLoadChildModuleController.stream;