FailedRequestmanager class

Haupt-Klasse, die den Upload orchestriert und im UI aufgerufen wird.

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

getGroupedFailedRequests() Future<List<GroupedInspection>>
Gruppiert die fehlgeschlagenen Requests nach PJNr
loadAndCacheAll<ChildData extends WithLangText, ParentData extends WithOffline, DDModel extends DropDownModel<ChildData, ParentData>>(DDModel caller, int depth, {String? name, String? parentID}) Future<bool>
Andere Methoden wie loadAndCacheAll, setOnlineAll etc. können hier bleiben ...
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retryFailedrequests({required BuildContext context, void onProgress(double overallProgress, bool? success, String? currentInspId, double currentInspProgress, String etaString)?}) Future<bool>
Startet den Upload, ggf. mit fortlaufender Progress-Callback.
setOnlineAll<ChildData, ParentData, DDModel>(DDModel caller, int depth, {String? name, String? parentID}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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