whenLifecycleStateAtLeast method
Future<Cancellable>
whenLifecycleStateAtLeast(
- LifecycleState state, {
- bool runWithDelayed = false,
- Cancellable? cancellable,
Implementation
Future<Cancellable> whenLifecycleStateAtLeast(LifecycleState state,
{bool runWithDelayed = false, Cancellable? cancellable}) =>
launchWhenLifecycleStateAtLeast(
targetState: state,
runWithDelayed: runWithDelayed,
cancellable: cancellable,
block: (c) => c);