ITransport class abstract
An abstraction over the behavior of transports. This is designed to support the framework and not intended for use by applications.
Constructors
Properties
Methods
-
connect(
String? url, TransferFormat transferFormat) → Future< void> -
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)
-
stop(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited