FailedRequestmanager class

Constructors

FailedRequestmanager.new()

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

loadAndCacheAll<ChildData extends WithLangText, ParentData extends WithOffline, DDModel extends DropDownModel<ChildData, ParentData>>(DDModel caller, int depth, {String? name, String? parentID}) Future<bool>
recursivle cache all elements that underly the caller
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retryFailedrequests({required BuildContext context, void onProgress(double)?}) Future<bool>
setOnlineAll<ChildData extends WithLangText, ParentData extends WithOffline, DDModel extends DropDownModel<ChildData, ParentData>>(DDModel caller, int depth, {String? name, String? parentID}) Future
setOnlineTotal(BuildContext context) → dynamic
this is used to remove all no-cloud icons from every datapoint aka set every forceOffline of WithOffline Datas
toString() String
A string representation of this object.
inherited

Operators

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