RemoteClient constructor
RemoteClient(
- StreamChannel<
String> channel, - CloseWithReason closeWithReason,
- String protocol
Implementation
RemoteClient(
StreamChannel<String> channel,
CloseWithReason closeWithReason,
String protocol,
) : this.fromJsonChannel(
const _JsonMapTransformer().bind(channel),
closeWithReason,
protocol,
);