HttpManager class

http请求

Constructors

HttpManager()

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

netFetch(dynamic url, dynamic params, Map<String, dynamic>? header, Options? option, {dynamic noTip = true, Map<String, dynamic>? queryParameters}) → dynamic
发起网络请求 url 请求url params 请求参数 header 外加头 option 配置
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