BrowserTransportPlatform class
- Implemented types
- Implementers
Constructors
- BrowserTransportPlatform()
-
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 browser.
override
-
newHttpClient(
) → HttpClient -
Construct a HttpClient instance for use in the browser.
override
-
newJsonRequest(
) → JsonRequest -
Construct a JsonRequest instance for use in the browser.
override
-
newMultipartRequest(
) → MultipartRequest -
Construct a MultipartRequest instance for use in the browser.
override
-
newRequest(
) → Request -
Construct a Request instance for use in the browser.
override
-
newStreamedRequest(
) → StreamedRequest -
Construct a StreamedRequest instance for use in the browser.
override
-
newWebSocket(
Uri uri, {Map< String, dynamic> ? headers, Iterable<String> ? protocols}) → Future<WebSocket> -
Construct a WebSocket instance for use in the browser.
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