SecureChannel constructor

SecureChannel(
  1. String channel,
  2. ChaCha20Key password,
  3. Map<String, dynamic> metadata
)

Implementation

SecureChannel(this.channel, this.password, this.metadata);