FastAppLifecycleBlocState constructor

FastAppLifecycleBlocState({
  1. AppLifecycleState appLifeCycleState = AppLifecycleState.detached,
})

Implementation

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