HttpIsolate class

Constructors

HttpIsolate({required dynamic data, required String method, required int timeout, required Map<String, String> header})
HttpIsolate.doc({required dynamic data, required String method, required int timeout, required Map<String, String> header, required String documentKey, required String documentPath})

Properties

data ↔ dynamic
getter/setter pair
documentKey String
getter/setter pair
documentPath String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
method String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeout int
getter/setter pair

Methods

getJson() Future
multipartWithFile() Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postJson() Future
toString() String
A string representation of this object.
inherited

Operators

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