itransport library

Classes

ITransport
An abstraction over the behavior of transports. This is designed to support the framework and not intended for use by applications.

Enums

HttpTransportType
Specifies a specific HTTP transport type.
TransferFormat
Specifies the transfer format for a connection.

Typedefs

AccessTokenFactory = Future<String> Function()
OnClose = void Function({Exception? error})
OnReceive = void Function(Object? data)
Data received call back. data: the content. Either a string (json) or Uint8List (binary)