IOWsChannel class
- Inheritance
-
- Object
- AbstractIOWsChannel
- IOWsChannel
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isReady → bool
-
no setteroverride
- lastPongFromServer → int?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sinkAdd(
{Mappable? map, String? data}) → void -
override
-
start(
) → Future< bool> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
wsClose(
) → void -
override
-
wsConnect(
) → Future< bool> -
override
-
wsHandleError(
void handleError(dynamic error)?) → void -
override
-
wsListen(
void onData(dynamic event), {void onError(dynamic error)?, void onDone()?}) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited