Lifecycle constructor

const Lifecycle({
  1. LifecycleHandler? postStart,
  2. LifecycleHandler? preStop,
})

Default constructor.

Implementation

const Lifecycle({
  this.postStart,
  this.preStop,
});