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