ChatSocket class
Constructors
- ChatSocket(String? _integrationId, IntegrationResponse? integrationResponse)
Properties
- channel ↔ WebSocketChannel?
-
getter/setter pair
- controller ↔ StreamController?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- integrationResponse ↔ IntegrationResponse?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
connect(
) → Future< void> -
disconnect(
) → void -
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
-
getInstance(
String integrationId) → Future< ChatSocket>