WebSocketHandler class
- Implemented types
Constructors
Properties
-
channel
→ StreamChannel<
String> ? -
no setteroverride
- closeCode → int?
-
no setteroverride
- closeReason → String?
-
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ready
→ Future<
void> -
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String?
-
no setteroverride
Methods
-
close(
) → Future< void> -
override
-
connect(
) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setup(
{required String url}) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited