ClientConnection class abstract

A connection from a client from the perspective of a worker.

Constructors

ClientConnection()

Properties

closed Future<void>
A future that completes when the connection get closed, for instance because the owning tab is closed.
no setter
hashCode int
The hash code for this object.
no setterinherited
id int
The unique id for this connection.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

customRequest(JSAny? request) Future<JSAny?>
Sends a custom request towards the client. This is not currently implemented.
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