Lifecycle constructor
const
Lifecycle({
- LifecycleHandler? postStart,
- LifecycleHandler? preStop,
Default constructor.
Implementation
const Lifecycle({
this.postStart,
this.preStop,
});