DdTaokeUtil class

Constructors

DdTaokeUtil()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tkApi String
final

Methods

get(String url, {RequestParams? requestParams, bool isTaokeApi = true}) Future<String>
发起http请求
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
post(String url, {Map<String, dynamic>? data, OnRequestStart? onStart, ApiError? error, bool? isTaokeApi, ValueChanged? otherDataHandle}) Future<String>
POST 请求
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance DdTaokeUtil
no setter