LifecycleHandler constructor

const LifecycleHandler({
  1. ExecAction? exec,
  2. HTTPGetAction? httpGet,
  3. TCPSocketAction? tcpSocket,
})

Default constructor.

Implementation

const LifecycleHandler({
  this.exec,
  this.httpGet,
  this.tcpSocket,
});