LifecycleHook constructor

const LifecycleHook(
  1. String id,
  2. AppLifecycleState state,
  3. void onLifecycleEvent()
)

Implementation

const LifecycleHook(
  this.id,
  this.state,
  this.onLifecycleEvent,
);