AberchatConfig class

Constructors

AberchatConfig({required String appId, required String apiKey, required String roomId, String userId = 'anonymous', bool autoConnect = false, bool triggerBoth = true, OnReceivedEvent? onChatAlreadyRead, OnReceivedEvent? onChatJoined, OnReceivedEvent? onChatRead, OnReceivedEvent? onChatReceive, OnReceivedEvent? onChatSend})

Properties

apiKey String
final
appId String
final
autoConnect bool
final
hashCode int
The hash code for this object.
no setterinherited
onChatAlreadyRead OnReceivedEvent?
final
onChatJoined OnReceivedEvent?
final
onChatRead OnReceivedEvent?
final
onChatReceive OnReceivedEvent?
final
onChatSend OnReceivedEvent?
final
roomId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
triggerBoth bool
final
url String
no setter
userId String
final

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