TransportPlatform class abstract

Implementers

Constructors

TransportPlatform()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

newFormRequest() FormRequest
Constructs a new FormRequest instance.
newHttpClient() HttpClient
Constructs a new HttpClient instance.
newJsonRequest() JsonRequest
Constructs a new JsonRequest instance.
newMultipartRequest() MultipartRequest
Constructs a new MultipartRequest instance.
newRequest() Request
Constructs a new Request instance.
newStreamedRequest() StreamedRequest
Constructs a new StreamedRequest instance.
newWebSocket(Uri uri, {Map<String, dynamic>? headers, Iterable<String>? protocols}) Future<WebSocket>
Constructs a new WebSocket instance.
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