BrowserHttpClient class

Inheritance

Constructors

BrowserHttpClient()

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

delete(String url, {dynamic data, Map<String, String>? headers}) Future<Response>
override
get(String url, {dynamic data, Map<String, String>? headers}) Future<Response>
override
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(String url, dynamic data, {Map<String, String>? headers}) Future<Response>
override
post(String url, dynamic data, {Map<String, String>? headers}) Future<Response>
override
put(String url, dynamic data, {Map<String, String>? headers}) Future<Response>
override
streamedRequest(String method, String url, int length, Stream uploadStream, {Map<String, String>? headers}) Future<Response>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited