RemoteClient constructor

RemoteClient(
  1. StreamChannel<String> channel
)

Implementation

RemoteClient(StreamChannel<String> channel)
    : this.withoutJson(jsonDocument.bind(channel).cast<Map>());