StompService constructor
StompService(
- Host _host, {
- StompServiceOptions? options,
Implementation
StompService(this._host, {StompServiceOptions? options})
: _options = options ?? StompServiceOptions();