didSuspend property

Stream<LifecycleModule> didSuspend

The LifecycleModule was suspended.

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

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

Implementation

Stream<LifecycleModule> get didSuspend => _didSuspendController.stream;