didUnloadChildModule property

Stream<LifecycleModule> didUnloadChildModule

A child LifecycleModule was unloaded.

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

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

Implementation

Stream<LifecycleModule> get didUnloadChildModule =>
    _didUnloadChildModuleController.stream;