RequestManager mixin

Superclass constraints
Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
isLogEnabled bool
getter/setter pairinherited
isOnlyShowErrorApis bool
getter/setter pair
listeners List<void Function(List<RequestModel> requestModels)>
getter/setter pair
mapRequestOptions Map<RequestOptions, RequestModel>
getter/setter pair
mapsRequest Map<RequestOptions, RequestModel>
getter/setter pair
getter/setter pairinherited
requestModels List<RequestModel>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveManager SaveManager
getter/setter pairinherited
valueFromResponse ValueFromResponse
getter/setter pair

Methods

addListener(void listener(List<RequestModel> requestModels)) → void
addMapRequestOption(RequestOptions options, RequestModel model) → dynamic
addRequest(RequestModel requestModel, RequestOptions options) → void
calcContentLength(Map<String, dynamic> headers) int
clearRequests() → dynamic
completeRequest(RequestModel requestModel) → void
completeRequestByError(DioException error) → void
completeRequestByOtherError(Exception error, RequestOptions options) → void
fireEvent() → void
getRequestModel(RequestOptions options) RequestModel?
initRequestManager({MockApi? getMockApi(String url)?}) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeListener(void listener(List<RequestModel> requestModels)) → void
removeRequestModel(RequestOptions options) RequestModel?
toString() String
A string representation of this object.
inherited

Operators

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