SessionProposalCompleter constructor

SessionProposalCompleter(
  1. String selfPublicKey,
  2. String pairingTopic,
  3. Map<String, RequiredNamespace> requiredNamespaces,
  4. Completer completer,
)

Implementation

SessionProposalCompleter(
  this.selfPublicKey,
  this.pairingTopic,
  this.requiredNamespaces,
  this.completer,
);