RealtimeChannelConfig class

Constructors

RealtimeChannelConfig({bool ack = false, bool self = false, String key = ''})
const

Properties

ack bool
ack option instructs server to acknowlege that broadcast message was received
final
hashCode int
The hash code for this object.
no setterinherited
key String
key option is used to track presence payload across clients
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self bool
self option enables client to receive message it broadcasted
final

Methods

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

Operators

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