NotifyBundle constructor
const
NotifyBundle({})
Creates a new NotifyBundle with the given functions
Implementation
const NotifyBundle({
this.listenF,
this.listenCloseF,
this.connectedF,
this.disconnectedF,
});
Creates a new NotifyBundle with the given functions
const NotifyBundle({
this.listenF,
this.listenCloseF,
this.connectedF,
this.disconnectedF,
});