willSuspend property

Stream<LifecycleModule> willSuspend

The LifecycleModule is about to be suspended.

Implementation

Stream<LifecycleModule> get willSuspend => _willSuspendController.stream;