whenLifecycleNextEventStop method

Future<Cancellable> whenLifecycleNextEventStop({
  1. bool runWithDelayed = false,
  2. Cancellable? cancellable,
})

Implementation

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