whenLifecycleStateResumed method
Future<Cancellable>
whenLifecycleStateResumed({
- bool runWithDelayed = true,
- Cancellable? cancellable,
Implementation
Future<Cancellable> whenLifecycleStateResumed(
{bool runWithDelayed = true, Cancellable? cancellable}) =>
whenLifecycleStateAtLeast(LifecycleState.started,
runWithDelayed: runWithDelayed, cancellable: cancellable);