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