FastAppLifecycleBlocState constructor
FastAppLifecycleBlocState({
- AppLifecycleState appLifeCycleState = AppLifecycleState.detached,
Implementation
FastAppLifecycleBlocState({
this.appLifeCycleState = AppLifecycleState.detached,
});