WebSocketTransport class
- Implemented types
Constructors
- WebSocketTransport(AccessTokenFactory? accessTokenFactory, Logger? logger, bool logMessageContent)
Properties
Methods
-
connect(
String? url, TransferFormat transferFormat) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
Object data) → Future< void> -
data: the content. Either a string (json) or Uint8List (binary)
override
-
stop(
) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited