transport_scheme property

String? transport_scheme
getter/setter pair

Custom transport scheme string to use. Otherwise the used protocol will be used (for example WS for ws:// or WSS for wss://, based on the given web socket URL).

Implementation

String? transport_scheme;