whenLifecycleNextEventStop method
Future<Cancellable>
whenLifecycleNextEventStop({
- bool runWithDelayed = false,
- Cancellable? cancellable,
Implementation
Future<Cancellable> whenLifecycleNextEventStop(
{bool runWithDelayed = false, Cancellable? cancellable}) =>
whenLifecycleNextEvent(LifecycleEvent.stop,
runWithDelayed: runWithDelayed, cancellable: cancellable);