whenLifecycleNextEventStart method

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

Implementation

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