endPointURL property

String endPointURL

Returns the URL of the websocket.

Implementation

String get endPointURL {
  final params = Map<String, String>.from(this.params);
  params['vsn'] = Constants.vsn;
  return _appendParams(endPoint, params);
}