whenFirstStart method
Implementation
@Deprecated('use [launchWhenLifecycleStateStarted]')
Future<LifecycleEvent> whenFirstStart() =>
whenMoreThanState(LifecycleState.started)
.then((value) => LifecycleEvent.start);
@Deprecated('use [launchWhenLifecycleStateStarted]')
Future<LifecycleEvent> whenFirstStart() =>
whenMoreThanState(LifecycleState.started)
.then((value) => LifecycleEvent.start);