NetworkWrapper class

Constructors

NetworkWrapper()

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

deleteRequest(UrlRequest request) Future
Sends an HTTP DELETE request with the UrlRequest object waiting for a 200, 202 or 204 status code.
getRequest(UrlRequest request) Future
Sends an HTTP GET request with the UrlRequest object waiting for a 200 status code.
multipartRequest(MultipartUrlRequest request) Future
Sends an HTTP Multipart request with the UrlRequest object waiting for a 200 status code.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postRequest(UrlRequest request) Future
Sends an HTTP POST request with the UrlRequest object waiting for a 200, 202 or 204 status code.
putRequest(UrlRequest request) Future
Sends an HTTP PUT request with the UrlRequest object waiting for a 200, 202 or 204 status code.
toString() String
A string representation of this object.
inherited

Operators

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