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