RelayClient constructor

RelayClient(
  1. ICore core, {
  2. IMessageTracker? messageTracker,
  3. ITopicMap? topicMap,
  4. bool test = false,
  5. dynamic relayUrl = WalletConnectConstants.RELAYER_DEFAULT_PROTOCOL,
})

Implementation

RelayClient(
  this.core, {
  this.messageTracker,
  this.topicMap,
  this.test = false,
  relayUrl = WalletConnectConstants.RELAYER_DEFAULT_PROTOCOL,
});