protocols property

List<ChannelProtocol>? protocols
final

This property is used to determine the nature of communication over this SINGLE_MASTER signaling channel. If WSS is specified, this API returns a websocket endpoint. If HTTPS is specified, this API returns an HTTPS endpoint.

Implementation

final List<ChannelProtocol>? protocols;