didUnload property

Stream<LifecycleModule> didUnload

The LifecycleModule was unloaded.

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

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

Implementation

Stream<LifecycleModule> get didUnload => _didUnloadController.stream;