VMTransportPlatform class

Implemented types

Constructors

VMTransportPlatform()
const

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
Construct a FormRequest instance for use in the Dart VM.
override
newHttpClient() HttpClient
Construct an HttpClient instance for use in the Dart VM.
override
newJsonRequest() JsonRequest
Construct a JsonRequest instance for use in the Dart VM.
override
newMultipartRequest() MultipartRequest
Construct a MultipartRequest instance for use in the Dart VM.
override
newRequest() Request
Construct a Request instance for use in the Dart VM.
override
newStreamedRequest() StreamedRequest
Construct a StreamedRequest instance for use in the Dart VM.
override
newWebSocket(Uri uri, {Map<String, dynamic>? headers, Iterable<String>? protocols, bool? sockJSDebug, bool? sockJSNoCredentials, List<String>? sockJSProtocolsWhitelist, Duration? sockJSTimeout, bool? useSockJS}) Future<WebSocket>
Construct a WebSocket instance for use in the Dart VM.
override
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