RestChannelOptions class

Passes additional properties to a RestChannel object, such as encryption, ChannelModeand channel parameters.

Properties

cipherParams CipherParams?
Channel Parameters(https://ably.com/docs/realtime/channels/channel-parameters/overview that configure the behavior of the channel.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

withCipherKey(dynamic key) Future<RestChannelOptions>
Constructor withCipherKey, that only takes a private key used to encrypt and decrypt payloads.