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