RxDioConfig class

Constructors

RxDioConfig()
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

Methods

getCacheInterface() CacheInterfaces?
getCacheState() bool
getDebug() bool
getHost() String
getJsonConvert() IJsonConvert
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCacheImpl(CacheInterfaces cacheInterface) → void
setCacheInterceptor(CacheInterceptor cacheInterceptor) → void
cacheInterceptor 缓存拦截器,实现抽象类CacheInterceptorInterface类
setDebugConfig(bool isDebug) → void
setHost(String host) → void
setInterceptor(Interceptor? interceptor) → void
Interceptors interceptors 拦截器
setInterceptors(Interceptors interceptors) → void
Interceptors interceptors 拦截器s
setJsonConvert(IJsonConvert jsonConvert) → void
setNetworkStatus(int code) → void
setUserCacheConfig(bool isUserCache) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance RxDioConfig
no setter