LifecycleHandler constructor
const
LifecycleHandler({
- ExecAction? exec,
- HTTPGetAction? httpGet,
- TCPSocketAction? tcpSocket,
Default constructor.
Implementation
const LifecycleHandler({
this.exec,
this.httpGet,
this.tcpSocket,
});