createCustomService static method
Creates a STOMP service with custom options
Implementation
static StompService createCustomService(Host host, StompServiceOptions options) {
return StompService(host, options: options);
}
Creates a STOMP service with custom options
static StompService createCustomService(Host host, StompServiceOptions options) {
return StompService(host, options: options);
}