AppConnection class

A connection between the application loaded in the browser and DWDS.

Constructors

AppConnection(ConnectRequest request, SocketConnection _connection)

Properties

hashCode int
The hash code for this object.
no setterinherited
isDone bool
no setter
isInKeepAlivePeriod bool
no setter
isStarted bool
no setter
onDone Future<void>
no setter
onStart Future<void>
no setter
request ConnectRequest
The initial connection request sent from the application in the browser.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runMain() → void
shutDown() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited