diff --git a/index.html b/index.html
index 99e053cee..ec2f5658e 100644
--- a/index.html
+++ b/index.html
@@ -38,7 +38,7 @@
diff --git a/main.dart.js b/main.dart.js
index 705b79b17..35eda9dea 100644
--- a/main.dart.js
+++ b/main.dart.js
@@ -25998,7 +25998,7 @@
_._hasPendingFiles = t5;
_._selectedFolderSubscription = null;
_._create_manifest_cubit$_auth = t6;
- _._create_manifest_cubit$_selectedUndername = _._selectedAntRecord = null;
+ _._fallbackTxId = _._create_manifest_cubit$_selectedUndername = _._selectedAntRecord = null;
_._blocObserver = t7;
_.__BlocBase__stateController_FI = $;
_._bloc$_state = t8;
@@ -26014,9 +26014,12 @@
},
CreateManifestInitial: function CreateManifestInitial() {
},
- CreateManifestFolderLoadSuccess: function CreateManifestFolderLoadSuccess(t0, t1) {
- this.viewingRootFolder = t0;
- this.viewingFolder = t1;
+ CreateManifestFolderLoadSuccess: function CreateManifestFolderLoadSuccess(t0, t1, t2, t3) {
+ var _ = this;
+ _.viewingRootFolder = t0;
+ _.viewingFolder = t1;
+ _.enableManifestCreationButton = t2;
+ _.fallbackTxId = t3;
},
CreateManifestCheckingForConflicts: function CreateManifestCheckingForConflicts(t0) {
this.parentFolder = t0;
@@ -26039,7 +26042,7 @@
_.existingManifestFileId = t2;
_.showAssignNameModal = t3;
},
- CreateManifestUploadReview: function CreateManifestUploadReview(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) {
+ CreateManifestUploadReview: function CreateManifestUploadReview(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11) {
var _ = this;
_.manifestSize = t0;
_.manifestName = t1;
@@ -26052,6 +26055,7 @@
_.existingManifestFileId = t8;
_.canUpload = t9;
_.assignedName = t10;
+ _.fallbackTxId = t11;
},
CreateManifestUploadInProgress: function CreateManifestUploadInProgress(t0) {
this.progress = t0;
@@ -28316,7 +28320,12 @@
_CreateManifestFormState__selectFolder_closure5: function _CreateManifestFormState__selectFolder_closure5(t0) {
this.items = t0;
},
- _CreateManifestFormState__selectFolder_closure6: function _CreateManifestFormState__selectFolder_closure6(t0, t1) {
+ _CreateManifestFormState__selectFolder_closure6: function _CreateManifestFormState__selectFolder_closure6(t0) {
+ this.cubit = t0;
+ },
+ _CreateManifestFormState__selectFolder_closure7: function _CreateManifestFormState__selectFolder_closure7() {
+ },
+ _CreateManifestFormState__selectFolder_closure8: function _CreateManifestFormState__selectFolder_closure8(t0, t1) {
this.$this = t0;
this.cubit = t1;
},
@@ -33024,7 +33033,7 @@
},
_Entity_Object_TransactionPropertiesMixin: function _Entity_Object_TransactionPropertiesMixin() {
},
- FileEntity$(assignedNames, dataContentType, dataTxId, driveId, id, isHidden, lastModifiedDate, licenseTxId, $name, parentFolderId, pinnedDataOwnerAddress, size, thumbnail) {
+ FileEntity$(assignedNames, dataContentType, dataTxId, driveId, fallbackTxId, id, isHidden, lastModifiedDate, licenseTxId, $name, parentFolderId, pinnedDataOwnerAddress, size, thumbnail) {
var t3,
t1 = type$.String,
t2 = A.List_List$of($.EntityWithCustomMetadata_sharedReservedGqlTags, true, t1);
@@ -33037,7 +33046,7 @@
t3.push("licenseTxId");
t3.push("dataContentType");
t3.push("isHidden");
- return new A.FileEntity(id, driveId, parentFolderId, $name, size, lastModifiedDate, dataTxId, licenseTxId, dataContentType, pinnedDataOwnerAddress, isHidden, assignedNames, thumbnail, t2, t3, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.dynamic), A._setArrayType([], type$.JSArray_Tag), new A.ArDriveCrypto(), new A.DateTime(Date.now(), false), $, $, null);
+ return new A.FileEntity(id, driveId, parentFolderId, $name, size, lastModifiedDate, dataTxId, licenseTxId, dataContentType, pinnedDataOwnerAddress, isHidden, assignedNames, thumbnail, fallbackTxId, t2, t3, A.LinkedHashMap_LinkedHashMap$_empty(t1, type$.dynamic), A._setArrayType([], type$.JSArray_Tag), new A.ArDriveCrypto(), new A.DateTime(Date.now(), false), $, $, null);
},
FileEntity_fromTransaction(transaction, data, $crypto, driveKey, fileKey) {
return A.FileEntity_fromTransaction$body(transaction, data, $crypto, driveKey, fileKey);
@@ -33172,7 +33181,7 @@
return new A.Variant(A._asString(t1.$index(json, "name")), A._asString(t1.$index(json, "txId")), A._asInt(t1.$index(json, "size")), A._asInt(t1.$index(json, "width")), A._asInt(t1.$index(json, "height")));
},
_$FileEntityFromJson(json) {
- var t5, t6, t7, t8, t9, t10, _null = null,
+ var t5, t6, t7, t8, t9, t10, t11, _null = null,
_s9_ = "thumbnail",
t1 = J.getInterceptor$asx(json),
t2 = A._asStringQ(t1.$index(json, "name")),
@@ -33185,14 +33194,14 @@
t8 = A._asStringQ(t1.$index(json, "pinnedDataOwner"));
t9 = A._asBoolQ(t1.$index(json, "isHidden"));
t10 = t1.$index(json, _s9_) == null ? _null : A.Thumbnail_Thumbnail$fromJson(type$.Map_String_dynamic._as(t1.$index(json, _s9_)));
- t1 = type$.nullable_List_dynamic._as(t1.$index(json, "assignedNames"));
- if (t1 == null)
- t1 = _null;
+ t11 = type$.nullable_List_dynamic._as(t1.$index(json, "assignedNames"));
+ if (t11 == null)
+ t11 = _null;
else {
- t1 = J.map$1$1$ax(t1, new A._$FileEntityFromJson_closure(), type$.String);
- t1 = A.List_List$of(t1, true, A._instanceType(t1)._eval$1("ListIterable.E"));
+ t11 = J.map$1$1$ax(t11, new A._$FileEntityFromJson_closure(), type$.String);
+ t11 = A.List_List$of(t11, true, A._instanceType(t11)._eval$1("ListIterable.E"));
}
- return A.FileEntity$(t1, t7, t5, _null, _null, t9, t4, t6, t2, _null, t8, t3, t10);
+ return A.FileEntity$(t11, t7, t5, _null, A._asStringQ(t1.$index(json, "fallbackTxId")), _null, t9, t4, t6, t2, _null, t8, t3, t10);
},
_$FileEntityToJson(instance) {
var val = A.LinkedHashMap_LinkedHashMap$_literal(["name", instance.name, "size", instance.size, "lastModifiedDate", instance.lastModifiedDate._value, "dataTxId", instance.dataTxId], type$.String, type$.dynamic),
@@ -33203,9 +33212,10 @@
t1.call$2("isHidden", instance.isHidden);
t1.call$2("assignedNames", instance.assignedNames);
val.$indexSet(0, "thumbnail", instance.thumbnail);
+ t1.call$2("fallbackTxId", instance.fallbackTxId);
return val;
},
- FileEntity: function FileEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21) {
+ FileEntity: function FileEntity(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22) {
var _ = this;
_.id = t0;
_.driveId = t1;
@@ -33220,15 +33230,16 @@
_.isHidden = t10;
_.assignedNames = t11;
_.thumbnail = t12;
- _.reservedGqlTags = t13;
- _.reservedJsonMetadataKeys = t14;
- _.customJsonMetadata = t15;
- _.customGqlTags = t16;
- _._crypto = t17;
- _.createdAt = t18;
- _.TransactionPropertiesMixin___TransactionPropertiesMixin_txId_A = t19;
- _.TransactionPropertiesMixin___TransactionPropertiesMixin_ownerAddress_A = t20;
- _.TransactionPropertiesMixin_bundledIn = t21;
+ _.fallbackTxId = t13;
+ _.reservedGqlTags = t14;
+ _.reservedJsonMetadataKeys = t15;
+ _.customJsonMetadata = t16;
+ _.customGqlTags = t17;
+ _._crypto = t18;
+ _.createdAt = t19;
+ _.TransactionPropertiesMixin___TransactionPropertiesMixin_txId_A = t20;
+ _.TransactionPropertiesMixin___TransactionPropertiesMixin_ownerAddress_A = t21;
+ _.TransactionPropertiesMixin_bundledIn = t22;
},
FileEntity_fromTransaction_closure: function FileEntity_fromTransaction_closure() {
},
@@ -33520,8 +33531,14 @@
_$ManifestDataToJson(instance) {
var t1 = type$.String,
t2 = type$.dynamic,
- t3 = instance.paths;
- return A.LinkedHashMap_LinkedHashMap$_literal(["manifest", "arweave/paths", "version", "0.1.0", "index", A.LinkedHashMap_LinkedHashMap$_literal(["path", instance.index.path], t1, t2), "paths", t3.map$2$1(t3, new A._$ManifestDataToJson_closure(), t1, type$.Map_String_dynamic)], t1, t2);
+ val = A.LinkedHashMap_LinkedHashMap$_literal(["manifest", "arweave/paths", "version", "0.2.0"], t1, t2),
+ t3 = instance.fallback;
+ t3 = t3 == null ? null : A.LinkedHashMap_LinkedHashMap$_literal(["id", t3.id], t1, t2);
+ new A._$ManifestDataToJson_writeNotNull(val).call$2("fallback", t3);
+ val.$indexSet(0, "index", A.LinkedHashMap_LinkedHashMap$_literal(["path", instance.index.path], t1, t2));
+ t2 = instance.paths;
+ val.$indexSet(0, "paths", t2.map$2$1(t2, new A._$ManifestDataToJson_closure(), t1, type$.Map_String_dynamic));
+ return val;
},
ManifestIndex: function ManifestIndex(t0) {
this.path = t0;
@@ -33529,9 +33546,13 @@
ManifestPath: function ManifestPath(t0) {
this.id = t0;
},
- ManifestData: function ManifestData(t0, t1) {
- this.index = t0;
- this.paths = t1;
+ ManifestFallback: function ManifestFallback(t0) {
+ this.id = t0;
+ },
+ ManifestData: function ManifestData(t0, t1, t2) {
+ this.fallback = t0;
+ this.index = t1;
+ this.paths = t2;
},
ManifestDataBuilder: function ManifestDataBuilder(t0, t1) {
this.folderRepository = t0;
@@ -33545,6 +33566,9 @@
},
ManifestDataBuilder_build__closure: function ManifestDataBuilder_build__closure() {
},
+ _$ManifestDataToJson_writeNotNull: function _$ManifestDataToJson_writeNotNull(t0) {
+ this.val = t0;
+ },
_$ManifestDataToJson_closure: function _$ManifestDataToJson_closure() {
},
ProfileType: function ProfileType(t0, t1) {
@@ -34175,7 +34199,7 @@
},
ManifestRepositoryImpl_checkNameConflictAndReturnExistingFileId_closure0: function ManifestRepositoryImpl_checkNameConflictAndReturnExistingFileId_closure0() {
},
- ManifestUploadParams: function ManifestUploadParams(t0, t1, t2, t3, t4, t5) {
+ ManifestUploadParams: function ManifestUploadParams(t0, t1, t2, t3, t4, t5, t6) {
var _ = this;
_.manifestFile = t0;
_.driveId = t1;
@@ -34183,6 +34207,7 @@
_.existingManifestFileId = t3;
_.uploadType = t4;
_.wallet = t5;
+ _.fallbackTxId = t6;
},
enumToFolderOrderByClause(table, orderBy, orderingMode) {
switch (orderBy.index) {
@@ -34398,7 +34423,7 @@
this.dateCreated = t1;
this.action = t2;
},
- FileWithLicenseAndLatestRevisionTransactions: function FileWithLicenseAndLatestRevisionTransactions(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) {
+ FileWithLicenseAndLatestRevisionTransactions: function FileWithLicenseAndLatestRevisionTransactions(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20) {
var _ = this;
_.id = t0;
_.driveId = t1;
@@ -34417,9 +34442,10 @@
_.dateCreated = t14;
_.lastUpdated = t15;
_.assignedNames = t16;
- _.license = t17;
- _.metadataTx = t18;
- _.dataTx = t19;
+ _.fallbackTxId = t17;
+ _.license = t18;
+ _.metadataTx = t19;
+ _.dataTx = t20;
},
FileWithLatestRevisionTransactions: function FileWithLatestRevisionTransactions(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10) {
var _ = this;
@@ -34636,18 +34662,18 @@
FileRevisions$(attachedDatabase, _alias) {
return new A.FileRevisions(attachedDatabase, _alias, null);
},
- FileRevision$(action, assignedNames, bundledIn, customGQLTags, customJsonMetadata, dataContentType, dataTxId, dateCreated, driveId, fileId, isHidden, lastModifiedDate, licenseTxId, metadataTxId, $name, parentFolderId, pinnedDataOwnerAddress, size, thumbnail) {
- return new A.FileRevision(fileId, driveId, $name, parentFolderId, size, lastModifiedDate, dataContentType, metadataTxId, dataTxId, licenseTxId, thumbnail, bundledIn, dateCreated, customJsonMetadata, customGQLTags, action, pinnedDataOwnerAddress, isHidden, assignedNames);
+ FileRevision$(action, assignedNames, bundledIn, customGQLTags, customJsonMetadata, dataContentType, dataTxId, dateCreated, driveId, fallbackTxId, fileId, isHidden, lastModifiedDate, licenseTxId, metadataTxId, $name, parentFolderId, pinnedDataOwnerAddress, size, thumbnail) {
+ return new A.FileRevision(fileId, driveId, $name, parentFolderId, size, lastModifiedDate, dataContentType, metadataTxId, dataTxId, licenseTxId, thumbnail, bundledIn, dateCreated, customJsonMetadata, customGQLTags, action, pinnedDataOwnerAddress, isHidden, assignedNames, fallbackTxId);
},
FileEntries$(attachedDatabase, _alias) {
return new A.FileEntries(attachedDatabase, _alias, null);
},
- FileEntry$(assignedNames, bundledIn, customGQLTags, customJsonMetadata, dataContentType, dataTxId, dateCreated, driveId, id, isHidden, lastModifiedDate, lastUpdated, licenseTxId, $name, parentFolderId, path, pinnedDataOwnerAddress, size, thumbnail) {
- return new A.FileEntry(id, driveId, $name, parentFolderId, path, size, lastModifiedDate, dataContentType, dataTxId, licenseTxId, bundledIn, thumbnail, pinnedDataOwnerAddress, customJsonMetadata, customGQLTags, isHidden, dateCreated, lastUpdated, assignedNames);
+ FileEntry$(assignedNames, bundledIn, customGQLTags, customJsonMetadata, dataContentType, dataTxId, dateCreated, driveId, fallbackTxId, id, isHidden, lastModifiedDate, lastUpdated, licenseTxId, $name, parentFolderId, path, pinnedDataOwnerAddress, size, thumbnail) {
+ return new A.FileEntry(id, driveId, $name, parentFolderId, path, size, lastModifiedDate, dataContentType, dataTxId, licenseTxId, bundledIn, thumbnail, pinnedDataOwnerAddress, customJsonMetadata, customGQLTags, isHidden, dateCreated, lastUpdated, assignedNames, fallbackTxId);
},
- FileEntriesCompanion$insert(assignedNames, bundledIn, customGQLTags, customJsonMetadata, dataContentType, dataTxId, driveId, id, isHidden, lastModifiedDate, lastUpdated, licenseTxId, $name, parentFolderId, path, pinnedDataOwnerAddress, size, thumbnail) {
+ FileEntriesCompanion$insert(assignedNames, bundledIn, customGQLTags, customJsonMetadata, dataContentType, dataTxId, driveId, fallbackTxId, id, isHidden, lastModifiedDate, lastUpdated, licenseTxId, $name, parentFolderId, path, pinnedDataOwnerAddress, size, thumbnail) {
var t1 = type$.Value_String;
- return new A.FileEntriesCompanion(new A.Value(true, id, t1), new A.Value(true, driveId, t1), new A.Value(true, $name, t1), new A.Value(true, parentFolderId, t1), new A.Value(true, path, t1), new A.Value(true, size, type$.Value_int), new A.Value(true, lastModifiedDate, type$.Value_DateTime), dataContentType, new A.Value(true, dataTxId, t1), licenseTxId, bundledIn, thumbnail, pinnedDataOwnerAddress, customJsonMetadata, customGQLTags, isHidden, B.Value_false_null3, lastUpdated, assignedNames, B.Value_false_null1);
+ return new A.FileEntriesCompanion(new A.Value(true, id, t1), new A.Value(true, driveId, t1), new A.Value(true, $name, t1), new A.Value(true, parentFolderId, t1), new A.Value(true, path, t1), new A.Value(true, size, type$.Value_int), new A.Value(true, lastModifiedDate, type$.Value_DateTime), dataContentType, new A.Value(true, dataTxId, t1), licenseTxId, bundledIn, thumbnail, pinnedDataOwnerAddress, customJsonMetadata, customGQLTags, isHidden, B.Value_false_null3, lastUpdated, assignedNames, fallbackTxId, B.Value_false_null1);
},
Drives$(attachedDatabase, _alias) {
return new A.Drives(attachedDatabase, _alias, null);
@@ -34867,10 +34893,10 @@
var _ = this;
_.attachedDatabase = t0;
_._alias = t1;
- _.__FileRevisions_assignedNames_FI = _.__FileRevisions_isHidden_FI = _.__FileRevisions_pinnedDataOwnerAddress_FI = _.__FileRevisions_action_FI = _.__FileRevisions_customGQLTags_FI = _.__FileRevisions_customJsonMetadata_FI = _.__FileRevisions_dateCreated_FI = _.__FileRevisions_bundledIn_FI = _.__FileRevisions_thumbnail_FI = _.__FileRevisions_licenseTxId_FI = _.__FileRevisions_dataTxId_FI = _.__FileRevisions_metadataTxId_FI = _.__FileRevisions_dataContentType_FI = _.__FileRevisions_lastModifiedDate_FI = _.__FileRevisions_size_FI = _.__FileRevisions_parentFolderId_FI = _.__FileRevisions_name_FI = _.__FileRevisions_driveId_FI = _.__FileRevisions_fileId_FI = $;
+ _.__FileRevisions_fallbackTxId_FI = _.__FileRevisions_assignedNames_FI = _.__FileRevisions_isHidden_FI = _.__FileRevisions_pinnedDataOwnerAddress_FI = _.__FileRevisions_action_FI = _.__FileRevisions_customGQLTags_FI = _.__FileRevisions_customJsonMetadata_FI = _.__FileRevisions_dateCreated_FI = _.__FileRevisions_bundledIn_FI = _.__FileRevisions_thumbnail_FI = _.__FileRevisions_licenseTxId_FI = _.__FileRevisions_dataTxId_FI = _.__FileRevisions_metadataTxId_FI = _.__FileRevisions_dataContentType_FI = _.__FileRevisions_lastModifiedDate_FI = _.__FileRevisions_size_FI = _.__FileRevisions_parentFolderId_FI = _.__FileRevisions_name_FI = _.__FileRevisions_driveId_FI = _.__FileRevisions_fileId_FI = $;
_.TableInfo__columnsByName = t2;
},
- FileRevision: function FileRevision(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18) {
+ FileRevision: function FileRevision(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) {
var _ = this;
_.fileId = t0;
_.driveId = t1;
@@ -34891,8 +34917,9 @@
_.pinnedDataOwnerAddress = t16;
_.isHidden = t17;
_.assignedNames = t18;
+ _.fallbackTxId = t19;
},
- FileRevisionsCompanion: function FileRevisionsCompanion(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18) {
+ FileRevisionsCompanion: function FileRevisionsCompanion(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) {
var _ = this;
_.fileId = t0;
_.driveId = t1;
@@ -34913,15 +34940,16 @@
_.pinnedDataOwnerAddress = t16;
_.isHidden = t17;
_.assignedNames = t18;
+ _.fallbackTxId = t19;
},
FileEntries: function FileEntries(t0, t1, t2) {
var _ = this;
_.attachedDatabase = t0;
_._alias = t1;
- _.__FileEntries_assignedNames_FI = _.__FileEntries_lastUpdated_FI = _.__FileEntries_dateCreated_FI = _.__FileEntries_isHidden_FI = _.__FileEntries_customGQLTags_FI = _.__FileEntries_customJsonMetadata_FI = _.__FileEntries_pinnedDataOwnerAddress_FI = _.__FileEntries_thumbnail_FI = _.__FileEntries_bundledIn_FI = _.__FileEntries_licenseTxId_FI = _.__FileEntries_dataTxId_FI = _.__FileEntries_dataContentType_FI = _.__FileEntries_lastModifiedDate_FI = _.__FileEntries_size_FI = _.__FileEntries_path_FI = _.__FileEntries_parentFolderId_FI = _.__FileEntries_name_FI = _.__FileEntries_driveId_FI = _.__FileEntries_id_FI = $;
+ _.__FileEntries_fallbackTxId_FI = _.__FileEntries_assignedNames_FI = _.__FileEntries_lastUpdated_FI = _.__FileEntries_dateCreated_FI = _.__FileEntries_isHidden_FI = _.__FileEntries_customGQLTags_FI = _.__FileEntries_customJsonMetadata_FI = _.__FileEntries_pinnedDataOwnerAddress_FI = _.__FileEntries_thumbnail_FI = _.__FileEntries_bundledIn_FI = _.__FileEntries_licenseTxId_FI = _.__FileEntries_dataTxId_FI = _.__FileEntries_dataContentType_FI = _.__FileEntries_lastModifiedDate_FI = _.__FileEntries_size_FI = _.__FileEntries_path_FI = _.__FileEntries_parentFolderId_FI = _.__FileEntries_name_FI = _.__FileEntries_driveId_FI = _.__FileEntries_id_FI = $;
_.TableInfo__columnsByName = t2;
},
- FileEntry: function FileEntry(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18) {
+ FileEntry: function FileEntry(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) {
var _ = this;
_.id = t0;
_.driveId = t1;
@@ -34942,8 +34970,9 @@
_.dateCreated = t16;
_.lastUpdated = t17;
_.assignedNames = t18;
+ _.fallbackTxId = t19;
},
- FileEntriesCompanion: function FileEntriesCompanion(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) {
+ FileEntriesCompanion: function FileEntriesCompanion(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20) {
var _ = this;
_.id = t0;
_.driveId = t1;
@@ -34964,7 +34993,8 @@
_.dateCreated = t16;
_.lastUpdated = t17;
_.assignedNames = t18;
- _.rowid = t19;
+ _.fallbackTxId = t19;
+ _.rowid = t20;
},
Drives: function Drives(t0, t1, t2) {
var _ = this;
@@ -35096,7 +35126,7 @@
t2 = A.List_List$of(t2, true, A._instanceType(t2)._eval$1("ListIterable.E"));
} else
t2 = _null;
- file = A.FileEntity$(t2, _this.dataContentType, _this.dataTxId, _this.driveId, _this.id, _this.isHidden, _this.lastModifiedDate, _this.licenseTxId, _this.name, _this.parentFolderId, _this.pinnedDataOwnerAddress, _this.size, t1);
+ file = A.FileEntity$(t2, _this.dataContentType, _this.dataTxId, _this.driveId, _this.fallbackTxId, _this.id, _this.isHidden, _this.lastModifiedDate, _this.licenseTxId, _this.name, _this.parentFolderId, _this.pinnedDataOwnerAddress, _this.size, t1);
file.set$customJsonMetadata(A.parseCustomJsonMetadata(_this.customJsonMetadata));
file.set$customGqlTags(A.parseCustomGqlTags(_this.customGQLTags));
return file;
@@ -36844,8 +36874,8 @@
},
__VideoPlayerWidgetState_State_AutomaticKeepAliveClientMixin: function __VideoPlayerWidgetState_State_AutomaticKeepAliveClientMixin() {
},
- FileDataTableItem$(assignedNames, bundledIn, contentType, dataTx, dataTxId, dateCreated, driveId, fileId, fileStatusFromTransactions, index, isHidden, isOwner, lastModifiedDate, lastUpdated, licenseTxId, licenseType, metadataTx, $name, parentFolderId, pinnedDataOwnerAddress, size, thumbnail) {
- return new A.FileDataTableItem(fileId, parentFolderId, dataTxId, licenseTxId, lastModifiedDate, pinnedDataOwnerAddress, thumbnail, assignedNames, $name, size, lastUpdated, dateCreated, licenseType, contentType, fileStatusFromTransactions, fileId, driveId, isOwner, isHidden, index);
+ FileDataTableItem$(assignedNames, bundledIn, contentType, dataTx, dataTxId, dateCreated, driveId, fallbackTxId, fileId, fileStatusFromTransactions, index, isHidden, isOwner, lastModifiedDate, lastUpdated, licenseTxId, licenseType, metadataTx, $name, parentFolderId, pinnedDataOwnerAddress, size, thumbnail) {
+ return new A.FileDataTableItem(fileId, parentFolderId, dataTxId, licenseTxId, lastModifiedDate, pinnedDataOwnerAddress, thumbnail, assignedNames, fallbackTxId, $name, size, lastUpdated, dateCreated, licenseType, contentType, fileStatusFromTransactions, fileId, driveId, isOwner, isHidden, index);
},
DriveDataTableItemMapper_toFileDataTableItem(file, index, isOwner) {
var t2, t3, t4, t5, t6, t7,
@@ -36864,7 +36894,7 @@
t7 = A.Thumbnail_Thumbnail$fromJson(type$.Map_String_dynamic._as(B.C_JsonCodec.decode$2$reviver(0, t7, null)));
} else
t7 = null;
- return A.FileDataTableItem$(t6, file.bundledIn, t1, t3, file.dataTxId, file.dateCreated, file.driveId, file.id, t4, index, file.isHidden, isOwner, file.lastModifiedDate, file.lastUpdated, file.licenseTxId, t5, t2, file.name, file.parentFolderId, file.pinnedDataOwnerAddress, file.size, t7);
+ return A.FileDataTableItem$(t6, file.bundledIn, t1, t3, file.dataTxId, file.dateCreated, file.driveId, file.fallbackTxId, file.id, t4, index, file.isHidden, isOwner, file.lastModifiedDate, file.lastUpdated, file.licenseTxId, t5, t2, file.name, file.parentFolderId, file.pinnedDataOwnerAddress, file.size, t7);
},
DriveDataTableItemMapper_fromFileEntryForSearchModal(fileEntry) {
var t2, t3, _null = null,
@@ -36878,7 +36908,7 @@
t3 = A.Thumbnail_Thumbnail$fromJson(type$.Map_String_dynamic._as(B.C_JsonCodec.decode$2$reviver(0, t3, _null)));
} else
t3 = _null;
- return A.FileDataTableItem$(t2, fileEntry.bundledIn, t1, _null, fileEntry.dataTxId, fileEntry.dateCreated, fileEntry.driveId, fileEntry.id, _null, 0, fileEntry.isHidden, true, fileEntry.lastModifiedDate, fileEntry.lastUpdated, fileEntry.licenseTxId, _null, _null, fileEntry.name, fileEntry.parentFolderId, fileEntry.pinnedDataOwnerAddress, fileEntry.size, t3);
+ return A.FileDataTableItem$(t2, fileEntry.bundledIn, t1, _null, fileEntry.dataTxId, fileEntry.dateCreated, fileEntry.driveId, fileEntry.fallbackTxId, fileEntry.id, _null, 0, fileEntry.isHidden, true, fileEntry.lastModifiedDate, fileEntry.lastUpdated, fileEntry.licenseTxId, _null, _null, fileEntry.name, fileEntry.parentFolderId, fileEntry.pinnedDataOwnerAddress, fileEntry.size, t3);
},
DriveDataTableItemMapper_fromFolderEntry(folderEntry, index, isOwner) {
return new A.FolderDataTableItem(folderEntry.parentFolderId, folderEntry.isGhost, folderEntry.name, null, folderEntry.lastUpdated, folderEntry.dateCreated, null, "folder", null, folderEntry.id, folderEntry.driveId, isOwner, folderEntry.isHidden, index);
@@ -36900,7 +36930,7 @@
t4 = A.Thumbnail_Thumbnail$fromJson(type$.Map_String_dynamic._as(B.C_JsonCodec.decode$2$reviver(0, t4, _null)));
} else
t4 = _null;
- return A.FileDataTableItem$(t3, revision.bundledIn, t2, _null, revision.dataTxId, revision.dateCreated, revision.driveId, revision.fileId, _null, 0, revision.isHidden, false, t1, t1, revision.licenseTxId, _null, _null, revision.name, revision.parentFolderId, revision.pinnedDataOwnerAddress, revision.size, t4);
+ return A.FileDataTableItem$(t3, revision.bundledIn, t2, _null, revision.dataTxId, revision.dateCreated, revision.driveId, revision.fallbackTxId, revision.fileId, _null, 0, revision.isHidden, false, t1, t1, revision.licenseTxId, _null, _null, revision.name, revision.parentFolderId, revision.pinnedDataOwnerAddress, revision.size, t4);
},
ArDriveDataTableItem: function ArDriveDataTableItem() {
},
@@ -36936,7 +36966,7 @@
_.isHidden = t12;
_.index = t13;
},
- FileDataTableItem: function FileDataTableItem(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19) {
+ FileDataTableItem: function FileDataTableItem(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20) {
var _ = this;
_.fileId = t0;
_.parentFolderId = t1;
@@ -36946,18 +36976,19 @@
_.pinnedDataOwnerAddress = t5;
_.thumbnail = t6;
_.assignedNames = t7;
- _.name = t8;
- _.size = t9;
- _.lastUpdated = t10;
- _.dateCreated = t11;
- _.licenseType = t12;
- _.contentType = t13;
- _.fileStatusFromTransactions = t14;
- _.id = t15;
- _.driveId = t16;
- _.isOwner = t17;
- _.isHidden = t18;
- _.index = t19;
+ _.fallbackTxId = t8;
+ _.name = t9;
+ _.size = t10;
+ _.lastUpdated = t11;
+ _.dateCreated = t12;
+ _.licenseType = t13;
+ _.contentType = t14;
+ _.fileStatusFromTransactions = t15;
+ _.id = t16;
+ _.driveId = t17;
+ _.isOwner = t18;
+ _.isHidden = t19;
+ _.index = t20;
},
NoDrivesPage: function NoDrivesPage(t0, t1) {
this.anonymouslyShowDriveDetail = t0;
@@ -41572,7 +41603,7 @@
_computeRefreshedFileEntriesFromRevisions(driveDao, driveId, revisionsByFileId) {
var $async$goto = 0,
$async$completer = A._makeAsyncAwaitCompleter(type$.Map_String_FileEntriesCompanion),
- $async$returnValue, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, value, result, oldestRevision, dateCreated, t1;
+ $async$returnValue, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, value, result, oldestRevision, dateCreated, t1;
var $async$_computeRefreshedFileEntriesFromRevisions = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
if ($async$errorCode === 1)
return A._asyncRethrow($async$result, $async$completer);
@@ -41619,10 +41650,10 @@
t24 = t7.thumbnail;
t25 = t24._data_class$_value;
t24 = t25 == null ? t24.$ti._precomputed1._as(t25) : t25;
- t7 = t7.assignedNames;
- t25 = t7._data_class$_value;
- t7 = t25 == null ? t7.$ti._precomputed1._as(t25) : t25;
- t1.$indexSet(0, t11, new A.FileEntriesCompanion(new A.Value(true, t8, t4), new A.Value(true, t9, t4), new A.Value(true, t12, t4), new A.Value(true, t10, t4), new A.Value(true, "", t4), new A.Value(true, t15, t5), new A.Value(true, t17, t6), t18, new A.Value(true, t13, t4), new A.Value(true, t14, t3), t19, new A.Value(true, t24, t3), t22, t21, t20, t23, B.Value_false_null3, t16, new A.Value(true, t7, t3), B.Value_false_null1));
+ t25 = t7.assignedNames;
+ t26 = t25._data_class$_value;
+ t25 = t26 == null ? t25.$ti._precomputed1._as(t26) : t26;
+ t1.$indexSet(0, t11, new A.FileEntriesCompanion(new A.Value(true, t8, t4), new A.Value(true, t9, t4), new A.Value(true, t12, t4), new A.Value(true, t10, t4), new A.Value(true, "", t4), new A.Value(true, t15, t5), new A.Value(true, t17, t6), t18, new A.Value(true, t13, t4), new A.Value(true, t14, t3), t19, new A.Value(true, t24, t3), t22, t21, t20, t23, B.Value_false_null3, t16, new A.Value(true, t25, t3), t7.fallbackTxId, B.Value_false_null1));
}
t2 = A.LinkedHashMapKeyIterator$(t1, t1._modifications, t1.$ti._precomputed1), t3 = type$.FileRevisions, t4 = type$.FileRevision, t5 = type$.CustomSelectStatement, t7 = t5._eval$1("FileRevision/(Selectable.T)"), t5 = t5._eval$1("_AsyncMappedSelectable"), t8 = type$.ResultSetImplementation_dynamic_dynamic, t9 = type$.Set_ResultSetImplementation_dynamic_dynamic, t10 = type$.List_Variable_Object, t11 = driveDao.attachedDatabase, t12 = type$.Variable_String, t13 = type$.JSArray_Variable_Object;
case 3:
@@ -46878,7 +46909,7 @@
},
ARFSUploadData: function ARFSUploadData() {
},
- ARFSFileUploadMetadata: function ARFSFileUploadMetadata(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13) {
+ ARFSFileUploadMetadata: function ARFSFileUploadMetadata(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14) {
var _ = this;
_.size = t0;
_.lastModifiedDate = t1;
@@ -46889,12 +46920,13 @@
_.licenseAdditionalTags = t6;
_._thumbnailInfo = _._licenseTxId = null;
_.assignedName = t7;
- _.ARFSUploadData__dataTags = t8;
- _.ARFSUploadData__dataTxId = t9;
- _.ARFSUploadData__dataCipherTag = t10;
- _.ARFSUploadData__dataCipherIvTag = t11;
- _.id = t12;
- _.name = t13;
+ _.fallbackTxId = t8;
+ _.ARFSUploadData__dataTags = t9;
+ _.ARFSUploadData__dataTxId = t10;
+ _.ARFSUploadData__dataCipherTag = t11;
+ _.ARFSUploadData__dataCipherIvTag = t12;
+ _.id = t13;
+ _.name = t14;
_._metadataTxId = null;
_.__ARFSUploadMetadata__entityMetadataTags_A = $;
_._cipherIvTag = _._cipherTag = null;
@@ -47636,7 +47668,7 @@
},
ARFSUploadMetadataGenerator_generateMetadata_closure: function ARFSUploadMetadataGenerator_generateMetadata_closure() {
},
- ARFSUploadMetadataArgs: function ARFSUploadMetadataArgs(t0, t1, t2, t3, t4, t5, t6, t7, t8) {
+ ARFSUploadMetadataArgs: function ARFSUploadMetadataArgs(t0, t1, t2, t3, t4, t5, t6, t7, t8, t9) {
var _ = this;
_.driveId = t0;
_.parentFolderId = t1;
@@ -47647,6 +47679,7 @@
_.licenseDefinitionTxId = t6;
_.licenseAdditionalTags = t7;
_.assignedName = t8;
+ _.fallbackTxId = t9;
},
ARFSTagsGenetator: function ARFSTagsGenetator(t0) {
this._appInfoServices = t0;
@@ -108162,7 +108195,7 @@
t13 = _this.get$customGqlTagsAsString();
t14 = _this.get$customJsonMetadataAsString();
t15 = type$.Value_String;
- return new A.FileRevisionsCompanion(new A.Value(true, t1, t15), new A.Value(true, t2, t15), new A.Value(true, t3, t15), new A.Value(true, t4, t15), new A.Value(true, t5, type$.Value_int), new A.Value(true, t6, t11), new A.Value(true, _this.dataContentType, t9), new A.Value(true, t7, t15), new A.Value(true, t8, t15), new A.Value(true, _this.licenseTxId, t9), new A.Value(true, thumbnailData, t9), new A.Value(true, t12, t9), new A.Value(true, t10, t11), new A.Value(true, t14, t9), new A.Value(true, t13, t9), new A.Value(true, performedAction, t15), new A.Value(true, _this.pinnedDataOwnerAddress, t9), new A.Value(true, _this.isHidden === true, type$.Value_bool), new A.Value(true, assignedNamesData, t9));
+ return new A.FileRevisionsCompanion(new A.Value(true, t1, t15), new A.Value(true, t2, t15), new A.Value(true, t3, t15), new A.Value(true, t4, t15), new A.Value(true, t5, type$.Value_int), new A.Value(true, t6, t11), new A.Value(true, _this.dataContentType, t9), new A.Value(true, t7, t15), new A.Value(true, t8, t15), new A.Value(true, _this.licenseTxId, t9), new A.Value(true, thumbnailData, t9), new A.Value(true, t12, t9), new A.Value(true, t10, t11), new A.Value(true, t14, t9), new A.Value(true, t13, t9), new A.Value(true, performedAction, t15), new A.Value(true, _this.pinnedDataOwnerAddress, t9), new A.Value(true, _this.isHidden === true, type$.Value_bool), new A.Value(true, assignedNamesData, t9), new A.Value(true, _this.fallbackTxId, t9));
},
FileEntityExtensions_toRevision(_this, performedAction) {
var thumbnailData, assignedNamesData, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, _null = null,
@@ -108194,77 +108227,89 @@
t10 = _this.TransactionPropertiesMixin_bundledIn;
t11 = _this.get$customGqlTagsAsString();
t12 = _this.get$customJsonMetadataAsString();
- return A.FileRevision$(performedAction, assignedNamesData, t10, t11, t12, _this.dataContentType, t8, t9, t2, t1, _this.isHidden === true, t6, _this.licenseTxId, t7, t3, t4, _this.pinnedDataOwnerAddress, t5, thumbnailData);
+ return A.FileRevision$(performedAction, assignedNamesData, t10, t11, t12, _this.dataContentType, t8, t9, t2, _null, t1, _this.isHidden === true, t6, _this.licenseTxId, t7, t3, t4, _this.pinnedDataOwnerAddress, t5, thumbnailData);
},
FileEntityExtensions_getPerformedRevisionAction(_this, previousRevision) {
var t1, t2, t3, previousAssignedNames,
+ _s18_ = "upload-new-version",
_s11_ = "assign-name";
if (previousRevision == null)
return "create";
else {
- t1 = _this.name;
- t2 = previousRevision.name;
- t3 = t2._data_class$_value;
- if (t1 == null ? (t3 == null ? t2.$ti._precomputed1._as(t3) : t3) != null : t1 !== (t3 == null ? t2.$ti._precomputed1._as(t3) : t3))
- return "rename";
+ t1 = _this.fallbackTxId;
+ if (t1 != null) {
+ t2 = previousRevision.fallbackTxId;
+ t3 = t2._data_class$_value;
+ t1 = t1 !== (t3 == null ? t2.$ti._precomputed1._as(t3) : t3);
+ } else
+ t1 = false;
+ if (t1)
+ return _s18_;
else {
- t1 = _this.parentFolderId;
- t2 = previousRevision.parentFolderId;
+ t1 = _this.name;
+ t2 = previousRevision.name;
t3 = t2._data_class$_value;
if (t1 == null ? (t3 == null ? t2.$ti._precomputed1._as(t3) : t3) != null : t1 !== (t3 == null ? t2.$ti._precomputed1._as(t3) : t3))
- return "move";
+ return "rename";
else {
- t1 = _this.dataTxId;
- t2 = previousRevision.dataTxId;
+ t1 = _this.parentFolderId;
+ t2 = previousRevision.parentFolderId;
t3 = t2._data_class$_value;
if (t1 == null ? (t3 == null ? t2.$ti._precomputed1._as(t3) : t3) != null : t1 !== (t3 == null ? t2.$ti._precomputed1._as(t3) : t3))
- return "upload-new-version";
+ return "move";
else {
- t1 = _this.licenseTxId;
- t2 = previousRevision.licenseTxId;
+ t1 = _this.dataTxId;
+ t2 = previousRevision.dataTxId;
t3 = t2._data_class$_value;
if (t1 == null ? (t3 == null ? t2.$ti._precomputed1._as(t3) : t3) != null : t1 !== (t3 == null ? t2.$ti._precomputed1._as(t3) : t3))
- return "assert-license";
+ return _s18_;
else {
- t1 = _this.isHidden;
- if (t1 === true) {
- t2 = previousRevision.isHidden;
- t3 = t2._data_class$_value;
- t2 = J.$eq$(t3 == null ? t2.$ti._precomputed1._as(t3) : t3, false);
- } else
- t2 = false;
- if (t2)
- return "hide";
+ t1 = _this.licenseTxId;
+ t2 = previousRevision.licenseTxId;
+ t3 = t2._data_class$_value;
+ if (t1 == null ? (t3 == null ? t2.$ti._precomputed1._as(t3) : t3) != null : t1 !== (t3 == null ? t2.$ti._precomputed1._as(t3) : t3))
+ return "assert-license";
else {
- if (t1 === false) {
- t1 = previousRevision.isHidden;
- t2 = t1._data_class$_value;
- t1 = J.$eq$(t2 == null ? t1.$ti._precomputed1._as(t2) : t2, true);
+ t1 = _this.isHidden;
+ if (t1 === true) {
+ t2 = previousRevision.isHidden;
+ t3 = t2._data_class$_value;
+ t2 = J.$eq$(t3 == null ? t2.$ti._precomputed1._as(t3) : t3, false);
} else
- t1 = false;
- if (t1)
- return "unhide";
+ t2 = false;
+ if (t2)
+ return "hide";
else {
- t1 = _this.thumbnail;
- if (t1 != null) {
- t1 = B.C_JsonCodec.encode$2$toEncodable(t1.toJson$0(), null);
- t2 = previousRevision.thumbnail;
- t3 = t2._data_class$_value;
- t1 = t1 !== (t3 == null ? t2.$ti._precomputed1._as(t3) : t3);
+ if (t1 === false) {
+ t1 = previousRevision.isHidden;
+ t2 = t1._data_class$_value;
+ t1 = J.$eq$(t2 == null ? t1.$ti._precomputed1._as(t2) : t2, true);
} else
t1 = false;
if (t1)
- return "create-thumbnail";
+ return "unhide";
else {
- t1 = _this.assignedNames;
+ t1 = _this.thumbnail;
if (t1 != null) {
- t2 = previousRevision.assignedNames;
+ t1 = B.C_JsonCodec.encode$2$toEncodable(t1.toJson$0(), null);
+ t2 = previousRevision.thumbnail;
t3 = t2._data_class$_value;
- previousAssignedNames = A.parseAssignedNamesFromString(t3 == null ? t2.$ti._precomputed1._as(t3) : t3);
- if (previousAssignedNames == null)
- return _s11_;
- if (t1.length > previousAssignedNames.length)
- return _s11_;
+ t1 = t1 !== (t3 == null ? t2.$ti._precomputed1._as(t3) : t3);
+ } else
+ t1 = false;
+ if (t1)
+ return "create-thumbnail";
+ else {
+ t1 = _this.assignedNames;
+ if (t1 != null) {
+ t2 = previousRevision.assignedNames;
+ t3 = t2._data_class$_value;
+ previousAssignedNames = A.parseAssignedNamesFromString(t3 == null ? t2.$ti._precomputed1._as(t3) : t3);
+ if (previousAssignedNames == null)
+ return _s11_;
+ if (t1.length > previousAssignedNames.length)
+ return _s11_;
+ }
}
}
}
@@ -109710,6 +109755,13 @@
});
return A._asyncStartSync($async$signNonceAndData0, $async$completer);
},
+ isValidArweaveTxId(txId) {
+ var base64UrlRegex;
+ if (txId.length !== 43)
+ return false;
+ base64UrlRegex = A.RegExp_RegExp("^[A-Za-z0-9_-]+$", true, false, false);
+ return base64UrlRegex._nativeRegExp.test(txId);
+ },
getLiteralARNSRecordName(undername) {
var t1 = undername.name;
if (t1 === "@")
@@ -119749,7 +119801,7 @@
}
return (t1 == null ? "canvaskit/" : t1) + filename;
},
- $signature: 24
+ $signature: 26
};
A._downloadCanvasKitJs_loadEventHandler.prototype = {
call$1(_) {
@@ -151608,7 +151660,7 @@
} else if (t2 === 0 && !_this.eagerError)
_this._future._completeError$2(_this.error._readLocal$0(), _this.stackTrace._readLocal$0());
},
- $signature: 31
+ $signature: 32
};
A.Future_wait_closure.prototype = {
call$1(value) {
@@ -151650,7 +151702,7 @@
if ((t1.future._state & 30) === 0)
t1.completeError$2(error, stack);
},
- $signature: 31
+ $signature: 32
};
A.FutureExtensions_onError_onError.prototype = {
call$2(error, stackTrace) {
@@ -152237,7 +152289,7 @@
t1._closeUnchecked$0();
}
},
- $signature: 31
+ $signature: 32
};
A.Stream_Stream$fromIterable_closure.prototype = {
call$1(controller) {
@@ -152421,7 +152473,7 @@
call$2(error, _) {
this.onError.call$1(error);
},
- $signature: 31
+ $signature: 32
};
A.Stream_forEach_closure.prototype = {
call$0() {
@@ -152530,7 +152582,7 @@
call$0() {
return this.test.call$1(this.value);
},
- $signature: 53
+ $signature: 52
};
A.Stream_firstWhere__closure0.prototype = {
call$1(isMatch) {
@@ -153612,7 +153664,7 @@
call$2(error, stackTrace) {
A._cancelAndError(this.subscription, this.future, error, type$.StackTrace._as(stackTrace));
},
- $signature: 31
+ $signature: 32
};
A._cancelAndValue_closure.prototype = {
call$0() {
@@ -160256,7 +160308,7 @@
hash ^= hash >>> 11;
return hash + ((hash & 16383) << 15) & 536870911;
},
- $signature: 52
+ $signature: 51
};
A._BigIntImpl_toDouble_readBits.prototype = {
call$1(n) {
@@ -160284,7 +160336,7 @@
t1.cachedBitsLength = t5;
return result;
},
- $signature: 52
+ $signature: 51
};
A._BigIntImpl_toDouble_roundUp.prototype = {
call$0() {
@@ -163127,7 +163179,7 @@
call$1(s) {
return A._Uri__uriEncode(B.List_XRg0, A._asString(s), B.C_Utf8Codec, false);
},
- $signature: 24
+ $signature: 26
};
A._Uri__makeQueryFromParametersDefault_writeParameter.prototype = {
call$2(key, value) {
@@ -179833,7 +179885,7 @@
t1.setState$1(new A._EnterYourPasswordWidgetState__buildContent__closure4(t1));
return null;
},
- $signature: 38
+ $signature: 35
};
A._EnterYourPasswordWidgetState__buildContent__closure3.prototype = {
call$0() {
@@ -180215,7 +180267,7 @@
t1.setState$1(new A._SecureYourWalletWidgetState_build__closure3(t1));
return null;
},
- $signature: 38
+ $signature: 35
};
A._SecureYourWalletWidgetState_build__closure2.prototype = {
call$0() {
@@ -180246,7 +180298,7 @@
t1.setState$1(new A._SecureYourWalletWidgetState_build__closure1(t1));
return null;
},
- $signature: 38
+ $signature: 35
};
A._SecureYourWalletWidgetState_build__closure.prototype = {
call$0() {
@@ -180500,7 +180552,7 @@
t1 = this.$this;
return t1.setState$1(new A._RoundContainerState_build__closure0(t1));
},
- $signature: 50
+ $signature: 44
};
A._RoundContainerState_build__closure0.prototype = {
call$0() {
@@ -180688,7 +180740,7 @@
t1 = this.$this;
return t1.setState$1(new A._PermanentStorageTileState_build__closure0(t1));
},
- $signature: 50
+ $signature: 44
};
A._PermanentStorageTileState_build__closure0.prototype = {
call$0() {
@@ -180992,7 +181044,7 @@
t1 = this.$this;
return t1.setState$1(new A._PriceCalculatorState_build__closure0(t1));
},
- $signature: 50
+ $signature: 44
};
A._PriceCalculatorState_build__closure0.prototype = {
call$0() {
@@ -181998,7 +182050,7 @@
t2 === $ && A.throwLateFieldNI("rootFolderNode");
t3 = $async$self._drive;
$async$goto = 10;
- return A._asyncAwait($async$self._manifestRepository.getManifestFile$4$driveId$manifestName$parentFolder$rootFolderNode(t3.id, manifestName, t1, t2), $async$prepareManifestTx$3$existingManifestFileId$folderId$manifestName);
+ return A._asyncAwait($async$self._manifestRepository.getManifestFile$5$driveId$fallbackTxId$manifestName$parentFolder$rootFolderNode(t3.id, $async$self._getFallbackTxId$0(), manifestName, t1, t2), $async$prepareManifestTx$3$existingManifestFileId$folderId$manifestName);
case 10:
// returning from await.
manifestFile = $async$result;
@@ -182013,7 +182065,7 @@
t4 = parentFolder;
t5 = existingManifestFileId;
t6 = undername != null ? A.getLiteralARNSRecordName(undername) : null;
- $async$self.emit$1(new A.CreateManifestUploadReview(t1, manifestName, t2, manifestFile, false, null, t3, t4, t5, false, t6));
+ $async$self.emit$1(new A.CreateManifestUploadReview(t1, manifestName, t2, manifestFile, false, null, t3, t4, t5, false, t6, $async$self._getFallbackTxId$0()));
$async$handler = 1;
// goto after finally
$async$goto = 9;
@@ -182053,7 +182105,7 @@
uploadManifest$body$CreateManifestCubit(method) {
var $async$goto = 0,
$async$completer = A._makeAsyncAwaitCompleter(type$.void),
- $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, createManifestUploadReview, uploadType, e, t1, t2, t3, t4, t5, exception, $async$exception, $async$temp1;
+ $async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, createManifestUploadReview, uploadType, e, t1, t2, t3, t4, t5, t6, exception, $async$exception, $async$temp1;
var $async$uploadManifest$1$method = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
if ($async$errorCode === 1) {
$async$currentError = $async$result;
@@ -182092,10 +182144,11 @@
A.throwExpression(B.C_AuthenticationUserIsNotLoggedInException);
t4 = t4.___User_wallet_F;
t4 === $ && A.throwLateFieldNI("wallet");
- t5 = $async$self._selectedAntRecord;
- t5 = t5 == null ? null : t5.processId;
+ t5 = $async$self._getFallbackTxId$0();
+ t6 = $async$self._selectedAntRecord;
+ t6 = t6 == null ? null : t6.processId;
$async$goto = 10;
- return A._asyncAwait($async$self._manifestRepository.uploadManifest$4$onProgress$params$processId$undername(new A.CreateManifestCubit_uploadManifest_closure($async$self), new A.ManifestUploadParams(t1, $async$self._drive.id, t2.id, t3, uploadType, t4), t5, $async$self.getSelectedUndername$0()), $async$uploadManifest$1$method);
+ return A._asyncAwait($async$self._manifestRepository.uploadManifest$4$onProgress$params$processId$undername(new A.CreateManifestCubit_uploadManifest_closure($async$self), new A.ManifestUploadParams(t1, $async$self._drive.id, t2.id, t3, uploadType, t4, t5), t6, $async$self.getSelectedUndername$0()), $async$uploadManifest$1$method);
case 10:
// returning from await.
$async$self.emit$1(new A.CreateManifestSuccess($async$self._create_manifest_cubit$_selectedUndername != null));
@@ -182147,6 +182200,39 @@
_this._create_manifest_cubit$_selectedUndername = undername;
_this.prepareManifestTx$1$manifestName(type$.CreateManifestPreparingManifestWithARNS._as(_this._bloc$_state).manifestName);
},
+ setFallbackTxId$2$emitState(txId, emitState) {
+ var t1, t2, t3, _this = this;
+ _this._fallbackTxId = txId;
+ if (emitState) {
+ t1 = type$.CreateManifestFolderLoadSuccess._as(_this._bloc$_state);
+ t2 = _this._getFallbackTxId$0();
+ t3 = _this._getEnableManifestCreationButton$0();
+ if (t2 == null)
+ t2 = t1.fallbackTxId;
+ _this.emit$1(new A.CreateManifestFolderLoadSuccess(t1.viewingRootFolder, t1.viewingFolder, t3, t2));
+ }
+ },
+ setFallbackTxId$1(txId) {
+ return this.setFallbackTxId$2$emitState(txId, true);
+ },
+ _getFallbackTxId$0() {
+ var t1 = this._fallbackTxId;
+ if (t1 == null || t1.length === 0)
+ return null;
+ return t1;
+ },
+ _getEnableManifestCreationButton$0() {
+ if (this._getFallbackTxId$0() != null)
+ if (this._getFallbackTxId$0().length !== 0) {
+ var t1 = this._getFallbackTxId$0();
+ t1.toString;
+ t1 = A.isValidArweaveTxId(t1);
+ } else
+ t1 = true;
+ else
+ t1 = true;
+ return t1;
+ },
close$0(_) {
var $async$goto = 0,
$async$completer = A._makeAsyncAwaitCompleter(type$.void),
@@ -182186,8 +182272,10 @@
};
A.CreateManifestCubit_loadFolder_closure.prototype = {
call$1(f) {
+ var t1;
type$.FolderWithContents._as(f);
- return this.$this.emit$1(new A.CreateManifestFolderLoadSuccess(f.folder.parentFolderId == null, f));
+ t1 = this.$this;
+ return t1.emit$1(new A.CreateManifestFolderLoadSuccess(f.folder.parentFolderId == null, f, t1._getEnableManifestCreationButton$0(), null));
},
$signature: 337
};
@@ -182205,7 +182293,8 @@
A.CreateManifestInitial.prototype = {};
A.CreateManifestFolderLoadSuccess.prototype = {
get$props() {
- return A._setArrayType([this.viewingRootFolder, this.viewingFolder], type$.JSArray_Object);
+ var _this = this;
+ return [_this.viewingRootFolder, _this.viewingFolder, _this.enableManifestCreationButton, _this.fallbackTxId];
}
};
A.CreateManifestCheckingForConflicts.prototype = {
@@ -182237,7 +182326,7 @@
A.CreateManifestUploadReview.prototype = {
get$props() {
var _this = this;
- return [_this.manifestSize, _this.manifestName, _this.manifestFile, _this.folderHasPendingFiles, _this.freeUpload, _this.uploadMethod, _this.drive, _this.parentFolder, _this.existingManifestFileId, _this.assignedName];
+ return [_this.manifestSize, _this.manifestName, _this.manifestFile, _this.folderHasPendingFiles, _this.freeUpload, _this.uploadMethod, _this.drive, _this.parentFolder, _this.existingManifestFileId, _this.assignedName, _this.fallbackTxId];
}
};
A.CreateManifestUploadInProgress.prototype = {
@@ -191169,7 +191258,7 @@
t3 = Date.now();
t4 = type$.Null;
$async$goto = 2;
- return A._asyncAwait($async$self._pin_file_bloc$_driveDao.transaction$1$1(0, new A.PinFileBloc__handlePinFileSubmit_closure($async$self, profileState, A.FileEntity$(null, stateAsPinFileFieldsValid.dataContentType, stateAsPinFileFieldsValid.dataTxId, $async$self._driveId, B.C_Uuid.v4$0(), null, new A.DateTime(t3, false), null, t2, $async$self._parentFolderId, stateAsPinFileFieldsValid.pinnedDataOwnerAddress, stateAsPinFileFieldsValid.size, null), t1, new A.ArweaveSigner(t1)), t4).then$1$1(0, new A.PinFileBloc__handlePinFileSubmit_closure0($async$self, emit), t4).catchError$1(new A.PinFileBloc__handlePinFileSubmit_closure1($async$self, emit)), $async$_handlePinFileSubmit$2);
+ return A._asyncAwait($async$self._pin_file_bloc$_driveDao.transaction$1$1(0, new A.PinFileBloc__handlePinFileSubmit_closure($async$self, profileState, A.FileEntity$(null, stateAsPinFileFieldsValid.dataContentType, stateAsPinFileFieldsValid.dataTxId, $async$self._driveId, null, B.C_Uuid.v4$0(), null, new A.DateTime(t3, false), null, t2, $async$self._parentFolderId, stateAsPinFileFieldsValid.pinnedDataOwnerAddress, stateAsPinFileFieldsValid.size, null), t1, new A.ArweaveSigner(t1)), t4).then$1$1(0, new A.PinFileBloc__handlePinFileSubmit_closure0($async$self, emit), t4).catchError$1(new A.PinFileBloc__handlePinFileSubmit_closure1($async$self, emit)), $async$_handlePinFileSubmit$2);
case 2:
// returning from await.
// implicit return
@@ -193382,7 +193471,7 @@
switch ($async$goto) {
case 0:
// Function start
- t1 = $async$self._upload_cubit$_driveDao, t2 = $async$self._upload_cubit$_driveId, t3 = $async$self._createManifestCubit, t4 = $async$self._upload_cubit$_arnsRepository, completedCount = 0, i = 0;
+ t1 = $async$self._createManifestCubit, t2 = $async$self._upload_cubit$_driveDao, t3 = $async$self._upload_cubit$_driveId, t4 = $async$self._upload_cubit$_arnsRepository, completedCount = 0, i = 0;
case 3:
// for condition
if (!(i < manifestModels.length)) {
@@ -193404,10 +193493,13 @@
break;
}
$async$goto = 6;
- return A._asyncAwait(t1.fileById$2$driveId$fileId(t2, manifestModels[i].existingManifestFileId).getSingle$0(), $async$uploadManifests$1);
+ return A._asyncAwait(t2.fileById$2$driveId$fileId(t3, manifestModels[i].existingManifestFileId).getSingle$0(), $async$uploadManifests$1);
case 6:
// returning from await.
manifestFileEntry = $async$result;
+ t5 = manifestFileEntry.fallbackTxId;
+ if (t5 != null)
+ t1._fallbackTxId = t5;
t5 = manifestFileEntry.name;
t6 = manifestFileEntry.parentFolderId;
if (!(i < manifestModels.length)) {
@@ -193417,12 +193509,12 @@
break;
}
$async$goto = 7;
- return A._asyncAwait(t3.prepareManifestTx$3$existingManifestFileId$folderId$manifestName(manifestModels[i].existingManifestFileId, t6, t5), $async$uploadManifests$1);
+ return A._asyncAwait(t1.prepareManifestTx$3$existingManifestFileId$folderId$manifestName(manifestModels[i].existingManifestFileId, t6, t5), $async$uploadManifests$1);
case 7:
// returning from await.
$async$self.emit$1(new A.UploadingManifests(manifestModels, completedCount));
$async$goto = 8;
- return A._asyncAwait(t3.uploadManifest$1$method($async$self._manifestUploadMethod), $async$uploadManifests$1);
+ return A._asyncAwait(t1.uploadManifest$1$method($async$self._manifestUploadMethod), $async$uploadManifests$1);
case 8:
// returning from await.
if (!(i < manifestModels.length)) {
@@ -193432,7 +193524,7 @@
break;
}
$async$goto = 9;
- return A._asyncAwait(t1.fileById$2$driveId$fileId(t2, manifestModels[i].existingManifestFileId).getSingleOrNull$0(), $async$uploadManifests$1);
+ return A._asyncAwait(t2.fileById$2$driveId$fileId(t3, manifestModels[i].existingManifestFileId).getSingleOrNull$0(), $async$uploadManifests$1);
case 9:
// returning from await.
manifestFile = $async$result;
@@ -193465,7 +193557,7 @@
}
t5 = manifestModels[i];
$async$goto = 12;
- return A._asyncAwait(t4.setUndernamesToFile$4$driveId$fileId$processId$undername(t2, t5.existingManifestFileId, t5.antRecord.processId, undername), $async$uploadManifests$1);
+ return A._asyncAwait(t4.setUndernamesToFile$4$driveId$fileId$processId$undername(t3, t5.existingManifestFileId, t5.antRecord.processId, undername), $async$uploadManifests$1);
case 12:
// returning from await.
if (!(i < manifestModels.length)) {
@@ -195756,7 +195848,7 @@
$async$temp1.addAll$1($async$temp2, $async$temp3.fakeApplicationTags($async$result.version));
t2 = t1.id;
t3 = type$.Base64Codec._eval$1("Codec.S")._as(new Uint8Array(43));
- $async$returnValue = A.estimateDataItemSize(B.C_Utf8Encoder.convert$1(B.C_JsonCodec.encode$1(A.FileEntity$(null, t1.dataContentType, B.Base64Codec_Base64Encoder_false.get$encoder().convert$1(t3), t1.driveId, t2, null, t1.lastModifiedDate, null, t1.name, t1.parentFolderId, null, t1.size, null))).byteLength, A._setArrayType([], type$.JSArray_int), fakeTags);
+ $async$returnValue = A.estimateDataItemSize(B.C_Utf8Encoder.convert$1(B.C_JsonCodec.encode$1(A.FileEntity$(null, t1.dataContentType, B.Base64Codec_Base64Encoder_false.get$encoder().convert$1(t3), t1.driveId, null, t2, null, t1.lastModifiedDate, null, t1.name, t1.parentFolderId, null, t1.size, null))).byteLength, A._setArrayType([], type$.JSArray_int), fakeTags);
// goto return
$async$goto = 1;
break;
@@ -196167,7 +196259,7 @@
return A.ArDriveStandardModalNew$(t3, _null, new A.SizedBox(_null, 180, new A.Padding(B.EdgeInsets_24_0_24_0, A.Column$(A._setArrayType([A.RichText$(_null, _null, B.TextOverflow_0, _null, _null, true, _null, A.TextSpan$(A._setArrayType([t2, B.TextSpan_xwc, A.TextSpan$(_null, t6, t5, t4)], type$.JSArray_InlineSpan), _null, _null, _null), B.TextAlign_4, _null, _null, B._LinearTextScaler_1, B.TextWidthBasis_0), this.manifestNameForm$0()], type$.JSArray_Widget), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_4, B.MainAxisSize_0), _null), _null), _null, false, t1, 548);
},
_createManifestUploadReview$3$context$state$textStyle(context, state, textStyle) {
- var colorTokens, hasPendingFiles, t2, t3, t4, t5, t6, t7, _null = null,
+ var colorTokens, hasPendingFiles, t2, t3, t4, t5, t6, t7, t8, _null = null,
readCubitContext = A.Provider_of(context, false, type$.CreateManifestCubit),
typography = A.ArDriveTypographyNew_of(context),
t1 = A.ArDriveTheme_of(context).__ArDriveTheme_themeData_A;
@@ -196179,15 +196271,20 @@
t3 = A._setArrayType([], t2);
if (hasPendingFiles)
B.JSArray_methods.addAll$1(t3, A._setArrayType([A.Text$(A.appLocalizationsOf(context).get$filesPendingManifestExplanation(), _null, _null, _null, _null, _null, _null, _null, textStyle, _null, _null, _null), B.Divider_EsU4], t2));
- t4 = A._setArrayType([A.Text$(state.manifestName, _null, _null, _null, _null, _null, _null, _null, typography.paragraphLarge$2$color$fontWeight(colorTokens.textHigh, B.ArFontWeight_Tng), _null, _null, _null)], t2);
- t5 = state.assignedName;
- if (t5 != null) {
- t6 = colorTokens.textMid;
- t7 = typography.paragraphNormal$1$color(t6);
- B.JSArray_methods.addAll$1(t4, A._setArrayType([A.RichText$(_null, _null, B.TextOverflow_0, _null, _null, true, _null, A.TextSpan$(A._setArrayType([A.TextSpan$(_null, _null, typography.paragraphNormal$2$color$fontWeight(t6, B.ArFontWeight_maS), "ArNS Name: "), A.TextSpan$(_null, _null, typography.paragraphNormal$2$color$fontWeight(t6, B.ArFontWeight_Tng), t5)], type$.JSArray_InlineSpan), _null, t7, _null), B.TextAlign_4, _null, _null, B._LinearTextScaler_1, B.TextWidthBasis_0)], t2));
+ t4 = colorTokens.textHigh;
+ t5 = A._setArrayType([A.Text$(state.manifestName, _null, _null, _null, _null, _null, _null, _null, typography.paragraphLarge$2$color$fontWeight(t4, B.ArFontWeight_Tng), _null, _null, _null)], t2);
+ t6 = state.assignedName;
+ if (t6 != null) {
+ t7 = colorTokens.textMid;
+ t8 = typography.paragraphNormal$1$color(t7);
+ B.JSArray_methods.addAll$1(t5, A._setArrayType([A.RichText$(_null, _null, B.TextOverflow_0, _null, _null, true, _null, A.TextSpan$(A._setArrayType([A.TextSpan$(_null, _null, typography.paragraphNormal$2$color$fontWeight(t7, B.ArFontWeight_maS), "ArNS Name: "), A.TextSpan$(_null, _null, typography.paragraphNormal$2$color$fontWeight(t7, B.ArFontWeight_Tng), t6)], type$.JSArray_InlineSpan), _null, t8, _null), B.TextAlign_4, _null, _null, B._LinearTextScaler_1, B.TextWidthBasis_0)], t2));
}
- t4.push(A.Text$(A.filesize(state.manifestSize), _null, _null, _null, _null, _null, _null, _null, textStyle, _null, _null, _null));
- t3.push(new A.ConstrainedBox(B.BoxConstraints_CWG, A.Scrollbar$(A.ListView$(t4, _null, _null, _null, true), _null, _null, _null, _null), _null));
+ t5.push(A.Text$(A.filesize(state.manifestSize), _null, _null, _null, _null, _null, _null, _null, textStyle, _null, _null, _null));
+ t5.push(B.SizedBox_null_8_null_null);
+ t6 = state.fallbackTxId;
+ if (t6 != null)
+ B.JSArray_methods.addAll$1(t5, A._setArrayType([A.RichText$(_null, _null, B.TextOverflow_0, _null, _null, true, _null, A.TextSpan$(A._setArrayType([A.TextSpan$(_null, _null, typography.paragraphLarge$2$color$fontWeight(t4, B.ArFontWeight_Tng), "Fallback TxId\n"), A.TextSpan$(_null, _null, typography.paragraphSmall$2$color$fontWeight(colorTokens.textMid, B.ArFontWeight_maS), t6)], type$.JSArray_InlineSpan), _null, textStyle, _null), B.TextAlign_4, _null, _null, B._LinearTextScaler_1, B.TextWidthBasis_0)], t2));
+ t3.push(new A.ConstrainedBox(B.BoxConstraints_CWG, A.Scrollbar$(A.ListView$(t5, _null, _null, _null, true), _null, _null, _null, _null), _null));
t3.push(B.Divider_EsU4);
t4 = state.freeUpload;
if (t4)
@@ -196228,8 +196325,8 @@
t4 = A.AnimatedContainer$(A.GestureDetector$(_null, A.AnimatedScale$(new A.ArDriveIcon(32, _null, B.IconData_SFy1, _null), B.C__Linear, B.Duration_200000, t5), B.DragStartBehavior_1, false, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, new A._CreateManifestFormState__selectFolder_closure3(cubit), _null, _null, _null, _null, _null, _null), B.C__Linear, _null, B.Duration_200000, _null, _null, _null, _null, t4);
t1 = t1 ? B.EdgeInsets_14_0_0_0 : B.EdgeInsets_0_0_0_0;
t5 = type$.JSArray_Widget;
- t5 = A.Column$(A._setArrayType([A.Container$(B.Alignment_m1_0, new A.Padding(B.EdgeInsets_16_0_16_0, A.Row$(A._setArrayType([new A.ArDriveClickArea(t4, true, _null, _null), A.AnimatedPadding$(A.Text$(A.appLocalizationsOf(context).get$targetFolderEmphasized(), _null, _null, _null, _null, _null, _null, _null, typography.heading5$2$color$fontWeight(colorTokens.textHigh, B.ArFontWeight_Tng), _null, _null, _null), B.C__Linear, B.Duration_200000, t1), B.Spacer_null, A.ArDriveIconButton$(new A.ArDriveIcon(24, _null, B.IconData_eXt, _null), new A._CreateManifestFormState__selectFolder_closure4(context), 16, _null)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1), _null), B.Clip_0, t2, _null, _null, _null, 77, _null, _null, _null, _null, _null, 1 / 0), A.Expanded$(A.ListView$builder(true, _null, new A._CreateManifestFormState__selectFolder_closure5(t3), t3.length, _null, B.EdgeInsets_0_0_0_0, _null, false), 1), B.Divider_EsU, new A.Padding(B.EdgeInsets_16_0_16_0, A.ArDriveCard$(t2, _null, 5, _null, A.Row$(A._setArrayType([new A.ArDriveIcon(16, colorTokens.iconHigh, B.IconData_AQQ0, _null), B.SizedBox_8_null_null_null, A.Expanded$(A.Text$("Hidden files are not added into the manifest.", _null, _null, _null, _null, _null, _null, _null, typography.paragraphNormal$2$color$fontWeight(colorTokens.textMid, B.ArFontWeight_maS), _null, _null, _null), 1)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0), B.EdgeInsets_8_8_8_8, 4, _null, _null, _null, false), _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0);
- return A.ArDriveModalNew$(new A.ModalAction(A.appLocalizationsOf(context).get$createHereEmphasized(), new A._CreateManifestFormState__selectFolder_closure6(this, cubit), true, _null, _null), B.BoxConstraints_0_600_0_600, new A.ConstrainedBox(B.BoxConstraints_0_600_0_500, t5, _null), B.EdgeInsets_0_0_0_0);
+ t5 = A.Column$(A._setArrayType([A.Container$(B.Alignment_m1_0, new A.Padding(B.EdgeInsets_16_0_16_0, A.Row$(A._setArrayType([new A.ArDriveClickArea(t4, true, _null, _null), A.AnimatedPadding$(A.Text$(A.appLocalizationsOf(context).get$targetFolderEmphasized(), _null, _null, _null, _null, _null, _null, _null, typography.heading5$2$color$fontWeight(colorTokens.textHigh, B.ArFontWeight_Tng), _null, _null, _null), B.C__Linear, B.Duration_200000, t1), B.Spacer_null, A.ArDriveIconButton$(new A.ArDriveIcon(24, _null, B.IconData_eXt, _null), new A._CreateManifestFormState__selectFolder_closure4(context), 16, _null)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_1), _null), B.Clip_0, t2, _null, _null, _null, 77, _null, _null, _null, _null, _null, 1 / 0), A.Expanded$(A.ListView$builder(true, _null, new A._CreateManifestFormState__selectFolder_closure5(t3), t3.length, _null, B.EdgeInsets_0_0_0_0, _null, false), 1), B.Divider_EsU, new A.Padding(B.EdgeInsets_16_0_16_0, new A.ArDriveClickArea(new A.ArDriveTooltip(A.Row$(A._setArrayType([A.Text$("Fallback TxId", _null, _null, _null, _null, _null, _null, _null, typography.paragraphNormal$2$color$fontWeight(colorTokens.textLow, B.ArFontWeight_maS), _null, _null, _null), B.SizedBox_8_null_null_null, new A.ArDriveIcon(16, colorTokens.iconMid, B.IconData_AQQ0, _null)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0), "The fallback specifies a default content to show if the requested path cannot be found.\nThis is typically used for handling missing pages or errors, like a '404 Not Found' page.", _null), true, _null, _null), _null), B.SizedBox_null_4_null_null, new A.Padding(B.EdgeInsets_16_0_16_0, A.ArDriveTextFieldNew$(_null, _null, false, _null, _null, _null, "TxId", _null, true, false, _null, _null, 1, 1, false, new A._CreateManifestFormState__selectFolder_closure6(cubit), _null, _null, _null, true, false, _null, B.TextInputAction_2, new A._CreateManifestFormState__selectFolder_closure7()), _null), B.Divider_EsU1, new A.Padding(B.EdgeInsets_16_0_16_0, A.ArDriveCard$(t2, _null, 5, _null, A.Row$(A._setArrayType([new A.ArDriveIcon(16, colorTokens.iconHigh, B.IconData_AQQ0, _null), B.SizedBox_8_null_null_null, A.Expanded$(A.Text$("Hidden files are not added into the manifest.", _null, _null, _null, _null, _null, _null, _null, typography.paragraphNormal$2$color$fontWeight(colorTokens.textMid, B.ArFontWeight_maS), _null, _null, _null), 1)], t5), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0), B.EdgeInsets_8_8_8_8, 4, _null, _null, _null, false), _null)], t5), B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0);
+ return A.ArDriveModalNew$(new A.ModalAction(A.appLocalizationsOf(context).get$createHereEmphasized(), new A._CreateManifestFormState__selectFolder_closure8(this, cubit), state.enableManifestCreationButton, _null, _null), B.BoxConstraints_0_600_0_600, new A.ConstrainedBox(B.BoxConstraints_0_600_0_500, t5, _null), B.EdgeInsets_0_0_0_0);
}
};
A._CreateManifestFormState_manifestNameForm_closure0.prototype = {
@@ -196243,7 +196340,7 @@
t1.setState$1(new A._CreateManifestFormState_manifestNameForm__closure());
return validation;
},
- $signature: 38
+ $signature: 35
};
A._CreateManifestFormState_manifestNameForm__closure.prototype = {
call$0() {
@@ -196467,19 +196564,20 @@
};
A._CreateManifestFormState__paymentOptions_closure2.prototype = {
call$3(method, methodInfo, canUpload) {
- var t3, t4, t5, t6, t7, t8, t9,
+ var t3, t4, t5, t6, t7, t8, t9, t10,
t1 = this.readCubitContext,
t2 = t1._bloc$_state;
if (t2 instanceof A.CreateManifestUploadReview) {
t3 = t2.assignedName;
- t4 = t2.manifestSize;
- t5 = t2.manifestName;
- t6 = t2.folderHasPendingFiles;
- t7 = t2.manifestFile;
- t8 = t2.drive;
- t9 = t2.parentFolder;
+ t4 = t2.fallbackTxId;
+ t5 = t2.manifestSize;
+ t6 = t2.manifestName;
+ t7 = t2.folderHasPendingFiles;
+ t8 = t2.manifestFile;
+ t9 = t2.drive;
+ t10 = t2.parentFolder;
t2 = t2.existingManifestFileId;
- t1.emit$1(new A.CreateManifestUploadReview(t4, t5, t6, t7, methodInfo.isFreeThanksToTurbo, method, t8, t9, t2, canUpload, t3));
+ t1.emit$1(new A.CreateManifestUploadReview(t5, t6, t7, t8, methodInfo.isFreeThanksToTurbo, method, t9, t10, t2, canUpload, t3, t4));
}
},
$signature: 262
@@ -196582,6 +196680,20 @@
$signature: 95
};
A._CreateManifestFormState__selectFolder_closure6.prototype = {
+ call$1(value) {
+ this.cubit.setFallbackTxId$1(value);
+ },
+ $signature: 19
+ };
+ A._CreateManifestFormState__selectFolder_closure7.prototype = {
+ call$1(value) {
+ if (value == null || value.length === 0)
+ return null;
+ return A.isValidArweaveTxId(value) ? null : "Invalid TxId";
+ },
+ $signature: 35
+ };
+ A._CreateManifestFormState__selectFolder_closure8.prototype = {
call$0() {
return this.cubit.checkForConflicts$1(this.$this._manifestNameController._change_notifier$_value.text);
},
@@ -197191,6 +197303,10 @@
t2.toString;
t9.push(new A.DetailsPanelItem(A.appLocalizationsOf(t2).get$dataTxID(), _null, t1, true, _null));
t9.push(B.SizedBox_null_16_null_null);
+ t1 = item.fallbackTxId;
+ if (t1 != null)
+ t9.push(new A.DetailsPanelItem("Manifest Fallback TxID", _null, A.Row$(A._setArrayType([new A._TxIdTextLink(t1, _null), B.SizedBox_12_null_null_null, A.CopyButton$(_null, _null, 20, 40, true, 20, t1)], t11), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_0, B.MainAxisSize_0), true, _null));
+ t9.push(B.SizedBox_null_16_null_null);
if (state instanceof A.FsEntryFileInfoSuccess) {
t1 = state.licenseState;
if (t1 != null)
@@ -198339,7 +198455,7 @@
t1.setState$1(new A._DriveCreateFormState_build___closure0(t1));
return validation;
},
- $signature: 38
+ $signature: 35
};
A._DriveCreateFormState_build___closure.prototype = {
call$0() {
@@ -198479,7 +198595,7 @@
t1.setState$1(new A._DriveRenameFormState_build___closure0(t1));
return validation;
},
- $signature: 38
+ $signature: 35
};
A._DriveRenameFormState_build___closure.prototype = {
call$0() {
@@ -199132,7 +199248,7 @@
t1.setState$1(new A._FolderCreateFormState_build___closure0(t1));
return validation;
},
- $signature: 38
+ $signature: 35
};
A._FolderCreateFormState_build___closure.prototype = {
call$0() {
@@ -199922,7 +200038,7 @@
t1.setState$1(new A._FsEntryRenameFormState_build___closure0(t1));
return validation;
},
- $signature: 38
+ $signature: 35
};
A._FsEntryRenameFormState_build___closure.prototype = {
call$0() {
@@ -200169,7 +200285,7 @@
t1.setState$1(new A._GhostFixerFormState_build___closure());
return validation;
},
- $signature: 38
+ $signature: 35
};
A._GhostFixerFormState_build___closure.prototype = {
call$0() {
@@ -202140,7 +202256,6 @@
primaryName = t1._getPrimaryName$2(state, t2);
maxWidth = t1._calculateMaxWidth$2(primaryName, state);
truncatedWalletAddress = t1._getTruncatedWalletAddress$2(primaryName, t2);
- $.$get$logger().log$2(B.LogLevel_0, "Truncated wallet address: " + truncatedWalletAddress);
tooltipMessage = primaryName.length > 20 ? primaryName : _null;
t2 = tooltipMessage == null ? "" : tooltipMessage;
t3 = t1._buildLoadedContent$5(context, state, primaryName, truncatedWalletAddress, maxWidth);
@@ -203215,7 +203330,7 @@
t1.setState$1(new A._PresetAmountSelectorState__customAmountTextField__closure(t1, s));
return t1._customAmountValidationMessage;
},
- $signature: 38
+ $signature: 35
};
A._PresetAmountSelectorState__customAmountTextField__closure.prototype = {
call$0() {
@@ -206478,7 +206593,7 @@
t9 = licenseStateResolved.params;
t9 = t9 == null ? null : t9.toAdditionalTags$0();
}
- B.JSArray_methods.add$1(uploadFiles, new A._Record_2(new A.ARFSUploadMetadataArgs(t3, t4, t6, $private, t7, t8, t10, t9, assignedName), file.ioFile));
+ B.JSArray_methods.add$1(uploadFiles, new A._Record_2(new A.ARFSUploadMetadataArgs(t3, t4, t6, $private, t7, t8, t10, t9, assignedName, null), file.ioFile));
case 8:
// for update
files.length === t1 || (0, A.throwConcurrentModificationError)(files), ++_i;
@@ -206558,7 +206673,7 @@
t7 = $private ? "private" : "public";
t8 = t5.id;
t9 = t3 ? B.UploadType_1 : B.UploadType_0;
- B.JSArray_methods.add$1(entities, new A._Record_2(new A.ARFSUploadMetadataArgs(t4, t6, t7, $private, t8, t9, null, null, null), new A.UploadFolder(new A.DateTime(Date.now(), false), t5.name)));
+ B.JSArray_methods.add$1(entities, new A._Record_2(new A.ARFSUploadMetadataArgs(t4, t6, t7, $private, t8, t9, null, null, null, null), new A.UploadFolder(new A.DateTime(Date.now(), false), t5.name)));
}
t1 = files.length, t2 = licenseStateConfigured == null, _i = 0;
case 7:
@@ -206599,7 +206714,7 @@
t8 = licenseStateResolved.params;
t8 = t8 == null ? null : t8.toAdditionalTags$0();
}
- B.JSArray_methods.add$1(entities, new A._Record_2(new A.ARFSUploadMetadataArgs(t4, t5, t6, $private, fileId, t7, t9, t8, assignedName), file.ioFile));
+ B.JSArray_methods.add$1(entities, new A._Record_2(new A.ARFSUploadMetadataArgs(t4, t5, t6, $private, fileId, t7, t9, t8, assignedName, null), file.ioFile));
case 8:
// for update
files.length === t1 || (0, A.throwConcurrentModificationError)(files), ++_i;
@@ -206717,7 +206832,7 @@
t19 = metadata.parentFolderId;
t20 = metadata.size;
t21 = metadata.assignedName;
- entity = A.FileEntity$(t21 != null ? A._setArrayType([t21], t4) : A._setArrayType([], t4), t12, t14, t16, t13, null, t17, t15, t18, t19, null, t20, thumbnail);
+ entity = A.FileEntity$(t21 != null ? A._setArrayType([t21], t4) : A._setArrayType([], t4), t12, t14, t16, null, t13, null, t17, t15, t18, t19, null, t20, thumbnail);
t11.licensesCompanion = null;
if (metadata._licenseTxId != null) {
t12 = metadata.licenseDefinitionTxId;
@@ -208688,7 +208803,7 @@
var t1 = this.windowPos;
t1.set$value(0, J.$add$ansx(t1._change_notifier$_value, details.delta));
},
- $signature: 32
+ $signature: 31
};
A.DraggableWindow_build_closure.prototype = {
call$3(context, value, child) {
@@ -208722,7 +208837,7 @@
var t1 = this.windowSize;
t1.set$value(0, J.$add$ansx(t1._change_notifier$_value, details.delta));
},
- $signature: 32
+ $signature: 31
};
A.ArDriveDevToolOptionType.prototype = {
_enumToString$0() {
@@ -212289,7 +212404,7 @@
t1 === $ && A.throwLateFieldNI("name");
return !B.JSArray_methods.contains$1(B.List_86y1, t1);
},
- $signature: 40
+ $signature: 39
};
A.LicenseAssertionEntity_fromTransaction_closure0.prototype = {
call$1(tag) {
@@ -212309,7 +212424,7 @@
t1 === $ && A.throwLateFieldNI("name");
return t1 === "License";
},
- $signature: 40
+ $signature: 39
};
A._LicenseAssertionEntity_Object_TransactionPropertiesMixin.prototype = {};
A.LicenseComposedTransactionParseException.prototype = {$isException: 1};
@@ -212323,7 +212438,7 @@
t2 === $ && A.throwLateFieldNI("name");
return !B.JSArray_methods.contains$1(t1, t2);
},
- $signature: 40
+ $signature: 39
};
A.LicenseComposedEntity_fromTransaction_closure0.prototype = {
call$1(tag) {
@@ -212348,17 +212463,22 @@
return A.LinkedHashMap_LinkedHashMap$_literal(["id", this.id], type$.String, type$.dynamic);
}
};
+ A.ManifestFallback.prototype = {
+ toJson$0() {
+ return A.LinkedHashMap_LinkedHashMap$_literal(["id", this.id], type$.String, type$.dynamic);
+ }
+ };
A.ManifestData.prototype = {
toJson$0() {
return A._$ManifestDataToJson(this);
}
};
A.ManifestDataBuilder.prototype = {
- build$1$folderNode(folderNode) {
+ build$2$fallbackTxId$folderNode(fallbackTxId, folderNode) {
var $async$goto = 0,
$async$completer = A._makeAsyncAwaitCompleter(type$.ManifestData),
- $async$returnValue, $async$self = this, t5, t6, t7, t8, t1, t2, t3, indexFile, t4, rootFolderPath, $async$temp1;
- var $async$build$1$folderNode = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
+ $async$returnValue, $async$self = this, t5, t6, t7, t8, fallback, t1, t2, t3, indexFile, t4, rootFolderPath, $async$temp1;
+ var $async$build$2$fallbackTxId$folderNode = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
if ($async$errorCode === 1)
return A._asyncRethrow($async$result, $async$completer);
while (true)
@@ -212371,14 +212491,14 @@
indexFile = new A.ManifestDataBuilder_build_closure0(folderNode, new A.WhereIterable(t1, t3, t2._eval$1("WhereIterable<1>"))).call$0();
t4 = folderNode.folder;
$async$goto = 3;
- return A._asyncAwait($async$self.folderRepository.getFolderPath$2(t4.driveId, t4.id), $async$build$1$folderNode);
+ return A._asyncAwait($async$self.folderRepository.getFolderPath$2(t4.driveId, t4.id), $async$build$2$fallbackTxId$folderNode);
case 3:
// returning from await.
rootFolderPath = $async$result;
t4 = $async$self.fileRepository;
$async$temp1 = A;
$async$goto = 4;
- return A._asyncAwait(t4.getFilePath$2(indexFile.driveId, indexFile.id), $async$build$1$folderNode);
+ return A._asyncAwait(t4.getFilePath$2(indexFile.driveId, indexFile.id), $async$build$2$fallbackTxId$folderNode);
case 4:
// returning from await.
t5 = $async$temp1.prepareManifestPath($async$result, rootFolderPath);
@@ -212394,7 +212514,7 @@
t7 = t1.get$current(0);
$async$temp1 = B.JSString_methods;
$async$goto = 7;
- return A._asyncAwait(t4.getFilePath$2(t7.driveId, t7.id), $async$build$1$folderNode);
+ return A._asyncAwait(t4.getFilePath$2(t7.driveId, t7.id), $async$build$2$fallbackTxId$folderNode);
case 7:
// returning from await.
t8 = $async$temp1.substring$1($async$result, t3);
@@ -212404,7 +212524,8 @@
break;
case 6:
// after for
- $async$returnValue = new A.ManifestData(new A.ManifestIndex(t5), t6);
+ fallback = fallbackTxId != null ? new A.ManifestFallback(fallbackTxId) : null;
+ $async$returnValue = new A.ManifestData(fallback, new A.ManifestIndex(t5), t6);
// goto return
$async$goto = 1;
break;
@@ -212413,7 +212534,7 @@
return A._asyncReturn($async$returnValue, $async$completer);
}
});
- return A._asyncStartSync($async$build$1$folderNode, $async$completer);
+ return A._asyncStartSync($async$build$2$fallbackTxId$folderNode, $async$completer);
}
};
A.ManifestDataBuilder_build_closure.prototype = {
@@ -212438,6 +212559,13 @@
},
$signature: 128
};
+ A._$ManifestDataToJson_writeNotNull.prototype = {
+ call$2(key, value) {
+ if (value != null)
+ this.val.$indexSet(0, key, value);
+ },
+ $signature: 12
+ };
A._$ManifestDataToJson_closure.prototype = {
call$2(k, e) {
return new A.MapEntry(A._asString(k), A.LinkedHashMap_LinkedHashMap$_literal(["id", type$.ManifestPath._as(e).id], type$.String, type$.dynamic), type$.MapEntry_of_String_and_Map_String_dynamic);
@@ -213460,7 +213588,7 @@
t1.toString;
return A.appLocalizationsOf(t1).get$pleaseEnterAValidEmail();
},
- $signature: 38
+ $signature: 35
};
A._RedeemGiftModalState__emailField__closure.prototype = {
call$0() {
@@ -213523,7 +213651,7 @@
t1.setState$1(new A._RedeemGiftModalState__giftCodeField__closure0(t1));
return null;
},
- $signature: 38
+ $signature: 35
};
A._RedeemGiftModalState__giftCodeField__closure.prototype = {
call$0() {
@@ -214141,7 +214269,7 @@
t2 = manifest.ARFSUploadData__dataTxId;
t3 = manifest.assignedName;
t3 = t3 != null ? A._setArrayType([t3], type$.JSArray_String) : null;
- manifestFileEntity = A.FileEntity$(t3, "application/x.arweave-manifest+json", t2, manifest.driveId, manifest.id, null, new A.DateTime(t1, false), null, manifest.name, manifest.parentFolderId, null, manifest.size, null);
+ manifestFileEntity = A.FileEntity$(t3, "application/x.arweave-manifest+json", t2, manifest.driveId, manifest.fallbackTxId, manifest.id, null, new A.DateTime(t1, false), null, manifest.name, manifest.parentFolderId, null, manifest.size, null);
t1 = manifest._metadataTxId;
t1.toString;
manifestFileEntity.TransactionPropertiesMixin___TransactionPropertiesMixin_txId_A = t1;
@@ -214207,7 +214335,7 @@
t1 = params.uploadType;
t2 = undername != null ? A.getLiteralARNSRecordName(undername) : null;
$async$goto = 7;
- return A._asyncAwait($async$self._uploader.upload$4$args$file$type$wallet(0, new A.ARFSUploadMetadataArgs(params.driveId, params.parentFolderId, "public", false, params.existingManifestFileId, t1, null, null, t2), params.manifestFile, t1, params.wallet), $async$uploadManifest$4$onProgress$params$processId$undername);
+ return A._asyncAwait($async$self._uploader.upload$4$args$file$type$wallet(0, new A.ARFSUploadMetadataArgs(params.driveId, params.parentFolderId, "public", false, params.existingManifestFileId, t1, null, null, t2, params.fallbackTxId), params.manifestFile, t1, params.wallet), $async$uploadManifest$4$onProgress$params$processId$undername);
case 7:
// returning from await.
controller = $async$result;
@@ -214255,14 +214383,14 @@
});
return A._asyncStartSync($async$uploadManifest$4$onProgress$params$processId$undername, $async$completer);
},
- getManifestFile$4$driveId$manifestName$parentFolder$rootFolderNode(driveId, manifestName, parentFolder, rootFolderNode) {
- return this.getManifestFile$body$ManifestRepositoryImpl(driveId, manifestName, parentFolder, rootFolderNode);
+ getManifestFile$5$driveId$fallbackTxId$manifestName$parentFolder$rootFolderNode(driveId, fallbackTxId, manifestName, parentFolder, rootFolderNode) {
+ return this.getManifestFile$body$ManifestRepositoryImpl(driveId, fallbackTxId, manifestName, parentFolder, rootFolderNode);
},
- getManifestFile$body$ManifestRepositoryImpl(driveId, manifestName, parentFolder, rootFolderNode) {
+ getManifestFile$body$ManifestRepositoryImpl(driveId, fallbackTxId, manifestName, parentFolder, rootFolderNode) {
var $async$goto = 0,
$async$completer = A._makeAsyncAwaitCompleter(type$.IOFile),
$async$returnValue, $async$handler = 2, $async$currentError, $async$self = this, folderNode, arweaveManifest, manifestFile, e, t1, folderNode0, exception, $async$exception;
- var $async$getManifestFile$4$driveId$manifestName$parentFolder$rootFolderNode = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
+ var $async$getManifestFile$5$driveId$fallbackTxId$manifestName$parentFolder$rootFolderNode = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
if ($async$errorCode === 1) {
$async$currentError = $async$result;
$async$goto = $async$handler;
@@ -214279,7 +214407,7 @@
case 7:
// then
$async$goto = 10;
- return A._asyncAwait($async$self._manifest_repository$_driveDao.getFolderTree$2(driveId, t1), $async$getManifestFile$4$driveId$manifestName$parentFolder$rootFolderNode);
+ return A._asyncAwait($async$self._manifest_repository$_driveDao.getFolderTree$2(driveId, t1), $async$getManifestFile$5$driveId$fallbackTxId$manifestName$parentFolder$rootFolderNode);
case 10:
// returning from await.
// goto join
@@ -214292,12 +214420,12 @@
// join
folderNode = $async$result;
$async$goto = 11;
- return A._asyncAwait($async$self._manifest_repository$_builder.build$1$folderNode(folderNode), $async$getManifestFile$4$driveId$manifestName$parentFolder$rootFolderNode);
+ return A._asyncAwait($async$self._manifest_repository$_builder.build$2$fallbackTxId$folderNode(fallbackTxId, folderNode), $async$getManifestFile$5$driveId$fallbackTxId$manifestName$parentFolder$rootFolderNode);
case 11:
// returning from await.
arweaveManifest = $async$result;
$async$goto = 12;
- return A._asyncAwait(new A.IOFileAdapter().fromData$4$contentType$lastModifiedDate$name(B.C_Utf8Encoder.convert$1(B.C_JsonCodec.encode$1(arweaveManifest)), "application/x.arweave-manifest+json", new A.DateTime(Date.now(), false), manifestName), $async$getManifestFile$4$driveId$manifestName$parentFolder$rootFolderNode);
+ return A._asyncAwait(new A.IOFileAdapter().fromData$4$contentType$lastModifiedDate$name(B.C_Utf8Encoder.convert$1(B.C_JsonCodec.encode$1(arweaveManifest)), "application/x.arweave-manifest+json", new A.DateTime(Date.now(), false), manifestName), $async$getManifestFile$5$driveId$fallbackTxId$manifestName$parentFolder$rootFolderNode);
case 12:
// returning from await.
manifestFile = $async$result;
@@ -214334,7 +214462,7 @@
return A._asyncRethrow($async$currentError, $async$completer);
}
});
- return A._asyncStartSync($async$getManifestFile$4$driveId$manifestName$parentFolder$rootFolderNode, $async$completer);
+ return A._asyncStartSync($async$getManifestFile$5$driveId$fallbackTxId$manifestName$parentFolder$rootFolderNode, $async$completer);
},
hasPendingFilesOnTargetFolder$1$folderNode(folderNode) {
return this.hasPendingFilesOnTargetFolder$body$ManifestRepositoryImpl(folderNode);
@@ -215731,7 +215859,7 @@
t8 = type$.Value_nullable_String;
t9 = entity.thumbnail;
t9 = t9 != null ? new A.Value(true, B.C_JsonCodec.encode$2$toEncodable(t9.toJson$0(), null), t8) : B.Value_true_null;
- companion = A.FileEntriesCompanion$insert(new A.Value(true, this._encodeAssignedNames$1(entity.assignedNames), t8), B.Value_false_null2, B.Value_false_null2, B.Value_false_null2, new A.Value(true, entity.dataContentType, t8), t5, t2, t1, new A.Value(true, entity.isHidden === true, type$.Value_bool), t7, B.Value_false_null3, B.Value_false_null2, t4, t3, "", new A.Value(true, entity.pinnedDataOwnerAddress, t8), t6, t9);
+ companion = A.FileEntriesCompanion$insert(new A.Value(true, this._encodeAssignedNames$1(entity.assignedNames), t8), B.Value_false_null2, B.Value_false_null2, B.Value_false_null2, new A.Value(true, entity.dataContentType, t8), t5, t2, new A.Value(true, entity.fallbackTxId, t8), t1, new A.Value(true, entity.isHidden === true, type$.Value_bool), t7, B.Value_false_null3, B.Value_false_null2, t4, t3, "", new A.Value(true, entity.pinnedDataOwnerAddress, t8), t6, t9);
t9 = type$.FileEntries;
t6 = type$.FileEntry;
return this.into$2$1(this.attachedDatabase.get$fileEntries(), t9, t6).insert$2$onConflict(0, companion, A.DoUpdate$(new A.DriveDao_writeFileEntity_closure(companion), t9, t6));
@@ -216908,7 +217036,7 @@
$call$body$_$DriveDaoMixin_filesInFolderWithLicenseAndRevisionTransactions_closure(row) {
var $async$goto = 0,
$async$completer = A._makeAsyncAwaitCompleter(type$.FileWithLicenseAndLatestRevisionTransactions),
- $async$returnValue, $async$self = this, t16, t17, t18, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, $async$temp1, $async$temp2, $async$temp3, $async$temp4, $async$temp5, $async$temp6, $async$temp7, $async$temp8, $async$temp9, $async$temp10, $async$temp11, $async$temp12, $async$temp13, $async$temp14, $async$temp15, $async$temp16, $async$temp17, $async$temp18, $async$temp19, $async$temp20;
+ $async$returnValue, $async$self = this, t16, t17, t18, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, t12, t13, t14, t15, $async$temp1, $async$temp2, $async$temp3, $async$temp4, $async$temp5, $async$temp6, $async$temp7, $async$temp8, $async$temp9, $async$temp10, $async$temp11, $async$temp12, $async$temp13, $async$temp14, $async$temp15, $async$temp16, $async$temp17, $async$temp18, $async$temp19, $async$temp20, $async$temp21;
var $async$call$1 = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
if ($async$errorCode === 1)
return A._asyncRethrow($async$result, $async$completer);
@@ -216954,21 +217082,22 @@
$async$temp16 = row.read$1$1(0, "dateCreated", t8);
$async$temp17 = row.read$1$1(0, "lastUpdated", t8);
$async$temp18 = row.readNullable$1$1("assignedNames", t1);
+ $async$temp19 = row.readNullable$1$1("fallbackTxId", t1);
$async$goto = 3;
return A._asyncAwait(A.TableInfoUtils_mapFromRowOrNull(t16.get$licenses(), row, "nested_0", type$.Licenses, type$.License), $async$call$1);
case 3:
// returning from await.
- $async$temp19 = $async$result;
+ $async$temp20 = $async$result;
$async$goto = 4;
return A._asyncAwait(A.TableInfoUtils_mapFromRow(t16.get$networkTransactions(), row, "nested_1", t17, t18), $async$call$1);
case 4:
// returning from await.
- $async$temp20 = $async$result;
+ $async$temp21 = $async$result;
$async$goto = 5;
return A._asyncAwait(A.TableInfoUtils_mapFromRow(t16.get$networkTransactions(), row, "nested_2", t17, t18), $async$call$1);
case 5:
// returning from await.
- $async$returnValue = new $async$temp1.FileWithLicenseAndLatestRevisionTransactions($async$temp2, $async$temp3, $async$temp4, $async$temp5, $async$temp6, $async$temp7, $async$temp8, $async$temp9, $async$temp10, $async$temp11, $async$temp12, $async$temp13, $async$temp14, $async$temp15, $async$temp16, $async$temp17, $async$temp18, $async$temp19, $async$temp20, $async$result);
+ $async$returnValue = new $async$temp1.FileWithLicenseAndLatestRevisionTransactions($async$temp2, $async$temp3, $async$temp4, $async$temp5, $async$temp6, $async$temp7, $async$temp8, $async$temp9, $async$temp10, $async$temp11, $async$temp12, $async$temp13, $async$temp14, $async$temp15, $async$temp16, $async$temp17, $async$temp18, $async$temp19, $async$temp20, $async$temp21, $async$result);
// goto return
$async$goto = 1;
break;
@@ -217017,6 +217146,7 @@
t11 = row.read$1$1(0, "dateCreated", t7);
row.read$1$1(0, "lastUpdated", t7);
row.readNullable$1$1("assignedNames", t1);
+ row.readNullable$1$1("fallbackTxId", t1);
t1 = $async$self.$this.attachedDatabase;
t7 = type$.NetworkTransactions;
t12 = type$.NetworkTransaction;
@@ -217088,6 +217218,7 @@
row.readNullable$1$1("pinnedDataOwnerAddress", t1);
row.read$1$1(0, "isHidden", type$.bool);
row.readNullable$1$1("assignedNames", t1);
+ row.readNullable$1$1("fallbackTxId", t1);
$async$temp1 = A;
$async$temp2 = t2;
$async$temp3 = t3;
@@ -217143,28 +217274,29 @@
t12 = row.read$1$1(0, "action", t1);
t13 = row.readNullable$1$1("pinnedDataOwnerAddress", t1);
row.read$1$1(0, "isHidden", type$.bool);
- t1 = row.readNullable$1$1("assignedNames", t1);
- t14 = $async$self.$this.attachedDatabase;
+ t14 = row.readNullable$1$1("assignedNames", t1);
+ row.readNullable$1$1("fallbackTxId", t1);
+ t1 = $async$self.$this.attachedDatabase;
$async$goto = 3;
- return A._asyncAwait(A.TableInfoUtils_mapFromRowOrNull(t14.get$licenses(), row, "nested_0", type$.Licenses, type$.License), $async$call$1);
+ return A._asyncAwait(A.TableInfoUtils_mapFromRowOrNull(t1.get$licenses(), row, "nested_0", type$.Licenses, type$.License), $async$call$1);
case 3:
// returning from await.
t15 = $async$result;
t16 = type$.NetworkTransactions;
t17 = type$.NetworkTransaction;
$async$goto = 4;
- return A._asyncAwait(A.TableInfoUtils_mapFromRow(t14.get$networkTransactions(), row, "nested_1", t16, t17), $async$call$1);
+ return A._asyncAwait(A.TableInfoUtils_mapFromRow(t1.get$networkTransactions(), row, "nested_1", t16, t17), $async$call$1);
case 4:
// returning from await.
$async$goto = 5;
- return A._asyncAwait(A.TableInfoUtils_mapFromRow(t14.get$networkTransactions(), row, "nested_2", t16, t17), $async$call$1);
+ return A._asyncAwait(A.TableInfoUtils_mapFromRow(t1.get$networkTransactions(), row, "nested_2", t16, t17), $async$call$1);
case 5:
// returning from await.
$async$goto = 6;
- return A._asyncAwait(A.TableInfoUtils_mapFromRowOrNull(t14.get$networkTransactions(), row, "nested_3", t16, t17), $async$call$1);
+ return A._asyncAwait(A.TableInfoUtils_mapFromRowOrNull(t1.get$networkTransactions(), row, "nested_3", t16, t17), $async$call$1);
case 6:
// returning from await.
- $async$returnValue = new A.FileRevisionWithLicenseAndTransactions(t2, t3, t4, t5, t6, t8, t9, t10, t11, t7, t12, t13, t1, t15);
+ $async$returnValue = new A.FileRevisionWithLicenseAndTransactions(t2, t3, t4, t5, t6, t8, t9, t10, t11, t7, t12, t13, t14, t15);
// goto return
$async$goto = 1;
break;
@@ -217868,6 +218000,22 @@
case 56:
// returning from await.
case 54:
+ // join
+ $async$goto = from < 24 ? 57 : 58;
+ break;
+ case 57:
+ // then
+ $.$get$logger().log$2(B.LogLevel_0, "Migrating schema from v23 to v24");
+ t1 = $async$self.$this;
+ $async$goto = 59;
+ return A._asyncAwait(m.addColumn$2(t1.get$fileEntries(), t1.get$fileEntries().get$fallbackTxId()), $async$call$3);
+ case 59:
+ // returning from await.
+ $async$goto = 60;
+ return A._asyncAwait(m.addColumn$2(t1.get$fileRevisions(), t1.get$fileRevisions().get$fallbackTxId()), $async$call$3);
+ case 60:
+ // returning from await.
+ case 58:
// join
$async$handler = 1;
// goto after finally
@@ -220691,9 +220839,24 @@
}
return value;
},
+ get$fallbackTxId() {
+ var t1, result,
+ _s12_ = "fallbackTxId",
+ value = this.__FileRevisions_fallbackTxId_FI;
+ if (value === $) {
+ t1 = this._alias;
+ if (t1 == null)
+ t1 = "file_revisions";
+ result = A.GeneratedColumn$(_s12_, t1, true, "", null, false, B.DriftSqlType_1, type$.String);
+ value !== $ && A.throwLateFieldADI(_s12_);
+ this.set$__FileRevisions_fallbackTxId_FI(result);
+ value = result;
+ }
+ return value;
+ },
get$$$columns() {
var _this = this;
- return A._setArrayType([_this.get$fileId(), _this.get$driveId(), _this.get$name(0), _this.get$parentFolderId(), _this.get$size(0), _this.get$lastModifiedDate(0), _this.get$dataContentType(), _this.get$metadataTxId(), _this.get$dataTxId(), _this.get$licenseTxId(), _this.get$thumbnail(), _this.get$bundledIn(), _this.get$dateCreated(), _this.get$customJsonMetadata(), _this.get$customGQLTags(), _this.get$action(0), _this.get$pinnedDataOwnerAddress(), _this.get$isHidden(), _this.get$assignedNames()], type$.JSArray_GeneratedColumn_Object);
+ return A._setArrayType([_this.get$fileId(), _this.get$driveId(), _this.get$name(0), _this.get$parentFolderId(), _this.get$size(0), _this.get$lastModifiedDate(0), _this.get$dataContentType(), _this.get$metadataTxId(), _this.get$dataTxId(), _this.get$licenseTxId(), _this.get$thumbnail(), _this.get$bundledIn(), _this.get$dateCreated(), _this.get$customJsonMetadata(), _this.get$customGQLTags(), _this.get$action(0), _this.get$pinnedDataOwnerAddress(), _this.get$isHidden(), _this.get$assignedNames(), _this.get$fallbackTxId()], type$.JSArray_GeneratedColumn_Object);
},
get$aliasedName() {
var t1 = this._alias;
@@ -220718,6 +220881,7 @@
_s22_ = "pinnedDataOwnerAddress",
_s8_0 = "isHidden",
_s13_0 = "assignedNames",
+ _s12_0 = "fallbackTxId",
t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.VerificationMeta, type$.VerificationResult),
data = type$.Insertable_FileRevision._as(instance).toColumns$1(true);
if (data.containsKey$1(0, "fileId")) {
@@ -220881,6 +221045,14 @@
if (!t3.success)
t1.$indexSet(0, B.VerificationMeta_assignedNames, t3);
}
+ if (data.containsKey$1(0, _s12_0)) {
+ t2 = _this.get$fallbackTxId();
+ t3 = data.$index(0, _s12_0);
+ t3.toString;
+ t3 = t2.isAcceptableOrUnknown$2(t3, B.VerificationMeta_fallbackTxId);
+ if (!t3.success)
+ t1.$indexSet(0, B.VerificationMeta_fallbackTxId, t3);
+ }
return new A.VerificationContext(t1);
},
validateIntegrity$1(instance) {
@@ -220927,7 +221099,7 @@
t20 = t1.get$typeMapping().read$1$2(0, B.DriftSqlType_1, t2.$index(data, effectivePrefix + "pinnedDataOwnerAddress"), t3);
t21 = t1.get$typeMapping().read$1$2(0, B.DriftSqlType_0, t2.$index(data, effectivePrefix + "isHidden"), type$.bool);
t21.toString;
- return A.FileRevision$(t19, t1.get$typeMapping().read$1$2(0, B.DriftSqlType_1, t2.$index(data, effectivePrefix + "assignedNames"), t3), t16, t18, t17, t11, t13, t9, t5, t4, t21, t10, t14, t12, t6, t7, t20, t8, t15);
+ return A.FileRevision$(t19, t1.get$typeMapping().read$1$2(0, B.DriftSqlType_1, t2.$index(data, effectivePrefix + "assignedNames"), t3), t16, t18, t17, t11, t13, t9, t5, t1.get$typeMapping().read$1$2(0, B.DriftSqlType_1, t2.$index(data, effectivePrefix + "fallbackTxId"), t3), t4, t21, t10, t14, t12, t6, t7, t20, t8, t15);
},
map$1(_, data) {
return this.map$2$tablePrefix(0, data, null);
@@ -220998,6 +221170,9 @@
set$__FileRevisions_assignedNames_FI(__FileRevisions_assignedNames_FI) {
this.__FileRevisions_assignedNames_FI = type$.GeneratedColumn_String._as(__FileRevisions_assignedNames_FI);
},
+ set$__FileRevisions_fallbackTxId_FI(__FileRevisions_fallbackTxId_FI) {
+ this.__FileRevisions_fallbackTxId_FI = type$.GeneratedColumn_String._as(__FileRevisions_fallbackTxId_FI);
+ },
$isDatabaseSchemaEntity: 1,
$isResultSetImplementation: 1,
get$attachedDatabase() {
@@ -221037,6 +221212,8 @@
map.$indexSet(0, "isHidden", new A.Variable(_this.isHidden, _null, type$.Variable_bool));
if (!nullToAbsent || _this.assignedNames != null)
map.$indexSet(0, "assignedNames", new A.Variable(_this.assignedNames, _null, t1));
+ if (!nullToAbsent || _this.fallbackTxId != null)
+ map.$indexSet(0, "fallbackTxId", new A.Variable(_this.fallbackTxId, _null, t1));
return map;
},
toJson$0() {
@@ -221045,23 +221222,23 @@
t1 = type$.String;
t2 = type$.DateTime;
t3 = type$.nullable_String;
- return A.LinkedHashMap_LinkedHashMap$_literal(["fileId", B.C__DefaultValueSerializer.toJson$1$1(_this.fileId, t1), "driveId", B.C__DefaultValueSerializer.toJson$1$1(_this.driveId, t1), "name", B.C__DefaultValueSerializer.toJson$1$1(_this.name, t1), "parentFolderId", B.C__DefaultValueSerializer.toJson$1$1(_this.parentFolderId, t1), "size", B.C__DefaultValueSerializer.toJson$1$1(_this.size, type$.int), "lastModifiedDate", B.C__DefaultValueSerializer.toJson$1$1(_this.lastModifiedDate, t2), "dataContentType", B.C__DefaultValueSerializer.toJson$1$1(_this.dataContentType, t3), "metadataTxId", B.C__DefaultValueSerializer.toJson$1$1(_this.metadataTxId, t1), "dataTxId", B.C__DefaultValueSerializer.toJson$1$1(_this.dataTxId, t1), "licenseTxId", B.C__DefaultValueSerializer.toJson$1$1(_this.licenseTxId, t3), "thumbnail", B.C__DefaultValueSerializer.toJson$1$1(_this.thumbnail, t3), "bundledIn", B.C__DefaultValueSerializer.toJson$1$1(_this.bundledIn, t3), "dateCreated", B.C__DefaultValueSerializer.toJson$1$1(_this.dateCreated, t2), "customJsonMetadata", B.C__DefaultValueSerializer.toJson$1$1(_this.customJsonMetadata, t3), "customGQLTags", B.C__DefaultValueSerializer.toJson$1$1(_this.customGQLTags, t3), "action", B.C__DefaultValueSerializer.toJson$1$1(_this.action, t1), "pinnedDataOwnerAddress", B.C__DefaultValueSerializer.toJson$1$1(_this.pinnedDataOwnerAddress, t3), "isHidden", B.C__DefaultValueSerializer.toJson$1$1(_this.isHidden, type$.bool), "assignedNames", B.C__DefaultValueSerializer.toJson$1$1(_this.assignedNames, t3)], t1, type$.dynamic);
+ return A.LinkedHashMap_LinkedHashMap$_literal(["fileId", B.C__DefaultValueSerializer.toJson$1$1(_this.fileId, t1), "driveId", B.C__DefaultValueSerializer.toJson$1$1(_this.driveId, t1), "name", B.C__DefaultValueSerializer.toJson$1$1(_this.name, t1), "parentFolderId", B.C__DefaultValueSerializer.toJson$1$1(_this.parentFolderId, t1), "size", B.C__DefaultValueSerializer.toJson$1$1(_this.size, type$.int), "lastModifiedDate", B.C__DefaultValueSerializer.toJson$1$1(_this.lastModifiedDate, t2), "dataContentType", B.C__DefaultValueSerializer.toJson$1$1(_this.dataContentType, t3), "metadataTxId", B.C__DefaultValueSerializer.toJson$1$1(_this.metadataTxId, t1), "dataTxId", B.C__DefaultValueSerializer.toJson$1$1(_this.dataTxId, t1), "licenseTxId", B.C__DefaultValueSerializer.toJson$1$1(_this.licenseTxId, t3), "thumbnail", B.C__DefaultValueSerializer.toJson$1$1(_this.thumbnail, t3), "bundledIn", B.C__DefaultValueSerializer.toJson$1$1(_this.bundledIn, t3), "dateCreated", B.C__DefaultValueSerializer.toJson$1$1(_this.dateCreated, t2), "customJsonMetadata", B.C__DefaultValueSerializer.toJson$1$1(_this.customJsonMetadata, t3), "customGQLTags", B.C__DefaultValueSerializer.toJson$1$1(_this.customGQLTags, t3), "action", B.C__DefaultValueSerializer.toJson$1$1(_this.action, t1), "pinnedDataOwnerAddress", B.C__DefaultValueSerializer.toJson$1$1(_this.pinnedDataOwnerAddress, t3), "isHidden", B.C__DefaultValueSerializer.toJson$1$1(_this.isHidden, type$.bool), "assignedNames", B.C__DefaultValueSerializer.toJson$1$1(_this.assignedNames, t3), "fallbackTxId", B.C__DefaultValueSerializer.toJson$1$1(_this.fallbackTxId, t3)], t1, type$.dynamic);
},
toString$0(_) {
var _this = this,
- t1 = "FileRevision(" + ("fileId: " + _this.fileId + ", ") + ("driveId: " + _this.driveId + ", ") + ("name: " + _this.name + ", ") + ("parentFolderId: " + _this.parentFolderId + ", ") + ("size: " + _this.size + ", ") + ("lastModifiedDate: " + _this.lastModifiedDate.toString$0(0) + ", ") + ("dataContentType: " + A.S(_this.dataContentType) + ", ") + ("metadataTxId: " + _this.metadataTxId + ", ") + ("dataTxId: " + _this.dataTxId + ", ") + ("licenseTxId: " + A.S(_this.licenseTxId) + ", ") + ("thumbnail: " + A.S(_this.thumbnail) + ", ") + ("bundledIn: " + A.S(_this.bundledIn) + ", ") + ("dateCreated: " + _this.dateCreated.toString$0(0) + ", ") + ("customJsonMetadata: " + A.S(_this.customJsonMetadata) + ", ") + ("customGQLTags: " + A.S(_this.customGQLTags) + ", ") + ("action: " + _this.action + ", ") + ("pinnedDataOwnerAddress: " + A.S(_this.pinnedDataOwnerAddress) + ", ") + ("isHidden: " + _this.isHidden + ", ") + ("assignedNames: " + A.S(_this.assignedNames)) + ")";
+ t1 = "FileRevision(" + ("fileId: " + _this.fileId + ", ") + ("driveId: " + _this.driveId + ", ") + ("name: " + _this.name + ", ") + ("parentFolderId: " + _this.parentFolderId + ", ") + ("size: " + _this.size + ", ") + ("lastModifiedDate: " + _this.lastModifiedDate.toString$0(0) + ", ") + ("dataContentType: " + A.S(_this.dataContentType) + ", ") + ("metadataTxId: " + _this.metadataTxId + ", ") + ("dataTxId: " + _this.dataTxId + ", ") + ("licenseTxId: " + A.S(_this.licenseTxId) + ", ") + ("thumbnail: " + A.S(_this.thumbnail) + ", ") + ("bundledIn: " + A.S(_this.bundledIn) + ", ") + ("dateCreated: " + _this.dateCreated.toString$0(0) + ", ") + ("customJsonMetadata: " + A.S(_this.customJsonMetadata) + ", ") + ("customGQLTags: " + A.S(_this.customGQLTags) + ", ") + ("action: " + _this.action + ", ") + ("pinnedDataOwnerAddress: " + A.S(_this.pinnedDataOwnerAddress) + ", ") + ("isHidden: " + _this.isHidden + ", ") + ("assignedNames: " + A.S(_this.assignedNames) + ", ") + ("fallbackTxId: " + A.S(_this.fallbackTxId)) + ")";
return t1.charCodeAt(0) == 0 ? t1 : t1;
},
get$hashCode(_) {
var _this = this;
- return A.Object_hash(_this.fileId, _this.driveId, _this.name, _this.parentFolderId, _this.size, _this.lastModifiedDate, _this.dataContentType, _this.metadataTxId, _this.dataTxId, _this.licenseTxId, _this.thumbnail, _this.bundledIn, _this.dateCreated, _this.customJsonMetadata, _this.customGQLTags, _this.action, _this.pinnedDataOwnerAddress, _this.isHidden, _this.assignedNames, B.C_SentinelValue);
+ return A.Object_hash(_this.fileId, _this.driveId, _this.name, _this.parentFolderId, _this.size, _this.lastModifiedDate, _this.dataContentType, _this.metadataTxId, _this.dataTxId, _this.licenseTxId, _this.thumbnail, _this.bundledIn, _this.dateCreated, _this.customJsonMetadata, _this.customGQLTags, _this.action, _this.pinnedDataOwnerAddress, _this.isHidden, _this.assignedNames, _this.fallbackTxId);
},
$eq(_, other) {
var t1, _this = this;
if (other == null)
return false;
if (_this !== other)
- t1 = other instanceof A.FileRevision && other.fileId === _this.fileId && other.driveId === _this.driveId && other.name === _this.name && other.parentFolderId === _this.parentFolderId && other.size === _this.size && other.lastModifiedDate.$eq(0, _this.lastModifiedDate) && other.dataContentType == _this.dataContentType && other.metadataTxId === _this.metadataTxId && other.dataTxId === _this.dataTxId && other.licenseTxId == _this.licenseTxId && other.thumbnail == _this.thumbnail && other.bundledIn == _this.bundledIn && other.dateCreated.$eq(0, _this.dateCreated) && other.customJsonMetadata == _this.customJsonMetadata && other.customGQLTags == _this.customGQLTags && other.action === _this.action && other.pinnedDataOwnerAddress == _this.pinnedDataOwnerAddress && other.isHidden === _this.isHidden && other.assignedNames == _this.assignedNames;
+ t1 = other instanceof A.FileRevision && other.fileId === _this.fileId && other.driveId === _this.driveId && other.name === _this.name && other.parentFolderId === _this.parentFolderId && other.size === _this.size && other.lastModifiedDate.$eq(0, _this.lastModifiedDate) && other.dataContentType == _this.dataContentType && other.metadataTxId === _this.metadataTxId && other.dataTxId === _this.dataTxId && other.licenseTxId == _this.licenseTxId && other.thumbnail == _this.thumbnail && other.bundledIn == _this.bundledIn && other.dateCreated.$eq(0, _this.dateCreated) && other.customJsonMetadata == _this.customJsonMetadata && other.customGQLTags == _this.customGQLTags && other.action === _this.action && other.pinnedDataOwnerAddress == _this.pinnedDataOwnerAddress && other.isHidden === _this.isHidden && other.assignedNames == _this.assignedNames && other.fallbackTxId == _this.fallbackTxId;
else
t1 = true;
return t1;
@@ -221189,11 +221366,17 @@
t1 = t2 == null ? t1.$ti._precomputed1._as(t2) : t2;
map.$indexSet(0, "assignedNames", new A.Variable(t1, _null, type$.Variable_String));
}
+ t1 = _this.fallbackTxId;
+ if (t1.present) {
+ t2 = t1._data_class$_value;
+ t1 = t2 == null ? t1.$ti._precomputed1._as(t2) : t2;
+ map.$indexSet(0, "fallbackTxId", new A.Variable(t1, _null, type$.Variable_String));
+ }
return map;
},
toString$0(_) {
var _this = this,
- t1 = "FileRevisionsCompanion(" + ("fileId: " + _this.fileId.toString$0(0) + ", ") + ("driveId: " + _this.driveId.toString$0(0) + ", ") + ("name: " + _this.name.toString$0(0) + ", ") + ("parentFolderId: " + _this.parentFolderId.toString$0(0) + ", ") + ("size: " + _this.size.toString$0(0) + ", ") + ("lastModifiedDate: " + _this.lastModifiedDate.toString$0(0) + ", ") + ("dataContentType: " + _this.dataContentType.toString$0(0) + ", ") + ("metadataTxId: " + _this.metadataTxId.toString$0(0) + ", ") + ("dataTxId: " + _this.dataTxId.toString$0(0) + ", ") + ("licenseTxId: " + _this.licenseTxId.toString$0(0) + ", ") + ("thumbnail: " + _this.thumbnail.toString$0(0) + ", ") + ("bundledIn: " + _this.bundledIn.toString$0(0) + ", ") + ("dateCreated: " + _this.dateCreated.toString$0(0) + ", ") + ("customJsonMetadata: " + _this.customJsonMetadata.toString$0(0) + ", ") + ("customGQLTags: " + _this.customGQLTags.toString$0(0) + ", ") + ("action: " + _this.action.toString$0(0) + ", ") + ("pinnedDataOwnerAddress: " + _this.pinnedDataOwnerAddress.toString$0(0) + ", ") + ("isHidden: " + _this.isHidden.toString$0(0) + ", ") + ("assignedNames: " + _this.assignedNames.toString$0(0) + ", ") + ("rowid: " + B.Value_false_null1.toString$0(0)) + ")";
+ t1 = "FileRevisionsCompanion(" + ("fileId: " + _this.fileId.toString$0(0) + ", ") + ("driveId: " + _this.driveId.toString$0(0) + ", ") + ("name: " + _this.name.toString$0(0) + ", ") + ("parentFolderId: " + _this.parentFolderId.toString$0(0) + ", ") + ("size: " + _this.size.toString$0(0) + ", ") + ("lastModifiedDate: " + _this.lastModifiedDate.toString$0(0) + ", ") + ("dataContentType: " + _this.dataContentType.toString$0(0) + ", ") + ("metadataTxId: " + _this.metadataTxId.toString$0(0) + ", ") + ("dataTxId: " + _this.dataTxId.toString$0(0) + ", ") + ("licenseTxId: " + _this.licenseTxId.toString$0(0) + ", ") + ("thumbnail: " + _this.thumbnail.toString$0(0) + ", ") + ("bundledIn: " + _this.bundledIn.toString$0(0) + ", ") + ("dateCreated: " + _this.dateCreated.toString$0(0) + ", ") + ("customJsonMetadata: " + _this.customJsonMetadata.toString$0(0) + ", ") + ("customGQLTags: " + _this.customGQLTags.toString$0(0) + ", ") + ("action: " + _this.action.toString$0(0) + ", ") + ("pinnedDataOwnerAddress: " + _this.pinnedDataOwnerAddress.toString$0(0) + ", ") + ("isHidden: " + _this.isHidden.toString$0(0) + ", ") + ("assignedNames: " + _this.assignedNames.toString$0(0) + ", ") + ("fallbackTxId: " + _this.fallbackTxId.toString$0(0) + ", ") + ("rowid: " + B.Value_false_null1.toString$0(0)) + ")";
return t1.charCodeAt(0) == 0 ? t1 : t1;
},
get$name(receiver) {
@@ -221481,9 +221664,24 @@
}
return value;
},
+ get$fallbackTxId() {
+ var t1, result,
+ _s12_ = "fallbackTxId",
+ value = this.__FileEntries_fallbackTxId_FI;
+ if (value === $) {
+ t1 = this._alias;
+ if (t1 == null)
+ t1 = "file_entries";
+ result = A.GeneratedColumn$(_s12_, t1, true, "", null, false, B.DriftSqlType_1, type$.String);
+ value !== $ && A.throwLateFieldADI(_s12_);
+ this.set$__FileEntries_fallbackTxId_FI(result);
+ value = result;
+ }
+ return value;
+ },
get$$$columns() {
var _this = this;
- return A._setArrayType([_this.get$id(0), _this.get$driveId(), _this.get$name(0), _this.get$parentFolderId(), _this.get$path(0), _this.get$size(0), _this.get$lastModifiedDate(0), _this.get$dataContentType(), _this.get$dataTxId(), _this.get$licenseTxId(), _this.get$bundledIn(), _this.get$thumbnail(), _this.get$pinnedDataOwnerAddress(), _this.get$customJsonMetadata(), _this.get$customGQLTags(), _this.get$isHidden(), _this.get$dateCreated(), _this.get$lastUpdated(), _this.get$assignedNames()], type$.JSArray_GeneratedColumn_Object);
+ return A._setArrayType([_this.get$id(0), _this.get$driveId(), _this.get$name(0), _this.get$parentFolderId(), _this.get$path(0), _this.get$size(0), _this.get$lastModifiedDate(0), _this.get$dataContentType(), _this.get$dataTxId(), _this.get$licenseTxId(), _this.get$bundledIn(), _this.get$thumbnail(), _this.get$pinnedDataOwnerAddress(), _this.get$customJsonMetadata(), _this.get$customGQLTags(), _this.get$isHidden(), _this.get$dateCreated(), _this.get$lastUpdated(), _this.get$assignedNames(), _this.get$fallbackTxId()], type$.JSArray_GeneratedColumn_Object);
},
get$aliasedName() {
var t1 = this._alias;
@@ -221508,6 +221706,7 @@
_s11_0 = "dateCreated",
_s11_1 = "lastUpdated",
_s13_0 = "assignedNames",
+ _s12_ = "fallbackTxId",
t1 = A.LinkedHashMap_LinkedHashMap$_empty(type$.VerificationMeta, type$.VerificationResult),
data = type$.Insertable_FileEntry._as(instance).toColumns$1(true);
if (data.containsKey$1(0, "id")) {
@@ -221670,6 +221869,14 @@
if (!t3.success)
t1.$indexSet(0, B.VerificationMeta_assignedNames, t3);
}
+ if (data.containsKey$1(0, _s12_)) {
+ t2 = _this.get$fallbackTxId();
+ t3 = data.$index(0, _s12_);
+ t3.toString;
+ t3 = t2.isAcceptableOrUnknown$2(t3, B.VerificationMeta_fallbackTxId);
+ if (!t3.success)
+ t1.$indexSet(0, B.VerificationMeta_fallbackTxId, t3);
+ }
return new A.VerificationContext(t1);
},
validateIntegrity$1(instance) {
@@ -221716,7 +221923,7 @@
t21.toString;
t10 = t1.get$typeMapping().read$1$2(0, B.DriftSqlType_4, t2.$index(data, effectivePrefix + "lastUpdated"), t10);
t10.toString;
- return A.FileEntry$(t1.get$typeMapping().read$1$2(0, B.DriftSqlType_1, t2.$index(data, effectivePrefix + "assignedNames"), t3), t15, t19, t18, t12, t13, t21, t5, t4, t20, t11, t10, t14, t6, t7, t8, t17, t9, t16);
+ return A.FileEntry$(t1.get$typeMapping().read$1$2(0, B.DriftSqlType_1, t2.$index(data, effectivePrefix + "assignedNames"), t3), t15, t19, t18, t12, t13, t21, t5, t1.get$typeMapping().read$1$2(0, B.DriftSqlType_1, t2.$index(data, effectivePrefix + "fallbackTxId"), t3), t4, t20, t11, t10, t14, t6, t7, t8, t17, t9, t16);
},
map$1(_, data) {
return this.map$2$tablePrefix(0, data, null);
@@ -221787,6 +221994,9 @@
set$__FileEntries_assignedNames_FI(__FileEntries_assignedNames_FI) {
this.__FileEntries_assignedNames_FI = type$.GeneratedColumn_String._as(__FileEntries_assignedNames_FI);
},
+ set$__FileEntries_fallbackTxId_FI(__FileEntries_fallbackTxId_FI) {
+ this.__FileEntries_fallbackTxId_FI = type$.GeneratedColumn_String._as(__FileEntries_fallbackTxId_FI);
+ },
$isDatabaseSchemaEntity: 1,
$isResultSetImplementation: 1,
get$attachedDatabase() {
@@ -221826,6 +222036,8 @@
map.$indexSet(0, "lastUpdated", new A.Variable(_this.lastUpdated, _null, t2));
if (!nullToAbsent || _this.assignedNames != null)
map.$indexSet(0, "assignedNames", new A.Variable(_this.assignedNames, _null, t1));
+ if (!nullToAbsent || _this.fallbackTxId != null)
+ map.$indexSet(0, "fallbackTxId", new A.Variable(_this.fallbackTxId, _null, t1));
return map;
},
toJson$0() {
@@ -221834,7 +222046,7 @@
t1 = type$.String;
t2 = type$.DateTime;
t3 = type$.nullable_String;
- return A.LinkedHashMap_LinkedHashMap$_literal(["id", B.C__DefaultValueSerializer.toJson$1$1(_this.id, t1), "driveId", B.C__DefaultValueSerializer.toJson$1$1(_this.driveId, t1), "name", B.C__DefaultValueSerializer.toJson$1$1(_this.name, t1), "parentFolderId", B.C__DefaultValueSerializer.toJson$1$1(_this.parentFolderId, t1), "path", B.C__DefaultValueSerializer.toJson$1$1(_this.path, t1), "size", B.C__DefaultValueSerializer.toJson$1$1(_this.size, type$.int), "lastModifiedDate", B.C__DefaultValueSerializer.toJson$1$1(_this.lastModifiedDate, t2), "dataContentType", B.C__DefaultValueSerializer.toJson$1$1(_this.dataContentType, t3), "dataTxId", B.C__DefaultValueSerializer.toJson$1$1(_this.dataTxId, t1), "licenseTxId", B.C__DefaultValueSerializer.toJson$1$1(_this.licenseTxId, t3), "bundledIn", B.C__DefaultValueSerializer.toJson$1$1(_this.bundledIn, t3), "thumbnail", B.C__DefaultValueSerializer.toJson$1$1(_this.thumbnail, t3), "pinnedDataOwnerAddress", B.C__DefaultValueSerializer.toJson$1$1(_this.pinnedDataOwnerAddress, t3), "customJsonMetadata", B.C__DefaultValueSerializer.toJson$1$1(_this.customJsonMetadata, t3), "customGQLTags", B.C__DefaultValueSerializer.toJson$1$1(_this.customGQLTags, t3), "isHidden", B.C__DefaultValueSerializer.toJson$1$1(_this.isHidden, type$.bool), "dateCreated", B.C__DefaultValueSerializer.toJson$1$1(_this.dateCreated, t2), "lastUpdated", B.C__DefaultValueSerializer.toJson$1$1(_this.lastUpdated, t2), "assignedNames", B.C__DefaultValueSerializer.toJson$1$1(_this.assignedNames, t3)], t1, type$.dynamic);
+ return A.LinkedHashMap_LinkedHashMap$_literal(["id", B.C__DefaultValueSerializer.toJson$1$1(_this.id, t1), "driveId", B.C__DefaultValueSerializer.toJson$1$1(_this.driveId, t1), "name", B.C__DefaultValueSerializer.toJson$1$1(_this.name, t1), "parentFolderId", B.C__DefaultValueSerializer.toJson$1$1(_this.parentFolderId, t1), "path", B.C__DefaultValueSerializer.toJson$1$1(_this.path, t1), "size", B.C__DefaultValueSerializer.toJson$1$1(_this.size, type$.int), "lastModifiedDate", B.C__DefaultValueSerializer.toJson$1$1(_this.lastModifiedDate, t2), "dataContentType", B.C__DefaultValueSerializer.toJson$1$1(_this.dataContentType, t3), "dataTxId", B.C__DefaultValueSerializer.toJson$1$1(_this.dataTxId, t1), "licenseTxId", B.C__DefaultValueSerializer.toJson$1$1(_this.licenseTxId, t3), "bundledIn", B.C__DefaultValueSerializer.toJson$1$1(_this.bundledIn, t3), "thumbnail", B.C__DefaultValueSerializer.toJson$1$1(_this.thumbnail, t3), "pinnedDataOwnerAddress", B.C__DefaultValueSerializer.toJson$1$1(_this.pinnedDataOwnerAddress, t3), "customJsonMetadata", B.C__DefaultValueSerializer.toJson$1$1(_this.customJsonMetadata, t3), "customGQLTags", B.C__DefaultValueSerializer.toJson$1$1(_this.customGQLTags, t3), "isHidden", B.C__DefaultValueSerializer.toJson$1$1(_this.isHidden, type$.bool), "dateCreated", B.C__DefaultValueSerializer.toJson$1$1(_this.dateCreated, t2), "lastUpdated", B.C__DefaultValueSerializer.toJson$1$1(_this.lastUpdated, t2), "assignedNames", B.C__DefaultValueSerializer.toJson$1$1(_this.assignedNames, t3), "fallbackTxId", B.C__DefaultValueSerializer.toJson$1$1(_this.fallbackTxId, t3)], t1, type$.dynamic);
},
copyWith$8$assignedNames$dataContentType$isHidden$lastUpdated$licenseTxId$name$parentFolderId$thumbnail(assignedNames, dataContentType, isHidden, lastUpdated, licenseTxId, $name, parentFolderId, thumbnail) {
var t2, t3, t4, t5, t6, t7, t8, _this = this,
@@ -221871,7 +222083,7 @@
t8 = assignedNames.$ti._precomputed1._as(t8);
} else
t8 = _this.assignedNames;
- return A.FileEntry$(t8, _this.bundledIn, _this.customGQLTags, _this.customJsonMetadata, t3, _this.dataTxId, _this.dateCreated, _this.driveId, _this.id, t6, _this.lastModifiedDate, t7, t4, t1, t2, _this.path, _this.pinnedDataOwnerAddress, _this.size, t5);
+ return A.FileEntry$(t8, _this.bundledIn, _this.customGQLTags, _this.customJsonMetadata, t3, _this.dataTxId, _this.dateCreated, _this.driveId, _this.fallbackTxId, _this.id, t6, _this.lastModifiedDate, t7, t4, t1, t2, _this.path, _this.pinnedDataOwnerAddress, _this.size, t5);
},
copyWith$2$isHidden$lastUpdated(isHidden, lastUpdated) {
return this.copyWith$8$assignedNames$dataContentType$isHidden$lastUpdated$licenseTxId$name$parentFolderId$thumbnail(B.Value_false_null2, B.Value_false_null2, isHidden, lastUpdated, B.Value_false_null2, null, null, B.Value_false_null2);
@@ -221898,19 +222110,19 @@
},
toString$0(_) {
var _this = this,
- t1 = "FileEntry(" + ("id: " + _this.id + ", ") + ("driveId: " + _this.driveId + ", ") + ("name: " + _this.name + ", ") + ("parentFolderId: " + _this.parentFolderId + ", ") + ("path: " + _this.path + ", ") + ("size: " + _this.size + ", ") + ("lastModifiedDate: " + _this.lastModifiedDate.toString$0(0) + ", ") + ("dataContentType: " + A.S(_this.dataContentType) + ", ") + ("dataTxId: " + _this.dataTxId + ", ") + ("licenseTxId: " + A.S(_this.licenseTxId) + ", ") + ("bundledIn: " + A.S(_this.bundledIn) + ", ") + ("thumbnail: " + A.S(_this.thumbnail) + ", ") + ("pinnedDataOwnerAddress: " + A.S(_this.pinnedDataOwnerAddress) + ", ") + ("customJsonMetadata: " + A.S(_this.customJsonMetadata) + ", ") + ("customGQLTags: " + A.S(_this.customGQLTags) + ", ") + ("isHidden: " + _this.isHidden + ", ") + ("dateCreated: " + _this.dateCreated.toString$0(0) + ", ") + ("lastUpdated: " + _this.lastUpdated.toString$0(0) + ", ") + ("assignedNames: " + A.S(_this.assignedNames)) + ")";
+ t1 = "FileEntry(" + ("id: " + _this.id + ", ") + ("driveId: " + _this.driveId + ", ") + ("name: " + _this.name + ", ") + ("parentFolderId: " + _this.parentFolderId + ", ") + ("path: " + _this.path + ", ") + ("size: " + _this.size + ", ") + ("lastModifiedDate: " + _this.lastModifiedDate.toString$0(0) + ", ") + ("dataContentType: " + A.S(_this.dataContentType) + ", ") + ("dataTxId: " + _this.dataTxId + ", ") + ("licenseTxId: " + A.S(_this.licenseTxId) + ", ") + ("bundledIn: " + A.S(_this.bundledIn) + ", ") + ("thumbnail: " + A.S(_this.thumbnail) + ", ") + ("pinnedDataOwnerAddress: " + A.S(_this.pinnedDataOwnerAddress) + ", ") + ("customJsonMetadata: " + A.S(_this.customJsonMetadata) + ", ") + ("customGQLTags: " + A.S(_this.customGQLTags) + ", ") + ("isHidden: " + _this.isHidden + ", ") + ("dateCreated: " + _this.dateCreated.toString$0(0) + ", ") + ("lastUpdated: " + _this.lastUpdated.toString$0(0) + ", ") + ("assignedNames: " + A.S(_this.assignedNames) + ", ") + ("fallbackTxId: " + A.S(_this.fallbackTxId)) + ")";
return t1.charCodeAt(0) == 0 ? t1 : t1;
},
get$hashCode(_) {
var _this = this;
- return A.Object_hash(_this.id, _this.driveId, _this.name, _this.parentFolderId, _this.path, _this.size, _this.lastModifiedDate, _this.dataContentType, _this.dataTxId, _this.licenseTxId, _this.bundledIn, _this.thumbnail, _this.pinnedDataOwnerAddress, _this.customJsonMetadata, _this.customGQLTags, _this.isHidden, _this.dateCreated, _this.lastUpdated, _this.assignedNames, B.C_SentinelValue);
+ return A.Object_hash(_this.id, _this.driveId, _this.name, _this.parentFolderId, _this.path, _this.size, _this.lastModifiedDate, _this.dataContentType, _this.dataTxId, _this.licenseTxId, _this.bundledIn, _this.thumbnail, _this.pinnedDataOwnerAddress, _this.customJsonMetadata, _this.customGQLTags, _this.isHidden, _this.dateCreated, _this.lastUpdated, _this.assignedNames, _this.fallbackTxId);
},
$eq(_, other) {
var t1, _this = this;
if (other == null)
return false;
if (_this !== other)
- t1 = other instanceof A.FileEntry && other.id === _this.id && other.driveId === _this.driveId && other.name === _this.name && other.parentFolderId === _this.parentFolderId && other.path === _this.path && other.size === _this.size && other.lastModifiedDate.$eq(0, _this.lastModifiedDate) && other.dataContentType == _this.dataContentType && other.dataTxId === _this.dataTxId && other.licenseTxId == _this.licenseTxId && other.bundledIn == _this.bundledIn && other.thumbnail == _this.thumbnail && other.pinnedDataOwnerAddress == _this.pinnedDataOwnerAddress && other.customJsonMetadata == _this.customJsonMetadata && other.customGQLTags == _this.customGQLTags && other.isHidden === _this.isHidden && other.dateCreated.$eq(0, _this.dateCreated) && other.lastUpdated.$eq(0, _this.lastUpdated) && other.assignedNames == _this.assignedNames;
+ t1 = other instanceof A.FileEntry && other.id === _this.id && other.driveId === _this.driveId && other.name === _this.name && other.parentFolderId === _this.parentFolderId && other.path === _this.path && other.size === _this.size && other.lastModifiedDate.$eq(0, _this.lastModifiedDate) && other.dataContentType == _this.dataContentType && other.dataTxId === _this.dataTxId && other.licenseTxId == _this.licenseTxId && other.bundledIn == _this.bundledIn && other.thumbnail == _this.thumbnail && other.pinnedDataOwnerAddress == _this.pinnedDataOwnerAddress && other.customJsonMetadata == _this.customJsonMetadata && other.customGQLTags == _this.customGQLTags && other.isHidden === _this.isHidden && other.dateCreated.$eq(0, _this.dateCreated) && other.lastUpdated.$eq(0, _this.lastUpdated) && other.assignedNames == _this.assignedNames && other.fallbackTxId == _this.fallbackTxId;
else
t1 = true;
return t1;
@@ -221925,7 +222137,7 @@
var t1, _this = this;
type$.nullable_Value_DateTime._as(dateCreated);
t1 = dateCreated == null ? _this.dateCreated : dateCreated;
- return new A.FileEntriesCompanion(_this.id, _this.driveId, _this.name, _this.parentFolderId, _this.path, _this.size, _this.lastModifiedDate, _this.dataContentType, _this.dataTxId, _this.licenseTxId, _this.bundledIn, _this.thumbnail, _this.pinnedDataOwnerAddress, _this.customJsonMetadata, _this.customGQLTags, _this.isHidden, t1, _this.lastUpdated, _this.assignedNames, _this.rowid);
+ return new A.FileEntriesCompanion(_this.id, _this.driveId, _this.name, _this.parentFolderId, _this.path, _this.size, _this.lastModifiedDate, _this.dataContentType, _this.dataTxId, _this.licenseTxId, _this.bundledIn, _this.thumbnail, _this.pinnedDataOwnerAddress, _this.customJsonMetadata, _this.customGQLTags, _this.isHidden, t1, _this.lastUpdated, _this.assignedNames, _this.fallbackTxId, _this.rowid);
},
toColumns$1(nullToAbsent) {
var t2, _this = this, _null = null,
@@ -222044,6 +222256,12 @@
t1 = t2 == null ? t1.$ti._precomputed1._as(t2) : t2;
map.$indexSet(0, "assignedNames", new A.Variable(t1, _null, type$.Variable_String));
}
+ t1 = _this.fallbackTxId;
+ if (t1.present) {
+ t2 = t1._data_class$_value;
+ t1 = t2 == null ? t1.$ti._precomputed1._as(t2) : t2;
+ map.$indexSet(0, "fallbackTxId", new A.Variable(t1, _null, type$.Variable_String));
+ }
t1 = _this.rowid;
if (t1.present) {
t2 = t1._data_class$_value;
@@ -222054,7 +222272,7 @@
},
toString$0(_) {
var _this = this,
- t1 = "FileEntriesCompanion(" + ("id: " + _this.id.toString$0(0) + ", ") + ("driveId: " + _this.driveId.toString$0(0) + ", ") + ("name: " + _this.name.toString$0(0) + ", ") + ("parentFolderId: " + _this.parentFolderId.toString$0(0) + ", ") + ("path: " + _this.path.toString$0(0) + ", ") + ("size: " + _this.size.toString$0(0) + ", ") + ("lastModifiedDate: " + _this.lastModifiedDate.toString$0(0) + ", ") + ("dataContentType: " + _this.dataContentType.toString$0(0) + ", ") + ("dataTxId: " + _this.dataTxId.toString$0(0) + ", ") + ("licenseTxId: " + _this.licenseTxId.toString$0(0) + ", ") + ("bundledIn: " + _this.bundledIn.toString$0(0) + ", ") + ("thumbnail: " + _this.thumbnail.toString$0(0) + ", ") + ("pinnedDataOwnerAddress: " + _this.pinnedDataOwnerAddress.toString$0(0) + ", ") + ("customJsonMetadata: " + _this.customJsonMetadata.toString$0(0) + ", ") + ("customGQLTags: " + _this.customGQLTags.toString$0(0) + ", ") + ("isHidden: " + _this.isHidden.toString$0(0) + ", ") + ("dateCreated: " + _this.dateCreated.toString$0(0) + ", ") + ("lastUpdated: " + _this.lastUpdated.toString$0(0) + ", ") + ("assignedNames: " + _this.assignedNames.toString$0(0) + ", ") + ("rowid: " + _this.rowid.toString$0(0)) + ")";
+ t1 = "FileEntriesCompanion(" + ("id: " + _this.id.toString$0(0) + ", ") + ("driveId: " + _this.driveId.toString$0(0) + ", ") + ("name: " + _this.name.toString$0(0) + ", ") + ("parentFolderId: " + _this.parentFolderId.toString$0(0) + ", ") + ("path: " + _this.path.toString$0(0) + ", ") + ("size: " + _this.size.toString$0(0) + ", ") + ("lastModifiedDate: " + _this.lastModifiedDate.toString$0(0) + ", ") + ("dataContentType: " + _this.dataContentType.toString$0(0) + ", ") + ("dataTxId: " + _this.dataTxId.toString$0(0) + ", ") + ("licenseTxId: " + _this.licenseTxId.toString$0(0) + ", ") + ("bundledIn: " + _this.bundledIn.toString$0(0) + ", ") + ("thumbnail: " + _this.thumbnail.toString$0(0) + ", ") + ("pinnedDataOwnerAddress: " + _this.pinnedDataOwnerAddress.toString$0(0) + ", ") + ("customJsonMetadata: " + _this.customJsonMetadata.toString$0(0) + ", ") + ("customGQLTags: " + _this.customGQLTags.toString$0(0) + ", ") + ("isHidden: " + _this.isHidden.toString$0(0) + ", ") + ("dateCreated: " + _this.dateCreated.toString$0(0) + ", ") + ("lastUpdated: " + _this.lastUpdated.toString$0(0) + ", ") + ("assignedNames: " + _this.assignedNames.toString$0(0) + ", ") + ("fallbackTxId: " + _this.fallbackTxId.toString$0(0) + ", ") + ("rowid: " + _this.rowid.toString$0(0)) + ")";
return t1.charCodeAt(0) == 0 ? t1 : t1;
},
get$name(receiver) {
@@ -224901,7 +225119,7 @@
type$.PointerEnterEvent._as(_);
return this.$this._widget.onHover$0();
},
- $signature: 50
+ $signature: 44
};
A._HoverDetectorState_build_closure0.prototype = {
call$1(_) {
@@ -225151,7 +225369,7 @@
t1 = this.$this;
t1.setState$1(new A._HoverTextState_build__closure0(t1));
},
- $signature: 50
+ $signature: 44
};
A._HoverTextState_build__closure0.prototype = {
call$0() {
@@ -228332,7 +228550,7 @@
type$.PointerEnterEvent._as($event);
this.$this._widget.setSliderVisible$1(true);
},
- $signature: 50
+ $signature: 44
};
A._VolumeSliderWidgetState_build_closure.prototype = {
call$0() {
@@ -232601,7 +232819,7 @@
t1 === $ && A.throwLateFieldNI("name");
return t1 === "License";
},
- $signature: 40
+ $signature: 39
};
A.ArweaveService_createDriveEntityHistoryFromTransactions_closure.prototype = {
call$1(model) {
@@ -233354,7 +233572,7 @@
t1 === $ && A.throwLateFieldNI("name");
return t1 === "ArFS";
},
- $signature: 40
+ $signature: 39
};
A.TransactionMixinExtensions_getTag_closure.prototype = {
call$1(t) {
@@ -233362,7 +233580,7 @@
t1 === $ && A.throwLateFieldNI("name");
return t1 === this.tagName;
},
- $signature: 40
+ $signature: 39
};
A.TransactionCommonMixin.prototype = {
get$id(_) {
@@ -239443,7 +239661,7 @@
_addNewFileEntityRevisions$body$_SyncRepository(driveId, newEntities) {
var $async$goto = 0,
$async$completer = A._makeAsyncAwaitCompleter(type$.List_FileRevisionsCompanion),
- $async$returnValue, $async$self = this, entity, revisionPerformedAction, revision, latestRevision, e, stacktrace, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, revisions, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, exception, newNetworkTransactions, latestRevisions, newRevisions;
+ $async$returnValue, $async$self = this, entity, revisionPerformedAction, revision, latestRevision, e, stacktrace, t1, t2, t3, t4, t5, t6, t7, t8, t9, t10, t11, revisions, t12, t13, t14, t15, t16, t17, t18, t19, t20, t21, t22, t23, t24, t25, t26, t27, t28, t29, t30, t31, exception, newNetworkTransactions, latestRevisions, newRevisions;
var $async$_addNewFileEntityRevisions$2$driveId$newEntities = A._wrapJsFunctionForAsync(function($async$errorCode, $async$result) {
if ($async$errorCode === 1)
return A._asyncRethrow($async$result, $async$completer);
@@ -239503,7 +239721,9 @@
t29 = revisions.isHidden;
t30 = revisions.assignedNames;
t30 = t30 == null && true ? B.Value_false_null2 : new A.Value(true, t30, t5);
- J.$indexSet$ax(latestRevisions, t11, new A.FileRevisionsCompanion(new A.Value(true, t12, t7), new A.Value(true, t13, t7), new A.Value(true, t14, t7), new A.Value(true, t15, t7), new A.Value(true, t16, t9), new A.Value(true, t17, t8), t18, new A.Value(true, t19, t7), new A.Value(true, t20, t7), t21, t22, t23, new A.Value(true, t24, t8), t25, t26, new A.Value(true, t27, t7), t28, new A.Value(true, t29, t6), t30));
+ t31 = revisions.fallbackTxId;
+ t31 = t31 == null && true ? B.Value_false_null2 : new A.Value(true, t31, t5);
+ J.$indexSet$ax(latestRevisions, t11, new A.FileRevisionsCompanion(new A.Value(true, t12, t7), new A.Value(true, t13, t7), new A.Value(true, t14, t7), new A.Value(true, t15, t7), new A.Value(true, t16, t9), new A.Value(true, t17, t8), t18, new A.Value(true, t19, t7), new A.Value(true, t20, t7), t21, t22, t23, new A.Value(true, t24, t8), t25, t26, new A.Value(true, t27, t7), t28, new A.Value(true, t29, t6), t30, t31));
}
case 6:
// join
@@ -243832,7 +244052,7 @@
}
return null;
},
- $signature: 38
+ $signature: 35
};
A.TurboPaymentFormViewState_nameOnCardTextField__closure.prototype = {
call$0() {
@@ -244774,7 +244994,7 @@
t1.setState$1(new A._TurboReviewViewState_build___closure3(t1));
return A.appLocalizationsOf(this.context).get$pleaseEnterAValidEmail();
},
- $signature: 38
+ $signature: 35
};
A._TurboReviewViewState_build___closure2.prototype = {
call$0() {
@@ -248524,7 +248744,7 @@
t5.toString;
t6 = t4.id;
t7 = t3._as(new Uint8Array(43));
- totalSize = totalSize + t5 + B.C_Utf8Encoder.convert$1(B.C_JsonCodec.encode$1(A.FileEntity$(null, t4.dataContentType, B.Base64Codec_Base64Encoder_false.get$encoder().convert$1(t7), t4.driveId, t6, null, t4.lastModifiedDate, null, t4.name, t4.parentFolderId, null, t5, null))).byteLength;
+ totalSize = totalSize + t5 + B.C_Utf8Encoder.convert$1(B.C_JsonCodec.encode$1(A.FileEntity$(null, t4.dataContentType, B.Base64Codec_Base64Encoder_false.get$encoder().convert$1(t7), t4.driveId, null, t6, null, t4.lastModifiedDate, null, t4.name, t4.parentFolderId, null, t5, null))).byteLength;
}
$async$returnValue = totalSize;
// goto return
@@ -248960,7 +249180,7 @@
t1 === $ && A.throwLateFieldNI("name");
return t1 === "Block-Start";
},
- $signature: 40
+ $signature: 39
};
A.SnapshotItem_SnapshotItem$fromGQLNode_closure0.prototype = {
call$1(element) {
@@ -248968,7 +249188,7 @@
t1 === $ && A.throwLateFieldNI("name");
return t1 === "Block-End";
},
- $signature: 40
+ $signature: 39
};
A.SnapshotItem_SnapshotItem$fromGQLNode_closure1.prototype = {
call$1(element) {
@@ -248976,7 +249196,7 @@
t1 === $ && A.throwLateFieldNI("name");
return t1 === "Drive-Id";
},
- $signature: 40
+ $signature: 39
};
A.SnapshotItem_instantiateSingle_closure.prototype = {
call$1(tag) {
@@ -248984,7 +249204,7 @@
t1 === $ && A.throwLateFieldNI("name");
return t1 === "Block-Start";
},
- $signature: 40
+ $signature: 39
};
A.SnapshotItem_instantiateSingle_closure0.prototype = {
call$1(tag) {
@@ -248992,7 +249212,7 @@
t1 === $ && A.throwLateFieldNI("name");
return t1 === "Block-End";
},
- $signature: 40
+ $signature: 39
};
A.SnapshotItemOnChain.prototype = {
_snapshot_item$_source$0() {
@@ -249361,7 +249581,7 @@
t1 === $ && A.throwLateFieldNI("name");
return t1 === "Entity-Type";
},
- $signature: 40
+ $signature: 39
};
A.SnapshotItemToBeCreated__isSnapshotTx_closure0.prototype = {
call$1(tag) {
@@ -249369,7 +249589,7 @@
t1 === $ && A.throwLateFieldNI("value");
return t1 === "snapshot";
},
- $signature: 40
+ $signature: 39
};
A.TxSnapshot.prototype = {
toJson$0() {
@@ -249589,7 +249809,7 @@
if (t8 == null)
t8 = file.parentFolderId;
t9 = A.lookupMimeType(fileName.toLowerCase(), null);
- fileEntity = A.FileEntity$(null, t9 == null ? "application/octet-stream" : t9, null, t2, null, null, t7, null, fileName, t8, null, fileSize, null);
+ fileEntity = A.FileEntity$(null, t9 == null ? "application/octet-stream" : t9, null, t2, null, null, null, t7, null, fileName, t8, null, fileSize, null);
if (conflictingFiles.$index(0, file.getIdentifier$0()) != null) {
t1.log$2(B.LogLevel_1, string$.File_a);
t7 = new A.DateTime(Date.now(), false).toUtc$0();
@@ -254521,7 +254741,7 @@
};
A.ArDriveModalNew.prototype = {
build$1(context) {
- var colorTokens, t2, t3, t4, _this = this, _null = null,
+ var colorTokens, t2, t3, t4, t5, t6, _this = this, _null = null,
t1 = A.ArDriveTheme_of(context).__ArDriveTheme_themeData_A;
t1 === $ && A.throwLateFieldNI("themeData");
colorTokens = t1.colorTokens;
@@ -254530,7 +254750,9 @@
t3 = _this.action;
if (t3 != null) {
t4 = t3.title;
- B.JSArray_methods.addAll$1(t2, A._setArrayType([new A.Padding(B.EdgeInsets_16_16_16_24, A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.ArDriveButtonNew$(_null, _null, _null, false, 40, _null, t3.action, _null, t4, A.ArDriveTypographyNew_of(context), B.ButtonVariant_0), _null)], t1), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_1, B.MainAxisSize_1), _null)], t1));
+ t5 = t3.action;
+ t6 = A.ArDriveTypographyNew_of(context);
+ B.JSArray_methods.addAll$1(t2, A._setArrayType([new A.Padding(B.EdgeInsets_16_16_16_24, A.Row$(A._setArrayType([new A.Flexible(1, B.FlexFit_1, A.ArDriveButtonNew$(_null, _null, _null, !t3.isEnable, 40, _null, t5, _null, t4, t6, B.ButtonVariant_0), _null)], t1), B.CrossAxisAlignment_2, _null, B.MainAxisAlignment_1, B.MainAxisSize_1), _null)], t1));
}
t1 = A.Column$(t2, B.CrossAxisAlignment_0, _null, B.MainAxisAlignment_0, B.MainAxisSize_0);
return new A.ConstrainedBox(_this.constraints, A.ArDriveCard$(colorTokens.containerL3, _null, 9, B.BoxShadowCard_3, t1, B.EdgeInsets_0_0_0_0, 4, _null, _null, _null, false), _null);
@@ -255776,7 +255998,7 @@
call$1(element) {
this.$this._text_field0$_findTextFields$1(type$.Element_2._as(element));
},
- $signature: 25
+ $signature: 27
};
A.ArDriveFormState__waitValidations_closure.prototype = {
call$1(element) {
@@ -255902,7 +256124,7 @@
return;
B.JSArray_methods.add$1(t1, t2._as(element.get$state(element)));
},
- $signature: 25
+ $signature: 27
};
A.ArDriveTextField.prototype = {
createState$0() {
@@ -256282,7 +256504,7 @@
call$1(element) {
this.$this._findTextFields$1(type$.Element_2._as(element));
},
- $signature: 25
+ $signature: 27
};
A.ArDriveFormNewState__waitValidations_closure.prototype = {
call$1(element) {
@@ -256408,7 +256630,7 @@
return;
B.JSArray_methods.add$1(t1, t2._as(element.get$state(element)));
},
- $signature: 25
+ $signature: 27
};
A.ArDriveMultilineObscureTextControllerNew.prototype = {
buildTextSpan$3$context$style$withComposing(context, style, withComposing) {
@@ -257765,6 +257987,9 @@
t1 = _this.assignedName;
if (t1 != null)
t3.$indexSet(0, "assignedNames", A._setArrayType([t1], type$.JSArray_String));
+ t1 = _this.fallbackTxId;
+ if (t1 != null)
+ t3.$indexSet(0, "fallbackTxId", t1);
return t3;
},
set$_thumbnailInfo(_thumbnailInfo) {
@@ -259097,7 +259322,7 @@
t6 = entity.get$lastModifiedDate(entity);
t8 = entity.get$contentType(entity);
t9 = entity.get$name(entity);
- t9 = new A.ARFSFileUploadMetadata(t1, t6, t8, t2, t3, t4, t5, t7, A._setArrayType([], type$.JSArray_Tag), null, null, null, id, t9);
+ t9 = new A.ARFSFileUploadMetadata(t1, t6, t8, t2, t3, t4, t5, t7, $arguments.fallbackTxId, A._setArrayType([], type$.JSArray_Tag), null, null, null, id, t9);
t7 = tags.$index(0, "data-item");
t7.toString;
t5 = type$.List_Tag;
@@ -259595,7 +259820,7 @@
call$0() {
return B.JSArray_methods.remove$1(this.runningTasks, this.task);
},
- $signature: 53
+ $signature: 52
};
A._calculateChunkSize_applyLimits.prototype = {
call$1(c) {
@@ -259606,7 +259831,7 @@
}
return t1;
},
- $signature: 52
+ $signature: 51
};
A.TurboUploadServiceMultipart.prototype = {
finalizeUpload$3$dataItemId$dataItemSize$uploadId(dataItemId, dataItemSize, uploadId) {
@@ -260451,7 +260676,7 @@
call$0() {
return this.$this._upload_controller$_isCanceled;
},
- $signature: 53
+ $signature: 52
};
A._UploadController_sendTask_closure1.prototype = {
call$2(task, e) {
@@ -260495,7 +260720,7 @@
call$0() {
return this.$this._upload_controller$_isCanceled;
},
- $signature: 53
+ $signature: 52
};
A._UploadController_sendTask_closure.prototype = {
call$1(task) {
@@ -261670,7 +261895,7 @@
if ((t2.future._state & 30) === 0 && t1.length === this.futures.length)
t2.completeError$1(t1);
},
- $signature: 31
+ $signature: 32
};
A.TabVisibilitySingleton.prototype = {};
A.onTabGetsFocusedFuture_closure.prototype = {
@@ -264066,7 +264291,7 @@
call$0() {
return this._box_0.uploadedChunks >= this.totalChunks;
},
- $signature: 53
+ $signature: 52
};
A._postChunks_closure.prototype = {
call$0() {
@@ -266239,7 +266464,7 @@
return A.ioore(t1, t2);
return t1[t2];
},
- $signature: 24
+ $signature: 26
};
A.mnemonicToEntropy_closure.prototype = {
call$1(word) {
@@ -267002,7 +267227,7 @@
call$1(_) {
this.$this.mode = B.CarouselPageChangedReason_1;
},
- $signature: 51
+ $signature: 54
};
A.CarouselSliderState_getGestureWrapper__closure0.prototype = {
call$1(_) {
@@ -267020,7 +267245,7 @@
if (t1.timer == null)
t1.timer = t1.getTimer$0();
},
- $signature: 54
+ $signature: 53
};
A.CarouselSliderState_getGestureWrapper__closure2.prototype = {
call$0() {
@@ -272721,7 +272946,7 @@
}
return "";
},
- $signature: 24
+ $signature: 26
};
A.DesktopDrop__handleMethodChannel_closure1.prototype = {
call$1(e) {
@@ -273375,7 +273600,7 @@
call$2(e, s) {
return this.completer.completeError$2(type$.Object._as(e), type$.StackTrace._as(s));
},
- $signature: 31
+ $signature: 32
};
A.BrowserHttpClientAdapter_fetch_closure12.prototype = {
call$0() {
@@ -274993,7 +275218,7 @@
call$1(e) {
return e;
},
- $signature: 24
+ $signature: 26
};
A.encodeMap_maybeEncode.prototype = {
call$1(value) {
@@ -275346,7 +275571,7 @@
t1 = t1 == null ? null : t1._cancelError != null;
return t1 === true;
},
- $signature: 53
+ $signature: 52
};
A.RetryInterceptor_onError_closure.prototype = {
call$1(value) {
@@ -276550,16 +276775,16 @@
if (oldVersion === 0)
oldVersion = null;
$async$goto = 3;
- return A._asyncAwait(user.beforeOpen$2(new A._BeforeOpeningExecutor($async$self, new A.Lock()), new A.OpeningDetails(oldVersion, 23)), $async$_runMigrations$1);
+ return A._asyncAwait(user.beforeOpen$2(new A._BeforeOpeningExecutor($async$self, new A.Lock()), new A.OpeningDetails(oldVersion, 24)), $async$_runMigrations$1);
case 3:
// returning from await.
- t2 = oldVersion !== 23;
+ t2 = oldVersion !== 24;
$async$goto = t2 ? 4 : 5;
break;
case 4:
// then
$async$goto = 6;
- return A._asyncAwait(versionDelegate.setSchemaVersion$1(23), $async$_runMigrations$1);
+ return A._asyncAwait(versionDelegate.setSchemaVersion$1(24), $async$_runMigrations$1);
case 6:
// returning from await.
case 5:
@@ -280843,7 +281068,7 @@
call$1(path) {
return B.JSString_methods.trim$0(A._asString(path));
},
- $signature: 24
+ $signature: 26
};
A.FilePickerMacOS_resultStringToFilePaths_closure0.prototype = {
call$1(path) {
@@ -280862,7 +281087,7 @@
B.JSArray_methods.addAll$1(t1, B.JSArray_methods.sublist$1(pathElements, 1));
return B.JSArray_methods.join$1(t1, "/");
},
- $signature: 24
+ $signature: 26
};
A.FilePickerMacOS_resultStringToFilePaths__closure.prototype = {
call$1(e) {
@@ -281095,14 +281320,14 @@
call$1(ext) {
return ext.toUpperCase$0(0);
},
- $signature: 24
+ $signature: 26
};
A.KDialogHandler_resultStringToFilePaths_closure.prototype = {
call$1(path) {
A._asString(path);
return B.JSString_methods.startsWith$1(path, "/") ? path : "/" + path;
},
- $signature: 24
+ $signature: 26
};
A.QarmaAndZenityHandler.prototype = {
generateCommandLineArguments$5$fileFilter$initialDirectory$multipleFiles$pickDirectory(dialogTitle, fileFilter, initialDirectory, multipleFiles, pickDirectory) {
@@ -281148,7 +281373,7 @@
A._asString(path);
return B.JSString_methods.startsWith$1(path, "/") ? path : "/" + path;
},
- $signature: 24
+ $signature: 26
};
A.PlatformFile.prototype = {
$eq(_, other) {
@@ -283174,7 +283399,7 @@
call$0() {
return A.CupertinoRouteTransitionMixin__isPopGestureEnabled(this.route, this.T);
},
- $signature: 53
+ $signature: 52
};
A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0.prototype = {
call$0() {
@@ -283786,7 +284011,7 @@
call$2(innerContext, innerOffset) {
return innerContext.paintChild$2(this.child, innerOffset);
},
- $signature: 26
+ $signature: 24
};
A._CupertinoTextSelectionToolbarContent.prototype = {
createState$0() {
@@ -284896,13 +285121,13 @@
call$1(value) {
return A._asInt(value) + 1;
},
- $signature: 52
+ $signature: 51
};
A.FlutterError_defaultStackFilter_closure0.prototype = {
call$1(value) {
return A._asInt(value) + 1;
},
- $signature: 52
+ $signature: 51
};
A.debugPrintStack_closure.prototype = {
call$1(line) {
@@ -285135,7 +285360,7 @@
t1 = this.$this;
return A._setArrayType([A.DiagnosticsProperty$("The " + A.getRuntimeTypeOfDartObject(t1).toString$0(0) + " sending notification was", t1, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.ChangeNotifier)], type$.JSArray_DiagnosticsNode);
},
- $signature: 44
+ $signature: 46
};
A._MergingListenable.prototype = {
addListener$1(_, listener) {
@@ -286184,14 +286409,14 @@
var _null = null;
return A._setArrayType([A.DiagnosticsProperty$("Event", this.event, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.PointerEvent)], type$.JSArray_DiagnosticsNode);
},
- $signature: 44
+ $signature: 46
};
A.GestureBinding_dispatchEvent_closure0.prototype = {
call$0() {
var _null = null;
return A._setArrayType([A.DiagnosticsProperty$("Event", this.event, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.PointerEvent), A.DiagnosticsProperty$("Target", this.entry.target, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.HitTestTarget)], type$.JSArray_DiagnosticsNode);
},
- $signature: 44
+ $signature: 46
};
A.FlutterErrorDetailsForPointerEventDispatcher.prototype = {};
A.PointerEventConverter_expand_closure.prototype = {
@@ -290218,7 +290443,7 @@
type$.PointerEnterEvent._as($event);
return this.$this.handleHover.call$1(true);
},
- $signature: 50
+ $signature: 44
};
A._DragHandle_build_closure0.prototype = {
call$1($event) {
@@ -294630,7 +294855,7 @@
else
return false;
},
- $signature: 53
+ $signature: 52
};
A.DropdownButtonFormField__closure0.prototype = {
call$1(context) {
@@ -300495,7 +300720,7 @@
return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).disabledColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null);
return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).hintColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null);
},
- $signature: 45
+ $signature: 50
};
A._InputDecoratorDefaultsM2_labelStyle_closure.prototype = {
call$1(states) {
@@ -300504,7 +300729,7 @@
return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).disabledColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null);
return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).hintColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null);
},
- $signature: 45
+ $signature: 50
};
A._InputDecoratorDefaultsM2_floatingLabelStyle_closure.prototype = {
call$1(states) {
@@ -300518,7 +300743,7 @@
return A.TextStyle$(_null, _null, A.Theme_of(_this.$this.context).colorScheme.primary, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null);
return A.TextStyle$(_null, _null, A.Theme_of(_this.$this.context).hintColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null);
},
- $signature: 45
+ $signature: 50
};
A._InputDecoratorDefaultsM2_helperStyle_closure.prototype = {
call$1(states) {
@@ -300529,7 +300754,7 @@
return themeData.textTheme.bodySmall.copyWith$1$color(B.Color_0);
return themeData.textTheme.bodySmall.copyWith$1$color(themeData.hintColor);
},
- $signature: 45
+ $signature: 50
};
A._InputDecoratorDefaultsM2_errorStyle_closure.prototype = {
call$1(states) {
@@ -300540,7 +300765,7 @@
return themeData.textTheme.bodySmall.copyWith$1$color(B.Color_0);
return themeData.textTheme.bodySmall.copyWith$1$color(themeData.colorScheme.error);
},
- $signature: 45
+ $signature: 50
};
A._InputDecoratorDefaultsM2_fillColor_closure.prototype = {
call$1(states) {
@@ -300672,7 +300897,7 @@
return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).disabledColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null);
return A.TextStyle$(_null, _null, A.Theme_of(this.$this.context).hintColor, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null);
},
- $signature: 45
+ $signature: 50
};
A._InputDecoratorDefaultsM3_fillColor_closure.prototype = {
call$1(states) {
@@ -300802,7 +301027,7 @@
t2 = t1._onSurfaceVariant;
return textStyle.copyWith$1$color(t2 == null ? t1.onSurface : t2);
},
- $signature: 45
+ $signature: 50
};
A._InputDecoratorDefaultsM3_floatingLabelStyle_closure.prototype = {
call$1(states) {
@@ -300837,7 +301062,7 @@
t2 = t1._onSurfaceVariant;
return textStyle.copyWith$1$color(t2 == null ? t1.onSurface : t2);
},
- $signature: 45
+ $signature: 50
};
A._InputDecoratorDefaultsM3_helperStyle_closure.prototype = {
call$1(states) {
@@ -300855,7 +301080,7 @@
t2 = t1._onSurfaceVariant;
return textStyle.copyWith$1$color(t2 == null ? t1.onSurface : t2);
},
- $signature: 45
+ $signature: 50
};
A._InputDecoratorDefaultsM3_errorStyle_closure.prototype = {
call$1(states) {
@@ -300867,7 +301092,7 @@
textStyle = B.TextStyle_SVP0;
return textStyle.copyWith$1$color(t1.get$_input_decorator$_colors().error);
},
- $signature: 45
+ $signature: 50
};
A._InputDecorationTheme_Object_Diagnosticable.prototype = {};
A.__BorderContainerState_State_TickerProviderStateMixin.prototype = {
@@ -304280,7 +304505,7 @@
return t1.$mul();
t2.set$layer(0, context.pushOpacity$4$oldLayer(offset, B.JSNumber_methods.round$0(t1 * 255), this.painter, t2._layer));
},
- $signature: 26
+ $signature: 24
};
A._ZoomExitTransitionPainter.prototype = {
_onStatusChange$1(_) {
@@ -304347,7 +304572,7 @@
return t1.$mul();
t2.set$layer(0, context.pushOpacity$4$oldLayer(offset, B.JSNumber_methods.round$0(t1 * 255), this.painter, t2._layer));
},
- $signature: 26
+ $signature: 24
};
A._PageTransitionsTheme_Object_Diagnosticable.prototype = {};
A.__ZoomEnterTransitionState_State__ZoomTransitionBase.prototype = {
@@ -310674,7 +310899,7 @@
type$.PointerEnterEvent._as($event);
return this.$this._handleHover$1(true);
},
- $signature: 50
+ $signature: 44
};
A._TextFieldState_build_closure8.prototype = {
call$1($event) {
@@ -310717,7 +310942,7 @@
t1 = theme.textTheme.titleMedium;
return A.TextStyle$(_null, _null, t1 == null ? _null : t1.color, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null);
},
- $signature: 45
+ $signature: 50
};
A._m3StateInputStyle_closure.prototype = {
call$1(states) {
@@ -310728,7 +310953,7 @@
}
return A.TextStyle$(_null, _null, A.Theme_of(this.context).textTheme.bodyLarge.color, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, _null, true, _null, _null, _null, _null, _null, _null, _null, _null);
},
- $signature: 45
+ $signature: 50
};
A.__TextFieldState_State_RestorationMixin_dispose_closure.prototype = {
call$2(property, listener) {
@@ -318575,7 +318800,7 @@
t1 = this.$this._package;
return "packages/" + (t1 == null ? A._asString(t1) : t1) + "/" + str;
},
- $signature: 24
+ $signature: 26
};
A._TextStyle_Object_Diagnosticable.prototype = {};
A.FrictionSimulation.prototype = {
@@ -324703,7 +324928,7 @@
t1.push(A.DiagnosticableTreeNode$("RenderObject", B.DiagnosticsTreeStyle_11, t2));
return t1;
},
- $signature: 44
+ $signature: 46
};
A.RenderObject_invokeLayoutCallback_closure.prototype = {
call$0() {
@@ -328218,7 +328443,7 @@
}
this.$this.super$RenderProxyBoxMixin$paint(context, offset);
},
- $signature: 26
+ $signature: 24
};
A.RenderPhysicalShape.prototype = {
get$_defaultClip() {
@@ -328278,7 +328503,7 @@
}
this.$this.super$RenderProxyBoxMixin$paint(context, offset);
},
- $signature: 26
+ $signature: 24
};
A.DecorationPosition.prototype = {
_enumToString$0() {
@@ -330857,7 +331082,7 @@
t1.endScrollOffset = t5 + t4.paintExtentOf$1(t2);
return true;
},
- $signature: 53
+ $signature: 52
};
A.KeepAliveParentDataMixin.prototype = {$isParentData: 1};
A.RenderSliverWithKeepAliveMixin.prototype = {
@@ -338506,7 +338731,7 @@
replacedLength = originalIndex <= t1 && originalIndex < _this.regionEnd ? 0 : _this.replacementString.length;
return replacedLength - (B.JSInt_methods.clamp$2(originalIndex, t1, _this.regionEnd) - t1);
},
- $signature: 52
+ $signature: 51
};
A.SmartDashesType.prototype = {
_enumToString$0() {
@@ -338654,7 +338879,7 @@
replacedLength = originalIndex <= t2 && originalIndex < t1.end ? 0 : this.replacementString.length;
return originalIndex + replacedLength - (B.JSInt_methods.clamp$2(originalIndex, t2, t1.end) - t2);
},
- $signature: 52
+ $signature: 51
};
A.SelectionChangedCause.prototype = {
_enumToString$0() {
@@ -339099,7 +339324,7 @@
var _null = null;
return A._setArrayType([A.DiagnosticsProperty$("call", this.$call, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.MethodCall)], type$.JSArray_DiagnosticsNode);
},
- $signature: 44
+ $signature: 46
};
A.TextInput__handleTextInputInvocation_closure0.prototype = {
call$1(value) {
@@ -340889,7 +341114,7 @@
call$1(child) {
this._box_0.childElement = child;
},
- $signature: 25
+ $signature: 27
};
A._AutomaticKeepAliveState__createCallback_closure.prototype = {
call$0() {
@@ -340977,13 +341202,13 @@
if (t1 != null && t1.contains$1(0, this.$this))
element.didChangeDependencies$0();
},
- $signature: 25
+ $signature: 27
};
A._UbiquitousInheritedElement__recurseChildren_closure.prototype = {
call$1(child) {
A._UbiquitousInheritedElement__recurseChildren(type$.Element_2._as(child), this.visitor);
},
- $signature: 25
+ $signature: 27
};
A._UbiquitousInheritedWidget.prototype = {
createElement$0(_) {
@@ -347332,13 +347557,13 @@
type$.FocusNode._as(node);
return !node.get$skipTraversal() && node.get$canRequestFocus();
},
- $signature: 46
+ $signature: 45
};
A.FocusNode__removeChild_closure.prototype = {
call$1(descendant) {
return type$.FocusNode._as(descendant).get$enclosingScope() === this.nodeScope;
},
- $signature: 46
+ $signature: 45
};
A.FocusScopeNode.prototype = {
get$nearestScope() {
@@ -348067,7 +348292,7 @@
type$.FocusNode._as(node);
return node.get$canRequestFocus() && !node.get$skipTraversal();
},
- $signature: 46
+ $signature: 45
};
A.FocusTraversalPolicy__sortAllDescendants_visitGroups.prototype = {
call$1(info) {
@@ -348094,7 +348319,7 @@
t1 = false;
return t1;
},
- $signature: 46
+ $signature: 45
};
A._DirectionalPolicyDataEntry.prototype = {};
A._DirectionalPolicyData.prototype = {};
@@ -348426,7 +348651,7 @@
t1 = this.target;
return !node.get$rect(0).$eq(0, t1) && node.get$rect(0).get$center()._dx <= t1.left;
},
- $signature: 46
+ $signature: 45
};
A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0.prototype = {
call$1(node) {
@@ -348435,7 +348660,7 @@
t1 = this.target;
return !node.get$rect(0).$eq(0, t1) && node.get$rect(0).get$center()._dx >= t1.right;
},
- $signature: 46
+ $signature: 45
};
A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1.prototype = {
call$2(a, b) {
@@ -348453,7 +348678,7 @@
t1 = this.target;
return !node.get$rect(0).$eq(0, t1) && node.get$rect(0).get$center()._dy <= t1.top;
},
- $signature: 46
+ $signature: 45
};
A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0.prototype = {
call$1(node) {
@@ -348462,7 +348687,7 @@
t1 = this.target;
return !node.get$rect(0).$eq(0, t1) && node.get$rect(0).get$center()._dy >= t1.bottom;
},
- $signature: 46
+ $signature: 45
};
A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1.prototype = {
call$2(a, b) {
@@ -348515,13 +348740,13 @@
t1.toString;
return A.Scrollable_maybeOf(t1) === this.focusedScrollable;
},
- $signature: 46
+ $signature: 45
};
A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0.prototype = {
call$1(node) {
return !type$.FocusNode._as(node).get$rect(0).intersect$1(this.band).get$isEmpty(0);
},
- $signature: 46
+ $signature: 45
};
A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1.prototype = {
call$1(node) {
@@ -348529,13 +348754,13 @@
t1.toString;
return A.Scrollable_maybeOf(t1) === this.focusedScrollable;
},
- $signature: 46
+ $signature: 45
};
A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2.prototype = {
call$1(node) {
return !type$.FocusNode._as(node).get$rect(0).intersect$1(this.band).get$isEmpty(0);
},
- $signature: 46
+ $signature: 45
};
A._ReadingOrderSortData.prototype = {
get$directionalAncestors() {
@@ -349151,7 +349376,7 @@
call$1(child) {
this.$this._unmount$1(type$.Element_2._as(child));
},
- $signature: 25
+ $signature: 27
};
A.BuildOwner.prototype = {
scheduleBuildFor$1(element) {
@@ -349278,7 +349503,7 @@
J.add$1$ax(t1, A.ErrorHint$(t5 + " of " + t2 + ", but _dirtyElements only had " + t4 + " entries. This suggests some confusion in the framework internals."));
return t1;
},
- $signature: 44
+ $signature: 46
};
A.NotifiableElementMixin.prototype = {
attachNotificationTree$0() {
@@ -349824,7 +350049,7 @@
call$1(child) {
this._box_0.next = type$.Element_2._as(child);
},
- $signature: 25
+ $signature: 27
};
A.Element_describeMissingAncestor_closure.prototype = {
call$1(element) {
@@ -349862,25 +350087,25 @@
if (descendant != null)
this.call$1(descendant);
},
- $signature: 25
+ $signature: 27
};
A.Element__updateDepth_closure.prototype = {
call$1(child) {
type$.Element_2._as(child)._updateDepth$1(this.expectedDepth);
},
- $signature: 25
+ $signature: 27
};
A.Element_detachRenderObject_closure.prototype = {
call$1(child) {
type$.Element_2._as(child).detachRenderObject$0();
},
- $signature: 25
+ $signature: 27
};
A.Element_attachRenderObject_closure.prototype = {
call$1(child) {
type$.Element_2._as(child).attachRenderObject$1(this.newSlot);
},
- $signature: 25
+ $signature: 27
};
A.ErrorWidget.prototype = {
createRenderObject$1(context) {
@@ -349943,14 +350168,14 @@
var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode);
return t1;
},
- $signature: 44
+ $signature: 46
};
A.ComponentElement_performRebuild_closure0.prototype = {
call$0() {
var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode);
return t1;
},
- $signature: 44
+ $signature: 46
};
A.StatelessElement.prototype = {
build$0() {
@@ -350063,7 +350288,7 @@
else
child.visitChildren$1(this);
},
- $signature: 25
+ $signature: 27
};
A.InheritedElement.prototype = {
_updateInheritance$0() {
@@ -350815,7 +351040,7 @@
if (t1 != null)
t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0));
},
- $signature: 32
+ $signature: 31
};
A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0.prototype = {
call$1(details) {
@@ -350833,7 +351058,7 @@
if (t1 != null)
t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null));
},
- $signature: 32
+ $signature: 31
};
A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1.prototype = {
call$1(details) {
@@ -350846,7 +351071,7 @@
if (t1 != null)
t1.call$1(details);
},
- $signature: 32
+ $signature: 31
};
A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure.prototype = {
call$1(details) {
@@ -350864,7 +351089,7 @@
if (t1 != null)
t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, 0));
},
- $signature: 32
+ $signature: 31
};
A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0.prototype = {
call$1(details) {
@@ -350882,7 +351107,7 @@
if (t1 != null)
t1.call$1(new A.DragEndDetails(B.Velocity_Offset_0_0, null));
},
- $signature: 32
+ $signature: 31
};
A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1.prototype = {
call$1(details) {
@@ -350895,7 +351120,7 @@
if (t1 != null)
t1.call$1(details);
},
- $signature: 32
+ $signature: 31
};
A.HeroFlightDirection.prototype = {
_enumToString$0() {
@@ -350936,7 +351161,7 @@
}
element.visitChildren$1(_this);
},
- $signature: 25
+ $signature: 27
};
A._HeroState.prototype = {
startFlight$1$shouldIncludedChildInPlaceholder(shouldIncludedChildInPlaceholder) {
@@ -352991,14 +353216,14 @@
var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode);
return t1;
},
- $signature: 44
+ $signature: 46
};
A._LayoutBuilderElement__layout_layoutCallback_closure0.prototype = {
call$0() {
var t1 = A._setArrayType([], type$.JSArray_DiagnosticsNode);
return t1;
},
- $signature: 44
+ $signature: 46
};
A.RenderConstrainedLayoutBuilder.prototype = {
updateCallback$1(value) {
@@ -359572,7 +359797,7 @@
t1 = this.$this;
return A._setArrayType([A.DiagnosticsProperty$("The " + A.getRuntimeTypeOfDartObject(t1).toString$0(0) + " that invoked the callback was", t1, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, A._instanceType(t1)._eval$1("_CallbackHookProvider<_CallbackHookProvider.T>"))], type$.JSArray_DiagnosticsNode);
},
- $signature: 44
+ $signature: 46
};
A.BackButtonDispatcher.prototype = {
get$_router$_children(_) {
@@ -361719,7 +361944,7 @@
t1 = this.$this;
return A._setArrayType([A.DiagnosticsProperty$("The " + A.getRuntimeTypeOfDartObject(t1).toString$0(0) + " sending notification was", t1, true, B.C__NoDefaultValue, _null, false, _null, _null, B.DiagnosticLevel_3, _null, false, true, true, B.DiagnosticsTreeStyle_9, _null, type$.ScrollNotificationObserverState)], type$.JSArray_DiagnosticsNode);
},
- $signature: 44
+ $signature: 46
};
A.ScrollNotificationObserverState_build_closure.prototype = {
call$1(notification) {
@@ -367547,7 +367772,7 @@
t1.toString;
context.paintChild$2(t1, offset.$add(0, this.paintOffset));
},
- $signature: 26
+ $signature: 24
};
A._RenderSingleChildViewport_hitTestChildren_closure.prototype = {
call$2(result, transformed) {
@@ -371869,7 +372094,7 @@
call$2(context, offset) {
return context.paintChild$2(this.child, offset);
},
- $signature: 26
+ $signature: 24
};
A._RenderScaledInlineWidget_hitTestChildren_closure.prototype = {
call$2(result, transformedOffset) {
@@ -391227,7 +391452,7 @@
call$1(key) {
return A._asString(key).toLowerCase();
},
- $signature: 24
+ $signature: 26
};
A.MediaType.prototype = {
change$1$parameters(parameters) {
@@ -414022,7 +414247,7 @@
call$1(locale) {
return "default";
},
- $signature: 24
+ $signature: 26
};
A.NumberSymbols.prototype = {
toString$0(_) {
@@ -414382,14 +414607,14 @@
call$1(i) {
return A._asInt(i);
},
- $signature: 52
+ $signature: 51
};
A.DateFormat__initDigitMatcher_closure0.prototype = {
call$1(i) {
A._asInt(i);
return this.$this.get$localeZeroCodeUnit() + i;
},
- $signature: 52
+ $signature: 51
};
A.DateFormat__fieldConstructors_closure.prototype = {
call$2(pattern, $parent) {
@@ -418051,138 +418276,138 @@
p._relative = false;
p._moveTo$0(0);
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure0.prototype = {
call$1(p) {
p._relative = true;
p._moveTo$0(0);
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure1.prototype = {
call$1(p) {
return p.buildClose$0();
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure2.prototype = {
call$1(p) {
return p.buildClose$0();
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure3.prototype = {
call$1(p) {
p._relative = false;
p._path_noui$_repeat$1(p.get$_lineTo());
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure4.prototype = {
call$1(p) {
p._relative = true;
p._path_noui$_repeat$1(p.get$_lineTo());
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure5.prototype = {
call$1(p) {
p._relative = false;
p._path_noui$_repeat$1(p.get$_horizontalLineTo());
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure6.prototype = {
call$1(p) {
p._relative = true;
p._path_noui$_repeat$1(p.get$_horizontalLineTo());
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure7.prototype = {
call$1(p) {
p._relative = false;
p._path_noui$_repeat$1(p.get$_verticalLineTo());
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure8.prototype = {
call$1(p) {
p._relative = true;
p._path_noui$_repeat$1(p.get$_verticalLineTo());
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure9.prototype = {
call$1(p) {
p._relative = false;
p._path_noui$_repeat$1(p.get$_cubicBezier());
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure10.prototype = {
call$1(p) {
p._relative = true;
p._path_noui$_repeat$1(p.get$_cubicBezier());
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure11.prototype = {
call$1(p) {
p._relative = false;
p._path_noui$_repeat$1(p.get$_shorthandCubicBezier());
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure12.prototype = {
call$1(p) {
p._relative = true;
p._path_noui$_repeat$1(p.get$_shorthandCubicBezier());
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure13.prototype = {
call$1(p) {
p._relative = false;
p._path_noui$_repeat$1(p.get$_quadraticBezier());
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure14.prototype = {
call$1(p) {
p._relative = true;
p._path_noui$_repeat$1(p.get$_quadraticBezier());
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure15.prototype = {
call$1(p) {
p._relative = false;
p._path_noui$_repeat$1(p.get$_shorthandQuadraticBezier());
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure16.prototype = {
call$1(p) {
p._relative = true;
p._path_noui$_repeat$1(p.get$_shorthandQuadraticBezier());
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure17.prototype = {
call$1(p) {
p._relative = false;
p._path_noui$_repeat$1(p.get$_arcToPoint());
},
- $signature: 27
+ $signature: 25
};
A.PathParser__action_closure18.prototype = {
call$1(p) {
p._relative = true;
p._path_noui$_repeat$1(p.get$_arcToPoint());
},
- $signature: 27
+ $signature: 25
};
A.SvgParseGraph.prototype = {
_calculateBounds$0() {
@@ -422797,7 +423022,7 @@
call$0() {
return this.$this._activationCount !== this.activationNumber;
},
- $signature: 53
+ $signature: 52
};
A.AudioPlayer__setPlatformActive_checkInterruption.prototype = {
call$0() {
@@ -422809,7 +423034,7 @@
this.durationCompleter.completeError$1(e);
throw A.wrapException(e);
},
- $signature: 53
+ $signature: 52
};
A.AudioPlayer__setPlatformActive_subscribeToEvents.prototype = {
call$1(platform) {
@@ -432555,7 +432780,7 @@
call$1(e) {
return e.markNeedsBuild$0();
},
- $signature: 25
+ $signature: 27
};
A.SingleChildWidgetElementMixin.prototype = {};
A._SingleChildStatefulElement_StatefulElement_SingleChildWidgetElementMixin_activate_closure.prototype = {
@@ -448370,7 +448595,7 @@
call$1(s) {
return s;
},
- $signature: 24
+ $signature: 26
};
A.DynamicFactoryConfig.prototype = {
tryFactory$1(algorithmName) {
@@ -449982,14 +450207,14 @@
call$1(value) {
return A._asInt(value) + this.vaultBalance;
},
- $signature: 52
+ $signature: 51
};
A.CommunityOracle_selectTokenHolder_closure2.prototype = {
call$1(value) {
A._asInt(value);
return this.vaultBalance;
},
- $signature: 52
+ $signature: 51
};
A.CommunityOracle_selectTokenHolder_closure3.prototype = {
call$0() {
@@ -461821,7 +462046,7 @@
call$1(key) {
return B.JSString_methods.replaceFirst$2(A._asString(key), this.partitionPrefix, "");
},
- $signature: 24
+ $signature: 26
};
A.SharedPreferencesAdapter_partitionValues_closure.prototype = {
call$1(key) {
@@ -465515,7 +465740,7 @@
t2 = t1._html_render_vector_graphics$_opacityHandle;
t2.set$layer(0, context.pushOpacity$4$oldLayer(offset, B.JSInt_methods.round$0(t1._html_render_vector_graphics$_opacityValue * 255), new A.RenderWebVectorGraphic_paint__closure(t1), t2._layer));
},
- $signature: 26
+ $signature: 24
};
A.RenderWebVectorGraphic_paint__closure.prototype = {
call$2(context, offset) {
@@ -465539,13 +465764,13 @@
context.get$canvas(context).drawPicture$1(t1._html_render_vector_graphics$_pictureInfo.picture);
}
},
- $signature: 26
+ $signature: 24
};
A.RenderWebVectorGraphic_paint___closure.prototype = {
call$2(context, offset) {
context.get$canvas(context).drawPicture$1(this.$this._html_render_vector_graphics$_pictureInfo.picture);
},
- $signature: 26
+ $signature: 24
};
A.PictureInfo.prototype = {};
A.decodeVectorGraphics_process.prototype = {
@@ -468820,7 +469045,7 @@
call$1(rawColor) {
return B.JSString_methods.trim$0(A._asString(rawColor));
},
- $signature: 24
+ $signature: 26
};
A.SvgParser__parseColor_closure0.prototype = {
call$1(rawColor) {
@@ -476081,7 +476306,7 @@
_instance_1_i(A._BytesBuilder.prototype, "get$add", "add$1", 183);
_instance_1_i(A._CastIterableBase.prototype, "get$contains", "contains$1", 43);
_static_0(A, "_js_helper_Primitives_dateNow$closure", "Primitives_dateNow", 37);
- _static_1(A, "_js_helper___stringIdentity$closure", "_stringIdentity", 24);
+ _static_1(A, "_js_helper___stringIdentity$closure", "_stringIdentity", 26);
_instance_1_i(A.ConstantStringSet.prototype, "get$contains", "contains$1", 43);
_instance_1_i(A.GeneralConstantSet.prototype, "get$contains", "contains$1", 43);
_static_1(A, "async__AsyncRun__scheduleImmediateJsOverride$closure", "_AsyncRun__scheduleImmediateJsOverride", 136);
@@ -476094,7 +476319,7 @@
}], 1935, 0);
_static_0(A, "async___startMicrotaskLoop$closure", "_startMicrotaskLoop", 0);
_static_1(A, "async___nullDataHandler$closure", "_nullDataHandler", 9);
- _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 31);
+ _static_2(A, "async___nullErrorHandler$closure", "_nullErrorHandler", 32);
_static_0(A, "async___nullDoneHandler$closure", "_nullDoneHandler", 0);
_static(A, "async___rootHandleUncaughtError$closure", 5, null, ["call$5"], ["_rootHandleUncaughtError"], 1936, 0);
_static(A, "async___rootRun$closure", 4, null, ["call$1$4", "call$4"], ["_rootRun", function($self, $parent, zone, f) {
@@ -476134,7 +476359,7 @@
}, ["call$2", "call$1"], ["addError$2", "addError$1"], 58, 0, 0);
_instance_0_i(_, "get$close", "close$0", 56);
_instance_1_i(_, "get$_add", "_add$1", 7);
- _instance_2_u(_, "get$_addError", "_addError$2", 31);
+ _instance_2_u(_, "get$_addError", "_addError$2", 32);
_instance_0_u(_, "get$_close", "_close$0", 0);
_instance(A._Completer.prototype, "get$completeError", 0, 1, function() {
return [null];
@@ -476142,14 +476367,14 @@
_instance(A._AsyncCompleter.prototype, "get$complete", 1, 0, function() {
return [null];
}, ["call$1", "call$0"], ["complete$1", "complete$0"], 430, 0, 0);
- _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 31);
+ _instance_2_u(A._Future.prototype, "get$_completeError", "_completeError$2", 32);
_instance_1_i(_ = A._StreamController.prototype, "get$add", "add$1", 7);
_instance(_, "get$addError", 0, 1, function() {
return [null];
}, ["call$2", "call$1"], ["addError$2", "addError$1"], 58, 0, 0);
_instance_0_i(_, "get$close", "close$0", 56);
_instance_1_i(_, "get$_add", "_add$1", 7);
- _instance_2_u(_, "get$_addError", "_addError$2", 31);
+ _instance_2_u(_, "get$_addError", "_addError$2", 32);
_instance_0_u(_, "get$_close", "_close$0", 0);
_instance_0_u(_ = A._ControllerSubscription.prototype, "get$_onPause", "_onPause$0", 0);
_instance_0_u(_, "get$_onResume", "_onResume$0", 0);
@@ -476168,7 +476393,7 @@
_instance_0_i(_, "get$cancel", "cancel$0", 56);
_instance_0_u(_, "get$_onMicrotask", "_onMicrotask$0", 0);
_instance_1_u(_ = A._StreamIterator.prototype, "get$_onData", "_onData$1", 7);
- _instance_2_u(_, "get$_async$_onError", "_async$_onError$2", 31);
+ _instance_2_u(_, "get$_async$_onError", "_async$_onError$2", 32);
_instance_0_u(_, "get$_onDone", "_onDone$0", 0);
_instance_1_u(_ = A._MultiStreamController.prototype, "get$addSync", "addSync$1", 7);
_instance(_, "get$addErrorSync", 0, 1, function() {
@@ -476187,7 +476412,7 @@
_instance_0_u(_ = A._SinkTransformerStreamSubscription.prototype, "get$_onPause", "_onPause$0", 0);
_instance_0_u(_, "get$_onResume", "_onResume$0", 0);
_instance_1_u(_, "get$_async$_handleData", "_async$_handleData$1", 7);
- _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 31);
+ _instance_2_u(_, "get$_async$_handleError", "_async$_handleError$2", 32);
_instance_0_u(_, "get$_handleDone", "_handleDone$0", 0);
_instance_1_i(_ = A._HandlerEventSink.prototype, "get$add", "add$1", 7);
_instance(_, "get$addError", 0, 1, function() {
@@ -476229,7 +476454,7 @@
_static(A, "core_Uri_encodeQueryComponent$closure", 1, null, ["call$2$encoding", "call$1"], ["Uri_encodeQueryComponent", function(component) {
return A.Uri_encodeQueryComponent(component, B.C_Utf8Codec);
}], 1952, 0);
- _static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 24);
+ _static_1(A, "core_Uri_decodeComponent$closure", "Uri_decodeComponent", 26);
_static_0(A, "core__Uri__createList$closure", "_Uri__createList", 1953);
_static_2(A, "core___toUnmodifiableStringList$closure", "_toUnmodifiableStringList", 1954);
_instance_1_i(A.Iterable.prototype, "get$contains", "contains$1", 43);
@@ -476360,7 +476585,7 @@
_instance_0_u(_, "get$_stream_splitter$_onPause", "_stream_splitter$_onPause$0", 0);
_instance_0_u(_, "get$_stream_splitter$_onResume", "_stream_splitter$_onResume$0", 0);
_instance_1_u(_, "get$_stream_splitter$_onData", "_stream_splitter$_onData$1", 7);
- _instance_2_u(_, "get$_stream_splitter$_onError", "_stream_splitter$_onError$2", 31);
+ _instance_2_u(_, "get$_stream_splitter$_onError", "_stream_splitter$_onError$2", 32);
_instance_0_u(_, "get$_stream_splitter$_onDone", "_stream_splitter$_onDone$0", 0);
_instance_1_u(A.AudioSessionWeb.prototype, "get$handleMethodCall", "handleMethodCall$1", 72);
_instance_0_i(A._Emitter.prototype, "get$cancel", "cancel$0", 0);
@@ -476397,7 +476622,7 @@
_static_1(A, "delegates___defaultRelease$closure", "_defaultRelease", 60);
_static_1(A, "delegates___defaultRollbackToSavepoint$closure", "_defaultRollbackToSavepoint", 60);
_instance_1_i(A.MultipleUpdateQuery.prototype, "get$matches", "matches$1", 1109);
- _instance_1_i(A.GenerationContext.prototype, "get$identifier", "identifier$1", 24);
+ _instance_1_i(A.GenerationContext.prototype, "get$identifier", "identifier$1", 26);
_instance_1_u(A._MappedSelectable.prototype, "get$_mapResults", "_mapResults$1", "List<2>(Object?)");
_instance_1_u(A._AsyncMappedSelectable.prototype, "get$_mapResults", "_mapResults$1", "Future>(Object?)");
_instance_1_u(A.CustomSelectStatement.prototype, "get$_mapDbResponse", "_mapDbResponse$1", 1119);
@@ -476422,17 +476647,17 @@
_instance_1_u(_ = A._CupertinoButtonState.prototype, "get$_handleTapDown", "_handleTapDown$1", 75);
_instance_1_u(_, "get$_handleTapUp", "_handleTapUp$1", 133);
_instance_0_u(_, "get$_handleTapCancel", "_handleTapCancel$0", 0);
- _instance_1_u(_ = A._CupertinoDesktopTextSelectionToolbarButtonState.prototype, "get$_onEnter", "_onEnter$1", 50);
+ _instance_1_u(_ = A._CupertinoDesktopTextSelectionToolbarButtonState.prototype, "get$_onEnter", "_onEnter$1", 44);
_instance_1_u(_, "get$_onExit", "_onExit$1", 30);
_instance_0_u(A._CupertinoTextMagnifierState.prototype, "get$_magnifier0$_determineMagnifierPositionAndFocalPoint", "_magnifier0$_determineMagnifierPositionAndFocalPoint$0", 0);
- _instance_1_u(_ = A._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 51);
- _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 32);
- _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 54);
+ _instance_1_u(_ = A._CupertinoBackGestureDetectorState.prototype, "get$_route$_handleDragStart", "_route$_handleDragStart$1", 54);
+ _instance_1_u(_, "get$_route$_handleDragUpdate", "_route$_handleDragUpdate$1", 31);
+ _instance_1_u(_, "get$_route$_handleDragEnd", "_route$_handleDragEnd$1", 53);
_instance_0_u(_, "get$_handleDragCancel", "_handleDragCancel$0", 0);
_instance_1_u(_, "get$_route$_handlePointerDown", "_route$_handlePointerDown$1", 67);
_instance_0_u(A._CupertinoScrollbarState.prototype, "get$handleThumbPress", "handleThumbPress$0", 0);
_static(A, "text_selection_toolbar0_CupertinoTextSelectionToolbar__defaultToolbarBuilder$closure", 4, null, ["call$4"], ["CupertinoTextSelectionToolbar__defaultToolbarBuilder"], 1969, 0);
- _instance_1_u(_ = A._CupertinoTextSelectionToolbarContentState.prototype, "get$_onHorizontalDragEnd", "_onHorizontalDragEnd$1", 54);
+ _instance_1_u(_ = A._CupertinoTextSelectionToolbarContentState.prototype, "get$_onHorizontalDragEnd", "_onHorizontalDragEnd$1", 53);
_instance_0_u(_, "get$_handleNextPage", "_handleNextPage$0", 0);
_instance_0_u(_, "get$_handlePreviousPage", "_handlePreviousPage$0", 0);
_instance_1_u(_, "get$_statusListener", "_statusListener$1", 15);
@@ -476457,37 +476682,37 @@
_instance_1_u(_, "get$_devicePixelRatioForView", "_devicePixelRatioForView$1", 1157);
_instance_1_u(_, "get$cancelPointer", "cancelPointer$1", 20);
_instance_0_u(_, "get$_flushPointerEventQueue", "_flushPointerEventQueue$0", 0);
- _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 39);
+ _instance_1_u(_, "get$_handlePointerEventImmediately", "_handlePointerEventImmediately$1", 40);
_instance_0_u(_, "get$_handleSampleTimeChanged", "_handleSampleTimeChanged$0", 0);
_static(A, "force_press_ForcePressGestureRecognizer__inverseLerp$closure", 3, null, ["call$3"], ["ForcePressGestureRecognizer__inverseLerp"], 1972, 0);
- _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 39);
+ _instance_1_u(A.ForcePressGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 40);
_static_1(A, "long_press_LongPressGestureRecognizer__defaultButtonAcceptBehavior$closure", "LongPressGestureRecognizer__defaultButtonAcceptBehavior", 68);
_static_1(A, "monodrag_DragGestureRecognizer__defaultBuilder$closure", "DragGestureRecognizer__defaultBuilder", 425);
_static_1(A, "monodrag_DragGestureRecognizer__defaultButtonAcceptBehavior$closure", "DragGestureRecognizer__defaultButtonAcceptBehavior", 68);
- _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 39);
+ _instance_1_u(A.DragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 40);
_static_1(A, "multitap_DoubleTapGestureRecognizer__defaultButtonAcceptBehavior$closure", "DoubleTapGestureRecognizer__defaultButtonAcceptBehavior", 68);
_instance_0_u(A._CountdownZoned.prototype, "get$_onTimeout", "_onTimeout$0", 0);
- _instance_1_u(_ = A.DoubleTapGestureRecognizer.prototype, "get$_multitap$_handleEvent", "_multitap$_handleEvent$1", 39);
+ _instance_1_u(_ = A.DoubleTapGestureRecognizer.prototype, "get$_multitap$_handleEvent", "_multitap$_handleEvent$1", 40);
_instance_1_u(_, "get$_reject", "_reject$1", 1162);
_instance_0_u(_, "get$_multitap$_reset", "_multitap$_reset$0", 0);
_static_1(A, "recognizer_GestureRecognizer__defaultButtonAcceptBehavior$closure", "GestureRecognizer__defaultButtonAcceptBehavior", 68);
_instance(A.OneSequenceGestureRecognizer.prototype, "get$stopTrackingPointer", 0, 1, null, ["call$1"], ["stopTrackingPointer$1"], 20, 0, 1);
- _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 39);
- _instance_1_u(_ = A._TapStatusTrackerMixin.prototype, "get$handleEvent", "handleEvent$1", 39);
+ _instance_1_u(A.PrimaryPointerGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 40);
+ _instance_1_u(_ = A._TapStatusTrackerMixin.prototype, "get$handleEvent", "handleEvent$1", 40);
_instance_0_u(_, "get$_consecutiveTapTimerTimeout", "_consecutiveTapTimerTimeout$0", 0);
- _instance_1_u(A.BaseTapAndDragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 39);
+ _instance_1_u(A.BaseTapAndDragGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 40);
_instance_2_u(_ = A._MaterialAppState.prototype, "get$_inspectorSelectButtonBuilder", "_inspectorSelectButtonBuilder$2", 1170);
_instance_2_u(_, "get$_materialBuilder", "_materialBuilder$2", 112);
- _instance_1_u(_ = A._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 51);
- _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 32);
- _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 54);
+ _instance_1_u(_ = A._BottomSheetState.prototype, "get$_bottom_sheet$_handleDragStart", "_bottom_sheet$_handleDragStart$1", 54);
+ _instance_1_u(_, "get$_bottom_sheet$_handleDragUpdate", "_bottom_sheet$_handleDragUpdate$1", 31);
+ _instance_1_u(_, "get$_bottom_sheet$_handleDragEnd", "_bottom_sheet$_handleDragEnd$1", 53);
_instance_1_u(_, "get$extentChanged", "extentChanged$1", 1173);
_instance_1_u(_, "get$_handleDragHandleHover", "_handleDragHandleHover$1", 18);
_instance_1_u(_ = A._RenderBottomSheetLayoutWithSizeListener.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 2);
- _instance_1_u(_ = A._ModalBottomSheetState.prototype, "get$handleDragStart", "handleDragStart$1", 51);
+ _instance_1_u(_ = A._ModalBottomSheetState.prototype, "get$handleDragStart", "handleDragStart$1", 54);
_instance(_, "get$handleDragEnd", 0, 1, null, ["call$2$isClosing", "call$1"], ["handleDragEnd$2$isClosing", "handleDragEnd$1"], 1174, 0, 0);
_instance_1_u(_ = A._RenderInputPadding0.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 2);
@@ -476503,8 +476728,8 @@
_instance_0_u(_, "get$_handleHistoryEntryRemoved", "_handleHistoryEntryRemoved$0", 0);
_instance_1_u(_, "get$_handleDragDown", "_handleDragDown$1", 283);
_instance_0_u(_, "get$_drawer$_handleDragCancel", "_drawer$_handleDragCancel$0", 0);
- _instance_1_u(_, "get$_move", "_move$1", 32);
- _instance_1_u(_, "get$_settle", "_settle$1", 54);
+ _instance_1_u(_, "get$_move", "_move$1", 31);
+ _instance_1_u(_, "get$_settle", "_settle$1", 53);
_instance_0_i(_, "get$close", "close$0", 0);
_instance_1_u(_ = A._DropdownMenuItemButtonState.prototype, "get$_dropdown$_handleFocusChange", "_dropdown$_handleFocusChange$1", 18);
_instance_0_u(_, "get$_handleOnTap", "_handleOnTap$0", 0);
@@ -476535,7 +476760,7 @@
_instance_0_u(_, "get$handleTapCancel", "handleTapCancel$0", 0);
_instance_0_u(_, "get$handleSecondaryTap", "handleSecondaryTap$0", 0);
_instance_0_u(_, "get$handleSecondaryTapCancel", "handleSecondaryTapCancel$0", 0);
- _instance_1_u(_, "get$handleMouseEnter", "handleMouseEnter$1", 50);
+ _instance_1_u(_, "get$handleMouseEnter", "handleMouseEnter$1", 44);
_instance_1_u(_, "get$handleMouseExit", "handleMouseExit$1", 30);
_instance_0_u(A._HelperErrorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0);
_instance_1_u(_ = A._RenderDecoration.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 2);
@@ -476543,7 +476768,7 @@
_instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 2);
_instance_1_u(_, "get$_childSemanticsConfigurationDelegate", "_childSemanticsConfigurationDelegate$1", 348);
- _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 26);
+ _instance_2_u(_, "get$_paintLabel", "_paintLabel$2", 24);
_instance_0_u(A._InputDecoratorState.prototype, "get$_input_decorator$_handleChange", "_input_decorator$_handleChange$0", 0);
_instance_1_u(_ = A._RenderListTile.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 2);
@@ -476571,9 +476796,9 @@
_instance_1_u(_, "get$_slider$_handleFocusHighlightChanged", "_slider$_handleFocusHighlightChanged$1", 18);
_instance_1_u(_, "get$_slider$_handleHoverChanged", "_slider$_handleHoverChanged$1", 18);
_instance_0_u(_ = A._RenderSlider.prototype, "get$_endInteraction", "_endInteraction$0", 0);
- _instance_1_u(_, "get$_slider$_handleDragStart", "_slider$_handleDragStart$1", 51);
- _instance_1_u(_, "get$_slider$_handleDragUpdate", "_slider$_handleDragUpdate$1", 32);
- _instance_1_u(_, "get$_slider$_handleDragEnd", "_slider$_handleDragEnd$1", 54);
+ _instance_1_u(_, "get$_slider$_handleDragStart", "_slider$_handleDragStart$1", 54);
+ _instance_1_u(_, "get$_slider$_handleDragUpdate", "_slider$_handleDragUpdate$1", 31);
+ _instance_1_u(_, "get$_slider$_handleDragEnd", "_slider$_handleDragEnd$1", 53);
_instance_1_u(_, "get$_slider$_handleTapDown", "_slider$_handleTapDown$1", 75);
_instance_1_u(_, "get$_slider$_handleTapUp", "_slider$_handleTapUp$1", 133);
_instance_1_u(_, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 2);
@@ -476614,11 +476839,11 @@
_instance_0_u(A.ToggleablePainter.prototype, "get$dispose", "dispose$0", 0);
_instance_1_u(_ = A.TooltipState.prototype, "get$_handleStatusChanged", "_handleStatusChanged$1", 15);
_instance_1_u(_, "get$_handlePointerDown", "_handlePointerDown$1", 67);
- _instance_1_u(_, "get$_handleGlobalPointerEvent", "_handleGlobalPointerEvent$1", 39);
+ _instance_1_u(_, "get$_handleGlobalPointerEvent", "_handleGlobalPointerEvent$1", 40);
_instance_0_u(_, "get$_handleTapToDismiss", "_handleTapToDismiss$0", 0);
_instance_0_u(_, "get$_handleLongPress", "_handleLongPress$0", 0);
_instance_0_u(_, "get$_handlePressUp", "_handlePressUp$0", 0);
- _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 50);
+ _instance_1_u(_, "get$_handleMouseEnter", "_handleMouseEnter$1", 44);
_instance_1_u(_, "get$_handleMouseExit", "_handleMouseExit$1", 30);
_instance_1_u(_, "get$_buildTooltipOverlay", "_buildTooltipOverlay$1", 8);
_instance(_ = A.PaintingBinding.prototype, "get$instantiateImageCodecFromBuffer", 0, 1, null, ["call$4$allowUpscaling$cacheHeight$cacheWidth", "call$1"], ["instantiateImageCodecFromBuffer$4$allowUpscaling$cacheHeight$cacheWidth", "instantiateImageCodecFromBuffer$1"], 1274, 0, 0);
@@ -476645,7 +476870,7 @@
_instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 2);
_instance_0_u(_, "get$markNeedsLayout", "markNeedsLayout$0", 0);
- _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 26);
+ _instance_2_u(A.RenderBoxContainerDefaultsMixin.prototype, "get$defaultPaint", "defaultPaint$2", 24);
_instance_1_u(_ = A.RenderCustomMultiChildLayoutBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 2);
@@ -476669,7 +476894,7 @@
_instance_1_u(_, "get$_editable$_handleTapDown", "_editable$_handleTapDown$1", 75);
_instance_0_u(_, "get$_handleTap", "_handleTap$0", 0);
_instance_0_u(_, "get$_editable$_handleLongPress", "_editable$_handleLongPress$0", 0);
- _instance_2_u(_, "get$_paintContents", "_paintContents$2", 26);
+ _instance_2_u(_, "get$_paintContents", "_paintContents$2", 24);
_instance_1_u(_ = A.RenderErrorBox.prototype, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 2);
_instance_1_u(_ = A.RenderFlex.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 2);
@@ -476685,7 +476910,7 @@
_instance_0_u(A.PipelineOwner.prototype, "get$_updateSemanticsOwner", "_updateSemanticsOwner$0", 0);
_instance_1_u(_ = A.RenderObject.prototype, "get$redepthChild", "redepthChild$1", 33);
_instance_0_u(_, "get$markNeedsPaint", "markNeedsPaint$0", 0);
- _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 26, 0, 1);
+ _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 24, 0, 1);
_instance_0_u(_, "get$markNeedsSemanticsUpdate", "markNeedsSemanticsUpdate$0", 0);
_instance(_, "get$_marksExplicitInMergeGroup", 0, 1, null, ["call$2$isMergeUp", "call$1"], ["_marksExplicitInMergeGroup$2$isMergeUp", "_marksExplicitInMergeGroup$1"], 1310, 0, 0);
_instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 236, 0, 0);
@@ -476697,12 +476922,12 @@
_instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 2);
_instance_1_u(_, "get$_childSemanticsConfigurationsDelegate", "_childSemanticsConfigurationsDelegate$1", 348);
- _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 39);
+ _instance_1_u(A._PlatformViewGestureRecognizer.prototype, "get$handleEvent", "handleEvent$1", 40);
_instance_1_u(_ = A.RenderProxyBoxMixin.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 2);
- _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 26, 0, 1);
+ _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 24, 0, 1);
_instance_1_u(_ = A.RenderConstrainedBox.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 2);
@@ -476742,7 +476967,7 @@
_instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 2);
- _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 26, 0, 1);
+ _instance(_, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 24, 0, 1);
_instance_1_u(_ = A.RenderPadding.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 2);
@@ -476764,13 +476989,13 @@
_instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 2);
- _instance_2_u(_, "get$paintStack", "paintStack$2", 26);
- _instance_2_u(A.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 26);
+ _instance_2_u(_, "get$paintStack", "paintStack$2", 24);
+ _instance_2_u(A.RenderIndexedStack.prototype, "get$paintStack", "paintStack$2", 24);
_instance_1_u(_ = A.RenderViewportBase.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicHeight", "computeMaxIntrinsicHeight$1", 2);
- _instance_2_u(_, "get$_viewport$_paintContents", "_viewport$_paintContents$2", 26);
+ _instance_2_u(_, "get$_viewport$_paintContents", "_viewport$_paintContents$2", 24);
_instance(_, "get$showOnScreen", 0, 0, null, ["call$4$curve$descendant$duration$rect", "call$0", "call$1$rect", "call$3$curve$duration$rect", "call$2$descendant$rect"], ["showOnScreen$4$curve$descendant$duration$rect", "showOnScreen$0", "showOnScreen$1$rect", "showOnScreen$3$curve$duration$rect", "showOnScreen$2$descendant$rect"], 236, 0, 0);
_instance_1_u(_ = A.RenderWrap.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 2);
@@ -476807,7 +477032,7 @@
_instance_1_u(A._HtmlElementViewController.prototype, "get$dispatchPointerEvent", "dispatchPointerEvent$1", 1355);
_instance_1_u(A._ActionsState.prototype, "get$_handleActionChanged", "_handleActionChanged$1", 1358);
_instance_1_u(_ = A._FocusableActionDetectorState.prototype, "get$_handleFocusHighlightModeChange", "_handleFocusHighlightModeChange$1", 347);
- _instance_1_u(_, "get$_actions$_handleMouseEnter", "_actions$_handleMouseEnter$1", 50);
+ _instance_1_u(_, "get$_actions$_handleMouseEnter", "_actions$_handleMouseEnter$1", 44);
_instance_1_u(_, "get$_actions$_handleMouseExit", "_actions$_handleMouseExit$1", 30);
_instance_1_u(_, "get$_handleFocusChange", "_handleFocusChange$1", 18);
_static_2(A, "animated_switcher_AnimatedSwitcher_defaultTransitionBuilder$closure", "AnimatedSwitcher_defaultTransitionBuilder", 1982);
@@ -476828,10 +477053,10 @@
_instance_0_u(_, "get$handlePlatformBrightnessChanged", "handlePlatformBrightnessChanged$0", 0);
_instance_0_u(_, "get$handleAccessibilityFeaturesChanged", "handleAccessibilityFeaturesChanged$0", 0);
_instance_1_u(_, "get$handleAppLifecycleStateChanged", "handleAppLifecycleStateChanged$1", 1933);
- _instance_1_u(_ = A._DismissibleState.prototype, "get$_dismissible$_handleDragStart", "_dismissible$_handleDragStart$1", 51);
- _instance_1_u(_, "get$_dismissible$_handleDragUpdate", "_dismissible$_handleDragUpdate$1", 32);
+ _instance_1_u(_ = A._DismissibleState.prototype, "get$_dismissible$_handleDragStart", "_dismissible$_handleDragStart$1", 54);
+ _instance_1_u(_, "get$_dismissible$_handleDragUpdate", "_dismissible$_handleDragUpdate$1", 31);
_instance_0_u(_, "get$_handleDismissUpdateValueChanged", "_handleDismissUpdateValueChanged$0", 0);
- _instance_1_u(_, "get$_dismissible$_handleDragEnd", "_dismissible$_handleDragEnd$1", 54);
+ _instance_1_u(_, "get$_dismissible$_handleDragEnd", "_dismissible$_handleDragEnd$1", 53);
_instance_1_u(_, "get$_handleDismissStatusChanged", "_handleDismissStatusChanged$1", 1369);
_instance_1_u(A._DualTransitionBuilderState.prototype, "get$_animationListener", "_animationListener$1", 15);
_instance_0_u(_ = A.EditableTextState.prototype, "get$_onChangedClipboardStatus", "_onChangedClipboardStatus$0", 0);
@@ -476866,7 +477091,7 @@
_instance_0_u(A.FocusNode.prototype, "get$dispose", "dispose$0", 0);
_instance_0_u(_ = A.FocusManager.prototype, "get$dispose", "dispose$0", 0);
_instance_0_u(_, "get$applyFocusChangesIfNeeded", "applyFocusChangesIfNeeded$0", 0);
- _instance_1_u(_ = A._HighlightModeManager.prototype, "get$handlePointerEvent", "handlePointerEvent$1", 39);
+ _instance_1_u(_ = A._HighlightModeManager.prototype, "get$handlePointerEvent", "handlePointerEvent$1", 40);
_instance_1_u(_, "get$handleKeyMessage", "handleKeyMessage$1", 1391);
_instance_0_u(A._FocusState.prototype, "get$_handleFocusChanged", "_handleFocusChanged$0", 0);
_static(A, "focus_traversal_FocusTraversalPolicy_defaultTraversalRequestFocusCallback$closure", 1, null, ["call$5$alignment$alignmentPolicy$curve$duration", "call$1", "call$2$alignmentPolicy"], ["FocusTraversalPolicy_defaultTraversalRequestFocusCallback", function(node) {
@@ -476875,12 +477100,12 @@
}, function(node, alignmentPolicy) {
return A.FocusTraversalPolicy_defaultTraversalRequestFocusCallback(node, null, alignmentPolicy, null, null);
}], 1985, 0);
- _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 25);
+ _static_1(A, "framework__InactiveElements__deactivateRecursively$closure", "_InactiveElements__deactivateRecursively", 27);
_static_2(A, "framework_Element__sort$closure", "Element__sort", 1986);
- _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 25);
- _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 25);
+ _static_1(A, "framework_Element__activateRecursively$closure", "Element__activateRecursively", 27);
+ _instance_1_u(_ = A._InactiveElements.prototype, "get$_unmount", "_unmount$1", 27);
_instance_0_u(_, "get$_unmountAll", "_unmountAll$0", 0);
- _instance_1_u(A.Element.prototype, "get$deactivateChild", "deactivateChild$1", 25);
+ _instance_1_u(A.Element.prototype, "get$deactivateChild", "deactivateChild$1", 27);
_instance_1_u(_ = A.RawGestureDetectorState.prototype, "get$_gesture_detector$_handlePointerDown", "_gesture_detector$_handlePointerDown$1", 67);
_instance_1_u(_, "get$_handlePointerPanZoomStart", "_handlePointerPanZoomStart$1", 1418);
_instance_1_u(_, "get$_updateSemanticsForRenderObject", "_updateSemanticsForRenderObject$1", 1419);
@@ -476909,9 +477134,9 @@
_instance_0_u(_ = A.NavigatorState.prototype, "get$_handleHistoryChanged", "_handleHistoryChanged$0", 0);
_instance_0_u(_, "get$_recordLastFocus", "_recordLastFocus$0", 0);
_instance_1_u(_, "get$_navigator$_handlePointerDown", "_navigator$_handlePointerDown$1", 67);
- _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 39);
+ _instance_1_u(_, "get$_handlePointerUpOrCancel", "_handlePointerUpOrCancel$1", 40);
_static_1(A, "overlay__RenderTheater__detachChild$closure", "_RenderTheater__detachChild", 33);
- _instance(A._RenderTheaterMixin.prototype, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 26, 0, 1);
+ _instance(A._RenderTheaterMixin.prototype, "get$paint", 0, 2, null, ["call$2"], ["paint$2"], 24, 0, 1);
_instance_1_u(_ = A._RenderTheater.prototype, "get$computeMinIntrinsicWidth", "computeMinIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMaxIntrinsicWidth", "computeMaxIntrinsicWidth$1", 2);
_instance_1_u(_, "get$computeMinIntrinsicHeight", "computeMinIntrinsicHeight$1", 2);
@@ -476956,14 +477181,14 @@
_instance_0_u(_, "get$dispose", "dispose$0", 0);
_instance_0_u(A.ScrollPositionWithSingleContext.prototype, "get$dispose", "dispose$0", 0);
_instance_1_u(_ = A.ScrollableState.prototype, "get$_scrollable$_handleDragDown", "_scrollable$_handleDragDown$1", 283);
- _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 51);
- _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 32);
- _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 54);
+ _instance_1_u(_, "get$_scrollable$_handleDragStart", "_scrollable$_handleDragStart$1", 54);
+ _instance_1_u(_, "get$_scrollable$_handleDragUpdate", "_scrollable$_handleDragUpdate$1", 31);
+ _instance_1_u(_, "get$_scrollable$_handleDragEnd", "_scrollable$_handleDragEnd$1", 53);
_instance_0_u(_, "get$_scrollable$_handleDragCancel", "_scrollable$_handleDragCancel$0", 0);
_instance_0_u(_, "get$_disposeHold", "_disposeHold$0", 0);
_instance_0_u(_, "get$_disposeDrag", "_disposeDrag$0", 0);
_instance_1_u(_, "get$_receivedPointerSignal", "_receivedPointerSignal$1", 428);
- _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 39);
+ _instance_1_u(_, "get$_handlePointerScroll", "_handlePointerScroll$1", 40);
_instance_1_u(_, "get$_handleScrollMetricsNotification", "_handleScrollMetricsNotification$1", 277);
_instance_0_u(_ = A._ScrollableSelectionContainerDelegate.prototype, "get$_scheduleLayoutChange", "_scheduleLayoutChange$0", 0);
_instance_0_u(_, "get$dispose", "dispose$0", 0);
@@ -476973,7 +477198,7 @@
_instance_1_u(_, "get$_handleTrackTapDown", "_handleTrackTapDown$1", 75);
_instance_1_u(_, "get$_scrollbar$_handleScrollMetricsNotification", "_scrollbar$_handleScrollMetricsNotification$1", 277);
_instance_1_u(_, "get$_scrollbar$_handleScrollNotification", "_scrollbar$_handleScrollNotification$1", 96);
- _instance_1_u(_, "get$_scrollbar$_handlePointerScroll", "_scrollbar$_handlePointerScroll$1", 39);
+ _instance_1_u(_, "get$_scrollbar$_handlePointerScroll", "_scrollbar$_handlePointerScroll$1", 40);
_instance_1_u(_, "get$_scrollbar$_receivedPointerSignal", "_scrollbar$_receivedPointerSignal$1", 428);
_instance_1_i(_ = A.MultiSelectableSelectionContainerDelegate.prototype, "get$add", "add$1", 122);
_instance_1_i(_, "get$remove", "remove$1", 122);
@@ -476993,17 +477218,17 @@
_instance_0_u(A._RenderSnapshotWidget.prototype, "get$_onRasterValueChanged", "_onRasterValueChanged$0", 0);
_instance_0_u(A._DefaultSnapshotPainter.prototype, "get$dispose", "dispose$0", 0);
_instance_0_u(_ = A.TextSelectionOverlay.prototype, "get$_updateTextSelectionOverlayVisibilities", "_updateTextSelectionOverlayVisibilities$0", 0);
- _instance_1_u(_, "get$_handleSelectionEndHandleDragStart", "_handleSelectionEndHandleDragStart$1", 51);
- _instance_1_u(_, "get$_handleSelectionEndHandleDragUpdate", "_handleSelectionEndHandleDragUpdate$1", 32);
- _instance_1_u(_, "get$_handleSelectionStartHandleDragStart", "_handleSelectionStartHandleDragStart$1", 51);
- _instance_1_u(_, "get$_handleSelectionStartHandleDragUpdate", "_handleSelectionStartHandleDragUpdate$1", 32);
- _instance_1_u(_, "get$_handleAnyDragEnd", "_handleAnyDragEnd$1", 54);
- _instance_1_u(_ = A.SelectionOverlay.prototype, "get$_handleStartHandleDragStart", "_handleStartHandleDragStart$1", 51);
- _instance_1_u(_, "get$_handleStartHandleDragUpdate", "_handleStartHandleDragUpdate$1", 32);
- _instance_1_u(_, "get$_handleStartHandleDragEnd", "_handleStartHandleDragEnd$1", 54);
- _instance_1_u(_, "get$_handleEndHandleDragStart", "_handleEndHandleDragStart$1", 51);
- _instance_1_u(_, "get$_handleEndHandleDragUpdate", "_handleEndHandleDragUpdate$1", 32);
- _instance_1_u(_, "get$_handleEndHandleDragEnd", "_handleEndHandleDragEnd$1", 54);
+ _instance_1_u(_, "get$_handleSelectionEndHandleDragStart", "_handleSelectionEndHandleDragStart$1", 54);
+ _instance_1_u(_, "get$_handleSelectionEndHandleDragUpdate", "_handleSelectionEndHandleDragUpdate$1", 31);
+ _instance_1_u(_, "get$_handleSelectionStartHandleDragStart", "_handleSelectionStartHandleDragStart$1", 54);
+ _instance_1_u(_, "get$_handleSelectionStartHandleDragUpdate", "_handleSelectionStartHandleDragUpdate$1", 31);
+ _instance_1_u(_, "get$_handleAnyDragEnd", "_handleAnyDragEnd$1", 53);
+ _instance_1_u(_ = A.SelectionOverlay.prototype, "get$_handleStartHandleDragStart", "_handleStartHandleDragStart$1", 54);
+ _instance_1_u(_, "get$_handleStartHandleDragUpdate", "_handleStartHandleDragUpdate$1", 31);
+ _instance_1_u(_, "get$_handleStartHandleDragEnd", "_handleStartHandleDragEnd$1", 53);
+ _instance_1_u(_, "get$_handleEndHandleDragStart", "_handleEndHandleDragStart$1", 54);
+ _instance_1_u(_, "get$_handleEndHandleDragUpdate", "_handleEndHandleDragUpdate$1", 31);
+ _instance_1_u(_, "get$_handleEndHandleDragEnd", "_handleEndHandleDragEnd$1", 53);
_instance_1_u(_, "get$_buildStartHandle", "_buildStartHandle$1", 8);
_instance_1_u(_, "get$_buildEndHandle", "_buildEndHandle$1", 8);
_instance_1_u(_, "get$_buildToolbar", "_buildToolbar$1", 8);
@@ -477139,20 +477364,20 @@
_static_1(A, "vp8_filter_VP8Filter_dc8uvNoTopLeft$closure", "VP8Filter_dc8uvNoTopLeft", 21);
_instance_1_u(A.VP8L.prototype, "get$_processRows", "_processRows$1", 20);
_instance_1_u(A.InternalVP8L.prototype, "get$extractAlphaRows", "extractAlphaRows$1", 20);
- _static(A, "vp8l_transform_VP8LTransform__predictor0$closure", 3, null, ["call$3"], ["VP8LTransform__predictor0"], 35, 0);
- _static(A, "vp8l_transform_VP8LTransform__predictor1$closure", 3, null, ["call$3"], ["VP8LTransform__predictor1"], 35, 0);
- _static(A, "vp8l_transform_VP8LTransform__predictor2$closure", 3, null, ["call$3"], ["VP8LTransform__predictor2"], 35, 0);
- _static(A, "vp8l_transform_VP8LTransform__predictor3$closure", 3, null, ["call$3"], ["VP8LTransform__predictor3"], 35, 0);
- _static(A, "vp8l_transform_VP8LTransform__predictor4$closure", 3, null, ["call$3"], ["VP8LTransform__predictor4"], 35, 0);
- _static(A, "vp8l_transform_VP8LTransform__predictor5$closure", 3, null, ["call$3"], ["VP8LTransform__predictor5"], 35, 0);
- _static(A, "vp8l_transform_VP8LTransform__predictor6$closure", 3, null, ["call$3"], ["VP8LTransform__predictor6"], 35, 0);
- _static(A, "vp8l_transform_VP8LTransform__predictor7$closure", 3, null, ["call$3"], ["VP8LTransform__predictor7"], 35, 0);
- _static(A, "vp8l_transform_VP8LTransform__predictor8$closure", 3, null, ["call$3"], ["VP8LTransform__predictor8"], 35, 0);
- _static(A, "vp8l_transform_VP8LTransform__predictor9$closure", 3, null, ["call$3"], ["VP8LTransform__predictor9"], 35, 0);
- _static(A, "vp8l_transform_VP8LTransform__predictor10$closure", 3, null, ["call$3"], ["VP8LTransform__predictor10"], 35, 0);
- _static(A, "vp8l_transform_VP8LTransform__predictor11$closure", 3, null, ["call$3"], ["VP8LTransform__predictor11"], 35, 0);
- _static(A, "vp8l_transform_VP8LTransform__predictor12$closure", 3, null, ["call$3"], ["VP8LTransform__predictor12"], 35, 0);
- _static(A, "vp8l_transform_VP8LTransform__predictor13$closure", 3, null, ["call$3"], ["VP8LTransform__predictor13"], 35, 0);
+ _static(A, "vp8l_transform_VP8LTransform__predictor0$closure", 3, null, ["call$3"], ["VP8LTransform__predictor0"], 38, 0);
+ _static(A, "vp8l_transform_VP8LTransform__predictor1$closure", 3, null, ["call$3"], ["VP8LTransform__predictor1"], 38, 0);
+ _static(A, "vp8l_transform_VP8LTransform__predictor2$closure", 3, null, ["call$3"], ["VP8LTransform__predictor2"], 38, 0);
+ _static(A, "vp8l_transform_VP8LTransform__predictor3$closure", 3, null, ["call$3"], ["VP8LTransform__predictor3"], 38, 0);
+ _static(A, "vp8l_transform_VP8LTransform__predictor4$closure", 3, null, ["call$3"], ["VP8LTransform__predictor4"], 38, 0);
+ _static(A, "vp8l_transform_VP8LTransform__predictor5$closure", 3, null, ["call$3"], ["VP8LTransform__predictor5"], 38, 0);
+ _static(A, "vp8l_transform_VP8LTransform__predictor6$closure", 3, null, ["call$3"], ["VP8LTransform__predictor6"], 38, 0);
+ _static(A, "vp8l_transform_VP8LTransform__predictor7$closure", 3, null, ["call$3"], ["VP8LTransform__predictor7"], 38, 0);
+ _static(A, "vp8l_transform_VP8LTransform__predictor8$closure", 3, null, ["call$3"], ["VP8LTransform__predictor8"], 38, 0);
+ _static(A, "vp8l_transform_VP8LTransform__predictor9$closure", 3, null, ["call$3"], ["VP8LTransform__predictor9"], 38, 0);
+ _static(A, "vp8l_transform_VP8LTransform__predictor10$closure", 3, null, ["call$3"], ["VP8LTransform__predictor10"], 38, 0);
+ _static(A, "vp8l_transform_VP8LTransform__predictor11$closure", 3, null, ["call$3"], ["VP8LTransform__predictor11"], 38, 0);
+ _static(A, "vp8l_transform_VP8LTransform__predictor12$closure", 3, null, ["call$3"], ["VP8LTransform__predictor12"], 38, 0);
+ _static(A, "vp8l_transform_VP8LTransform__predictor13$closure", 3, null, ["call$3"], ["VP8LTransform__predictor13"], 38, 0);
_instance_1_u(_ = A.DateBuilder.prototype, "get$setYear", "setYear$1", 20);
_instance_1_u(_, "get$setMonth", "setMonth$1", 20);
_instance_1_u(_, "get$setDay", "setDay$1", 20);
@@ -477164,7 +477389,7 @@
_static_1(A, "date_format_DateFormat_localeExists$closure", "DateFormat_localeExists", 264);
_instance_0_u(A.DateFormat.prototype, "get$_initDigitMatcher", "_initDigitMatcher$0", 1556);
_static_1(A, "number_format_NumberFormat_localeExists$closure", "NumberFormat_localeExists", 264);
- _static_1(A, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 24);
+ _static_1(A, "intl_helpers___throwLocaleError$closure", "_throwLocaleError", 26);
_static_0(A, "plural_rules___default_rule$closure", "_default_rule", 17);
_static_0(A, "plural_rules___ast_rule$closure", "_ast_rule", 17);
_static_0(A, "plural_rules___af_rule$closure", "_af_rule", 17);
@@ -477306,16 +477531,16 @@
_instance_1_i(_, "get$add", "add$1", 7);
_instance_1_i(_, "get$_subject$_add", "_subject$_add$1", 7);
_instance_1_u(_ = A._BackpressureStreamSink.prototype, "get$onData", "onData$1", 7);
- _instance_2_i(_, "get$onError", "onError$2", 31);
+ _instance_2_i(_, "get$onError", "onError$2", 32);
_instance_0_u(_, "get$onDone", "onDone$0", 0);
_instance_1_u(_ = A._StartWithStreamSink.prototype, "get$onData", "onData$1", 7);
- _instance_2_i(_, "get$onError", "onError$2", 31);
+ _instance_2_i(_, "get$onError", "onError$2", 32);
_instance_0_u(_, "get$onDone", "onDone$0", 0);
_instance_1_u(_ = A._StartWithErrorStreamSink.prototype, "get$onData", "onData$1", 7);
- _instance_2_i(_, "get$onError", "onError$2", 31);
+ _instance_2_i(_, "get$onError", "onError$2", 32);
_instance_0_u(_, "get$onDone", "onDone$0", 0);
_instance_1_u(_ = A._SwitchMapStreamSink.prototype, "get$onData", "onData$1", 7);
- _instance_2_i(_, "get$onError", "onError$2", 31);
+ _instance_2_i(_, "get$onError", "onError$2", 32);
_instance_0_u(_, "get$onDone", "onDone$0", 0);
_instance_1_i(_ = A._MultiControllerSink.prototype, "get$add", "add$1", 7);
_instance(_, "get$addError", 0, 1, function() {
@@ -477464,9 +477689,9 @@
_inheritMany = hunkHelpers.inheritMany,
_inherit = hunkHelpers.inherit;
_inheritMany(null, [A.Object, A._UnmodifiableInt64ListView]);
- _inheritMany(A.Object, [A.AlarmClock, A.AppBootstrap, A.Closure, A._Enum, A._SaveStackTracking, A.ContextStateHandle, A.CkCanvas, A.CanvasKitCanvas, A.ManagedSkColorFilter, A.CkColorFilter, A.DisplayCanvasFactory, A.HtmlViewEmbedder, A.OverlayGroup, A.ViewClipChain, A.EmbeddedViewParams, A.Mutator, A.Iterable, A.EmbedderFrameContext, A.ViewListDiffResult, A.SkiaFontCollection, A.RegisteredFont, A.UnregisteredFont, A.FontDownloadResult, A.SkiaFallbackRegistry, A.ImageCodecException, A.CkImage, A.CkImageFilter, A.CkAnimatedImage, A.BrowserImageDecoder, A.Layer0, A.PrerollContext, A.PaintContext, A.LayerScene, A.LayerSceneBuilder, A.LayerTree, A.Frame0, A.CompositorContext, A.CkMaskFilter, A.Rasterizer, A.ViewRasterizer, A.CkNWayCanvas, A.NativeMemoryFinalizationRegistry, A.UniqueRef, A.CountedRef, A.CkPaint, A.CkPath, A.CkContourMeasureIter, A.CkContourMeasure, A.CkPathMetricIteratorEmpty, A.CkPicture, A.CkPictureRecorder, A.DisplayCanvas, A.CanvasKitRenderer, A.SimpleCkShader, A.CkImageShader, A.CkSurface, A.CkParagraphStyle, A.CkTextStyle, A.CkStrutStyle, A.CkParagraph, A.CkLineMetrics, A.CkParagraphBuilder, A.Error, A.CkVertices, A.ClipboardMessageHandler, A.ClipboardAPICopyStrategy, A.ClipboardAPIPasteStrategy, A.ExecCommandCopyStrategy, A.ExecCommandPasteStrategy, A.EngineColorFilter, A.FlutterConfiguration, A.Display, A.ScreenOrientation, A.HttpFetchResponseImpl, A.HttpFetchPayloadImpl, A.HttpFetchNoPayloadError, A.HttpFetchError, A.DomSubscription, A.DomPoint, A._DomListIterator, A._DomTouchListIterator, A.DomIteratorWrapper, A.FlutterViewEmbedder, A.EngineCanvas, A.SaveStackEntry, A.SaveClipEntry, A._SaveElementStackEntry, A.SaveElementStackTracking, A.FontFallbackManager, A._UnicodePropertyLookup, A.FallbackFontDownloadQueue, A.FontAsset, A.FontFamily, A.FontManifest, A.AssetFontsResult, A.FrameReference, A.CrossFrameCache, A._CrossFrameCacheItem, A.PersistedSurface, A.SvgBlendMode, A.SurfaceCanvas, A._DomClip, A.SvgFilterBuilder, A.SvgFilter, A.SurfacePaint, A.SurfacePaintData, A.Conic, A.QuadBounds, A.ConicBounds, A._ConicPair, A.CubicBounds, A.SurfacePath, A.PathIterator, A._SurfacePathMeasure, A._PathContourMeasure, A.SurfacePathMetricIterator, A.SurfacePathMetric, A.Tangent, A._PathSegment, A.PathRef, A.PathRefIterator, A.QuadRoots, A.SkQuadCoefficients, A.PathWinding, A.PaintRequest, A.RecordingCanvas, A.PaintCommand, A._PaintBounds, A.RenderStrategy, A.SurfaceVertices, A._WebGlRenderer, A.HtmlRenderer, A.SurfaceScene, A.SurfaceSceneBuilder, A.EngineImageShader, A.NormalizedGradient, A.SharedCanvas, A.EngineGradient, A.EngineImageFilter, A.EngineHtmlColorFilter, A.ShaderBuilder, A.ShaderMethod, A.ShaderDeclaration, A._PersistedSurfaceMatch, A.PrerollSurfaceContext, A.HtmlCodec, A.SingleFrameInfo, A.HtmlImage, A.AnimatedImageFrameInfo, A.ImageFileFormat, A.KeyboardBinding, A.FlutterHtmlKeyboardEvent, A.KeyboardConverter, A.ContextMenu, A.MouseCursor, A.BrowserHistory, A.NotoFont, A.FallbackFontComponent, A.EnginePictureRecorder, A.EnginePicture, A.HighContrastSupport, A.PlatformDispatcher, A.ViewConfiguration0, A.PlatformConfiguration, A.PlatformViewManager, A.PlatformViewMessageHandler, A.SafariPointerEventWorkaround, A.PointerBinding, A.ClickDebouncer, A.PointerSupportDetector, A._Listener, A._BaseAdapter, A._WheelEventListenerMixin, A._SanitizedDetails, A._ButtonSanitizer, A._PointerDeviceState, A._GlobalPointerState, A.PointerDataConverter, A.Profiler, A.RawKeyboard, A.GlProgram, A.GlContext, A.OffScreenCanvas, A.AccessibilityAnnouncements, A.PrimaryRoleManager, A.RoleManager, A.AccessibilityFocusManager, A.EngineAccessibilityFeatures, A.SemanticsUpdate, A.SemanticsNodeUpdate, A.SemanticsObject, A.EngineSemantics, A.EngineSemanticsOwner, A.SemanticsHelper, A.SemanticsEnabler, A._DefaultTextEditingStrategy_Object_CompositionAwareMixin, A.ListBase, A.MethodCall, A.JSONMessageCodec, A.JSONMethodCodec, A.StandardMessageCodec, A.StandardMethodCodec, A.WriteBuffer, A.ReadBuffer, A.SurfaceShadowData, A.CanvasParagraph, A.ParagraphSpan, A.ParagraphPlaceholder, A.StyleNode, A.CanvasParagraphBuilder, A.HtmlFontCollection, A.TextFragmenter, A.TextFragment, A._FragmentMetrics, A._FragmentPosition, A._FragmentBox, A.TextLayoutService, A.LineBuilder, A.Spanometer, A.RulerHost, A.TextPaintService, A.EngineLineMetrics, A.ParagraphLine, A.EngineParagraphStyle, A.EngineTextStyle, A.EngineStrutStyle, A.TextHeightStyle, A.TextDimensions, A.TextHeightRuler, A.UnicodeRange, A.UnicodePropertyLookup, A.BrowserAutofillHints, A.CompositionAwareMixin, A.EngineInputAction, A.EngineInputType, A.TextCapitalizationConfig, A.EngineAutofillForm, A.AutofillInfo, A.TextEditingDeltaState, A.EditingState, A.InputConfiguration, A.TextInputCommand, A.TextEditingChannel, A.HybridTextEditing, A.EditableTextStyle, A.EditableTextGeometry, A.LruCache, A.Matrix4, A.FastMatrix32, A.DimensionsProvider, A.DomManager, A.CustomElementEmbeddingStrategy, A.FullPageEmbeddingStrategy, A.FlutterViewManager, A.EngineFlutterView, A.ViewPadding, A.JS_CONST, A._HeaderValue, J.Interceptor, J.ArrayIterator, A.Stream, A.CastStreamSubscription, A.StreamTransformerBase, A.Converter, A._CopyingBytesBuilder, A._BytesBuilder, A.CastIterator, A.MapBase, A.SentinelValue, A.ListIterator, A.MappedIterator, A.WhereIterator, A.ExpandIterator, A.TakeIterator, A.TakeWhileIterator, A.SkipIterator, A.SkipWhileIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A._Record, A.MapView, A.ConstantMap, A._KeysOrValuesOrElementsIterator, A.SetBase, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A._InitializedCell, A.Rti, A._FunctionParameters, A._Type, A._StringStream, A.LocaleKeymap, A._TimerImpl, A._AsyncAwaitCompleter, A._AsyncStarStreamController, A._IterationMarker, A._SyncStarIterator, A.AsyncError, A._BufferingStreamSubscription, A._BroadcastStreamController, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._StreamSinkWrapper, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._DoneStreamSubscription, A._StreamIterator, A._EventSinkWrapper, A._HandlerEventSink, A._ZoneFunction, A._ZoneSpecification, A._ZoneDelegate, A._Zone, A._HashMapKeyIterator, A._HashSetIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A._LinkedListIterator, A.LinkedListEntry, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._DoubleLinkedQueueEntry, A._DoubleLinkedQueueIterator, A._ListQueueIterator, A._SplayTreeNode, A._SplayTree, A._SplayTreeIterator, A.StringConversionSink, A.Codec, A.ByteConversionSink, A._Base64Encoder, A._Base64Decoder, A.ChunkedConversionSink, A._SimpleCallbackSink, A._JsonStringifier, A._JsonPrettyPrintMixin, A._ClosableStringSink, A._StringConversionSinkAsStringSinkAdapter, A._Utf8Encoder, A._Utf8Decoder, A._BigIntImpl, A._BigIntClassic, A._WeakReferenceWrapper, A.DateTime, A.Duration, A.OutOfMemoryError, A.StackOverflowError, A.Exception, A._Exception, A.FormatException, A.IntegerDivisionByZeroException, A.MapEntry, A.Null, A._StringStackTrace, A.Stopwatch, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A.Expando, A.ServiceExtensionResponse, A._SyncBlock, A.CssStyleDeclarationBase, A._GeopositionWrapper, A.EventStreamProvider, A._EventStreamSubscription0, A.ImmutableListMixin, A.FixedSizeListIterator, A._StructuredClone, A._AcceptStructuredClone, A.OSError, A.FileSystemEntity, A.FileMode, A.FileSystemException, A._RandomAccessFile, A.JsObject, A.NullRejectionException, A._JSRandom, A._Random, A._JSSecureRandom, A.Point0, A._RectangleBase, A._UnmodifiableByteBufferView, A._UnmodifiableByteDataView, A._UnmodifiableListMixin, A.Endian, A._ChannelCallbackRecord, A._StoredMessage, A._Channel, A.ChannelBuffers, A.OffsetBase, A.Rect, A.Radius, A.RRect, A.KeyData, A.Color, A.MaskFilter, A.ImageFilter, A.Shadow, A.ImmutableBuffer, A.ImageDescriptor, A.FrameTiming, A.Locale, A.SemanticsActionEvent, A.PointerData, A.PointerDataPacket, A.SemanticsAction, A.SemanticsFlag, A.SemanticsUpdateBuilder, A.FontWeight, A.FontVariation, A.GlyphInfo, A.TextDecoration, A.TextHeightBehavior, A.TextBox, A.TextPosition, A.TextRange, A.ParagraphConstraints, A.CallbackHandle, A.GestureSettings, A.AssetManager, A.BrowserPlatformLocation, A.HashUrlStrategy, A.PlatformViewRegistry, A._DiagnosticableTree_Object_Diagnosticable, A._ChildEntry0, A._State_Object_Diagnosticable, A.ArchiveFile, A.Bz2BitReader, A.BZip2Decoder, A.FileContent, A.Aes, A.InputStreamBase, A.OutputStreamBase, A.ZipDirectory, A.AesHeader, A.ZipFileHeader, A.ZipDecoder, A._ZipFileData, A._ZipEncoderData, A.ZipEncoder, A.ZLibDecoderBase, A.Deflate, A._DeflaterConfig, A._HuffmanTree, A._StaticTree, A.HuffmanTable, A.Inflate, A.ZLibDecoder, A.DatabaseConnectionUser, A._$ARNSDaoMixin, A._ARNSRepository, A.BlocBase, A.Equatable, A.ArDriveAuthImpl, A.AuthenticationFailedException, A.WalletMismatchException, A.AuthenticationUnknownException, A.AuthenticationUserIsNotLoggedInException, A.Listenable, A.EthereumSigner, A._ProfileImageTileModel, A._BentoBox5Model, A._TutorialPage, A._PageInfo, A.BreadcrumbBuilder, A.LinearProgress, A.ImagePreviewNotification, A.HideEntitySettings, A.NetworkFileIdResolver, A.FileIdResolverException, A._OwnerPrivacySizeAndType, A.SynchronousValidationResult, A.ResolveIdResult, A.FolderPrepareResult, A.UploadFile, A.UploadPlan, A.WebFolder, A.UploadFileSizeChecker, A.BundleUploadHandle, A.FileDataItemUploadHandle, A.FileV2UploadHandle, A.FolderDataItemUploadHandle, A.ArDriveNewButtonComponent, A.InputDropdownItem, A.ArDriveCookiePolicyConsent, A.ChangeNotifier, A.ARFSEntity, A._ARFSFactory, A.ARFSException, A._ARFSRepository, A.DriveRepository, A._FileRepository, A._FolderRepository, A.ARFSRevisionStatusUtils, A.ArDriveCrypto, A.ProfileKeyDerivationResult, A._DownloadService, A.ArDriveUploadCostCalculator, A.ConvertArToUSD, A._UploadRepositoryImpl, A.UploadPreparer, A.UploadPaymentEvaluator, A.UploadPreparation, A.UploadPaymentInfo, A.UploadPlansPreparation, A.ArDriveUploadPreparationManager, A.UploadParams, A.ArDriveDevTools, A.ArDriveDevToolOption, A.DriveHealthCheckStatus, A.FileHealthCheckStatus, A.Shortcut, A._ArDriveDownloader, A.MultiDownloadItem, A.ThumbnailCreationCanceledException, A.ThumbnailLoadingStatus, A.ThumbnailRepository, A.ThumbnailData, A._Entity_Object_TransactionPropertiesMixin, A.TransactionPropertiesMixin, A.EntityTransactionParseException, A.Thumbnail, A.Variant, A.LicenseAssertionTransactionParseException, A._LicenseAssertionEntity_Object_TransactionPropertiesMixin, A.LicenseComposedTransactionParseException, A._LicenseComposedEntity_Object_TransactionPropertiesMixin, A.ManifestIndex, A.ManifestPath, A.ManifestData, A.ManifestDataBuilder, A.GarRepositoryImpl, A.ManifestCreationException, A.ManifestRepositoryImpl, A.ManifestUploadParams, A.CreateDriveResult, A.FolderNotFoundInDriveException, A.DriveNotFoundException, A._$DriveDaoMixin, A.DriveRevisionWithTransaction, A.FolderRevisionWithTransaction, A.FileWithLicenseAndLatestRevisionTransactions, A.FileWithLatestRevisionTransactions, A.FileRevisionWithLicense, A.FileRevisionWithLicenseAndTransactions, A.FolderNode, A.DriveDAOException, A.ProfilePasswordIncorrectException, A.ProfileLoadDetails, A._$ProfileDaoMixin, A.HasResultSet, A.DataClass, A.UpdateCompanion, A.DatabaseHelpers, A.RouteInformationParser, A.AppRoutePath, A.TableRowWidget, A.BreadCrumbRowInfo, A.SliderTrackShape, A._IndexedItem_Object_EquatableMixin, A.ArDriveSearchRepository, A.SearchResult, A.ArConnectService, A.Wallet, A.ArweaveService, A.DriveEntityHistory, A.BlockEntities, A.ArweaveServiceException, A.GatewayResponseHandler, A.GetSegmentedTransactionFromDriveWithoutEntityTypeFilterStrategy, A.GetSegmentedTransactionFromDriveFilteringByEntityTypeStrategy, A.TransactionCommonMixin, A.JsonSerializable, A.BiometricAuthentication, A.BiometricUnknownException, A.BiometricNotAvailableException, A.BiometricLockedException, A.BiometricPasscodeNotSetException, A.BiometricNotEnrolledException, A.BiometriPermanentlyLockedOutException, A.AppConfig, A.ConfigFetcher, A.ConfigService, A._SelectedGateway_Object_EquatableMixin, A.EthereumProviderService, A.LicenseService, A.SnapshotValidationService, A.GhostFolder, A.DriveEntityHistoryTransactionModel, A._SyncRepository, A.BatchProcessor, A.ThemeDetector, A.PaymentService, A.TurboUserNotFound, A.GiftAlreadyRedeemed, A.PaymentServiceException, A.PaymentServiceInvalidPromoCode, A.TurboUploadService, A.DontUseUploadService, A.TurboUploadTimeoutException0, A.PaymentModel, A.PaymentSession, A.TopUpQuote, A.CountryItem, A.Disposable, A.TurboCostCalculator, A.TurboBalanceRetriever, A.StripePaymentProvider, A.TurboSupportedCountriesRetriever, A.ProfileLogoRepositoryImpl, A._UserPreferencesRepository, A._UserRepository, A._User, A.AppFlavors, A.EnvFetcher, A.NextFitBundlePacker, A.Debouncer, A.NoConnectionException, A.GraphQLRetry, A.HttpRetryOptions, A.HttpRetry, A.InternetChecker, A.ArDriveIOUtils, A.LocalKeyValueStore, A.MetadataCache, A.PlausibleApiData, A.AppLoadedProperties, A.UploadReviewProperties, A.UploadConfirmProperties, A.PlausibleEventData, A.SecureKeyValueStore, A.SizeUtils, A.BundleSizeCalculator, A.V2SizeCalculator, A.DriveHistoryComposite, A.GQLDriveHistory, A.HeightRange, A.BadHeightRange, A.BadRange, A.SubRangeIndexOverflow, A.SnapshotDriveHistory, A.SnapshotItemOnChain, A.SnapshotItemToBeCreated, A.TxSnapshot, A.TextPartitions, A.UploadPlanUtils, A.ArDriveDecryptionException, A.CipherStream, A.CipherStreamRes, A.CipherStreamGenRes, A.EncryptStream, A.DecryptStream, A.ArDriveHTTP, A.ArDriveHTTPResponse, A.WebWorkerNetworkRequestError, A.ArDriveMobileDownloader, A.SaveStatus, A.FileProviderFactory, A.IOException, A.IOFileAdapter, A._DataFile, A._StreamFile, A._FromXFile, A.IOFolderAdapter, A.WebIO, A.WebFileSystemProvider, A.FolderPicker, A.WebFile, A.ArDriveContext, A.Logger, A._LogExporter, A.LogExportInfo, A.ArDriveAccordionItem, A.TableColumn, A.MultiSelectBox, A.DropzoneWrongInputException, A.ModalAction, A.RadioButtonOptions, A.ArDriveSubmenuItem, A.ArDriveTextFieldTheme, A.Primitives, A.ArDriveColorTokens, A.ArDriveColors, A.Body0, A.Headline, A.ArDriveDesktopTypography, A.ArDriveMobileTypography, A.ArDriveShadows, A.ArDriveThemeData, A.ArDriveToggleTheme, A.ArDriveTableTheme, A.ArDriveDropdownTheme, A._ArDriveUploader, A.UploadMetadata, A.ARFSUploadData, A.ArDriveUploadCostCalculator0, A.ConvertArToUSD0, A.D2NStreamedUpload, A.DataTransactionBundler, A.BDIDataBundler, A.DataResultWithContents, A.UploadFilePreparation, A.UploadCanceledException, A.UploadStrategyException, A.DataTransactionUploadException, A.BundleUploadException, A.UnderFundException, A.ThumbnailUploadException, A.TurboUploadTimeoutException, A._DataBundlerFactory, A._UploadFileStrategyFactory, A.StreamedUploadFactory, A.TurboUploadServiceFactory, A.ARFSUploadMetadataGenerator, A.ARFSTagsGenetator, A.StreamedUploadResult, A.TurboStreamedUpload, A.TurboUploadService0, A.TurboUploadServiceChunkUploadsBase, A._UploadController, A.UploadProgress, A.UploadWorker, A.WorkerPool0, A.UploadItem, A.UploadTaskCancelToken, A.UploadResult, A.UploadDispatcher, A.UploadFileStrategy, A.UploadFolderStructureStrategy, A._UploadThumbnailStrategy, A.UploadTask, A.ThumbnailUploadTask, A.AppInfo, A.AppInfoServices, A.MiB, A.GiB, A.ThumbnailGenerationResult, A.FutureError, A.TabVisibilitySingleton, A.InvalidAddress, A.InvalidTransactionId, A.Worker, A.WorkerPool, A.ARIOException, A.ArioSDKWeb, A.Gateway, A.Settings, A.Stats, A.ResponseObject, A.ARNSProcessData, A.State0, A.ARNSName, A.ArtemisClient, A.GraphQLResponse, A.ArweaveApi, A.Arweave, A.TransactionChunksWithProofs, A._Chunk, A._MerkleNode, A.Proof, A.DataBundle, A.DataItem, A.Tag, A.Transaction0, A.TransactionChunk, A.TransactionUploader, A.SignatureConfig, A.ArweaveSigner, A.TransactionResult, A.DataItemFile, A.SignDataItemResult, A.DataItemResult, A.DataBundleResult, A.TransactionData, A.StreamTransactionError, A.SHA384Hash, A.UploadAborter, A.ChunkUploader, A.PrepareChunksResult, A.ArweaveTransactionsApi, A.ChunkedStreamReader, A.DelegatingStreamSubscription, A.FutureGroup, A.ErrorResult, A.ValueResult, A.StreamQueue, A._NextRequest, A._CancelRequest, A._HasNextRequest, A.StreamSplitter, A.AudioSessionWeb, A.AndroidAudioAttributes, A.AndroidAudioFlags, A.AndroidAudioUsage, A.AndroidAudioFocusGainType, A.AudioSession, A.AudioSessionConfiguration, A.AVAudioSessionCategoryOptions, A.AVAudioSessionSetActiveOptions, A.BlocObserver, A._Emitter, A.Change, A.CarouselControllerImpl, A.CarouselOptions, A.GestureArenaMember, A.CarouselState, A.StringCharacterRange, A.Breaks, A.BackBreaks, A.Clock, A.CanonicalizedMap, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._UnorderedEquality, A._MapEntry, A.MapEquality, A.DeepCollectionEquality, A.HeapPriorityQueue, A._QueueList_Object_ListMixin, A.Particle, A.Connectivity, A.PlatformInterface, A.XFileBase, A.Digest, A.DigestSink, A.HashSink, A.Cipher, A.Cryptography, A.BrowserHashAlgorithmMixin, A.HashAlgorithm, A.KdfAlgorithm, A.MacAlgorithm, A.SignatureAlgorithm, A.KeyExchangeAlgorithm, A.KeyPair, A.Hash, A.PublicKey, A.KeyPairType, A.Mac, A.SecretBoxAuthenticationError, A.SecretBox, A.SecretKey, A.Signature, A.PackageCryptoDigestCaptureSink, A.PackageCryptoHashMixin, A.DartAesMixin, A.DartHashAlgorithmMixin, A.DartKeyExchangeAlgorithmMixin, A.DartMacAlgorithmMixin, A.DartMacSinkMixin, A.Ed25519Point, A.Register25519, A._ConstantTimeBytesEquality, A.DesktopDropWeb, A.DesktopDrop, A.WebDropItem, A.DropDoneDetails, A.DropEventDetails, A.DropEvent, A.DeviceInfoPlugin, A.BaseDeviceInfo, A.WebBrowserInfo, A.ResponseBody, A.BrowserHttpClientAdapter, A.CancelToken, A._DioForBrowser_Object_DioMixin, A.DioException, A.DioMixin, A.InterceptorState, A._BaseHandler, A.Interceptor0, A.FormData, A.Headers, A.OptionsMixin, A._RequestConfig, A.Options, A.Response0, A.Transformer, A.DefaultRetryEvaluator, A.RetryNotSupportedException, A.Expression, A.DriftDatabaseOptions, A.Batch, A.DatabaseConnection, A.DriftRuntimeOptions, A.StreamQueryUpdateRules, A.TableUpdate, A.TableUpdateQuery, A.CancellationToken, A.CancellationException, A.Value, A.ValueSerializer, A.VerificationMeta, A.VerificationResult, A.VerificationContext, A.InvalidDataException, A.DriftWrappedException, A.CouldNotRollBackException, A.QueryExecutor, A.BatchedStatements, A.ArgumentsForBatchedStatement, A.QueryDelegate, A.TransactionDelegate, A.DbVersionDelegate, A.QueryResult, A.QueryStreamFetcher, A.StreamKey, A.StreamQueryStore, A.QueryStream, A._QueryStreamListener, A.Component, A._StarFunctionParameter, A.GenerationContext, A.MigrationStrategy, A.Migrator, A.OpeningDetails, A.TableInfo, A.InsertStatement, A.UpsertClause, A.Selectable, A.SingleTableQueryMixin, A.LimitContainerMixin, A._CustomSelectStatement_Object_Selectable, A.QueryRow, A.TypedResult, A._ResultStructure, A.SqlTypes, A.DriftAny, A.Lock, A.SqlJsModule, A.SqlJsDatabase, A.PreparedStatement, A._LocalStorageImpl, A._IndexedDbStorage, A.EquatableMixin, A.BaseClient, A.BaseResponse, A.FilePickerResult, A.KDialogHandler, A.QarmaAndZenityHandler, A.PlatformFile, A.FileSaverWeb, A.FileDialogOptions, A.FileSaveLocation, A.DomHelper, A.AbortError, A.NotAllowedError, A.InvalidModificationError, A.NotFoundError, A.SecurityError, A.NoModificationAllowedError, A.FilePickerAcceptType, A.Simulation, A._AnimationStyle_Object_Diagnosticable, A.AnimationWithParentMixin, A.ParametricCurve, A.AnimationLazyListenerMixin, A.AnimationEagerListenerMixin, A.AnimationLocalListenersMixin, A.AnimationLocalStatusListenersMixin, A.Animatable, A.TweenSequenceItem, A._Interval, A.TextSelectionControls, A._IconThemeData_Object_Diagnosticable, A.LocalizationsDelegate, A.DefaultCupertinoLocalizations, A._CupertinoBackGestureController, A._Decoration_Object_Diagnosticable, A.BoxPainter, A._RenderObject_Object_DiagnosticableTreeMixin, A._CupertinoTextThemeData_Object_Diagnosticable, A._TextThemeDefaultsBuilder, A.NoDefaultCupertinoThemeData, A._CupertinoThemeDefaults, A._CupertinoTextThemeDefaults, A.DiagnosticsNode, A._FlutterErrorDetails_Object_Diagnosticable, A.BindingBase, A._NoDefaultValue, A.Diagnosticable, A.DiagnosticableTreeMixin, A.Key, A._TypeLiteral, A.LicenseEntry, A.PersistentHashMap, A._TrieNode, A.WriteBuffer0, A.ReadBuffer0, A.StackFrame, A.SynchronousFuture, A.GestureArenaEntry, A._GestureArena, A.GestureArenaManager, A._Resampler, A.GestureBinding, A.DragDownDetails, A.DragStartDetails, A.DragUpdateDetails, A.DragEndDetails, A._PointerEvent_Object_Diagnosticable, A._PointerEventDescription, A._AbstractPointerEvent, A._CopyPointerAddedEvent, A._CopyPointerRemovedEvent, A._CopyPointerHoverEvent, A._CopyPointerEnterEvent, A._CopyPointerExitEvent, A._CopyPointerDownEvent, A._CopyPointerMoveEvent, A._CopyPointerUpEvent, A._CopyPointerScrollEvent, A._CopyPointerScrollInertiaCancelEvent, A._CopyPointerScaleEvent, A._CopyPointerPanZoomStartEvent, A._CopyPointerPanZoomUpdateEvent, A._CopyPointerPanZoomEndEvent, A._CopyPointerCancelEvent, A.ForcePressDetails, A.DeviceGestureSettings, A.HitTestEntry, A._TransformPart, A.HitTestResult, A.LongPressStartDetails, A.LongPressMoveUpdateDetails, A.LongPressEndDetails, A._Vector, A._Matrix, A.PolynomialFit, A.LeastSquaresSolver, A._CountdownZoned, A._TapTracker, A.PointerRouter, A.PointerSignalResolver, A.OffsetPair, A.TapDownDetails, A.TapUpDetails, A._TapDragDownDetails_Object_Diagnosticable, A._TapDragUpDetails_Object_Diagnosticable, A._TapDragStartDetails_Object_Diagnosticable, A._TapDragUpdateDetails_Object_Diagnosticable, A._TapDragEndDetails_Object_Diagnosticable, A._TapStatusTrackerMixin, A._CombiningGestureArenaEntry, A.GestureArenaTeam, A.Velocity, A.VelocityEstimate, A._PointAtTime, A.VelocityTracker, A._ActionIconThemeData_Object_Diagnosticable, A.ScrollBehavior, A._AppBarTheme_Object_Diagnosticable, A._Diagonal, A._BadgeThemeData_Object_Diagnosticable, A._MaterialBannerThemeData_Object_Diagnosticable, A._BottomAppBarTheme_Object_Diagnosticable, A._BottomNavigationBarThemeData_Object_Diagnosticable, A.Route, A._BottomSheetThemeData_Object_Diagnosticable, A._ButtonBarThemeData_Object_Diagnosticable, A._ButtonStyle_Object_Diagnosticable, A._LerpSides, A._MouseCursor_Object_Diagnosticable, A._ButtonThemeData_Object_Diagnosticable, A._CardTheme_Object_Diagnosticable, A._CheckboxThemeData_Object_Diagnosticable, A._ChipThemeData_Object_Diagnosticable, A._ColorScheme_Object_Diagnosticable, A._DataTableThemeData_Object_Diagnosticable, A._DatePickerThemeData_Object_Diagnosticable, A._DialogTheme_Object_Diagnosticable, A._DividerThemeData_Object_Diagnosticable, A._DrawerThemeData_Object_Diagnosticable, A.SingleChildLayoutDelegate, A._DropdownRouteResult, A._MenuLimits, A._DropdownMenuThemeData_Object_Diagnosticable, A.MaterialStateProperty, A._ElevatedButtonThemeData_Object_Diagnosticable, A._ElevationOpacity, A.ExpansionTileController, A._ExpansionTileThemeData_Object_Diagnosticable, A._FilledButtonThemeData_Object_Diagnosticable, A._DefaultHeroTag, A._FloatingActionButtonThemeData_Object_Diagnosticable, A.FloatingActionButtonLocation, A.FabFloatOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, A._IconButtonThemeData_Object_Diagnosticable, A.InkFeature, A.InteractiveInkFeatureFactory, A.ShapeBorder, A.FloatingLabelAlignment, A._Decoration, A._RenderDecorationLayout, A.InputDecoration, A._InputDecorationTheme_Object_Diagnosticable, A._ListTileThemeData_Object_Diagnosticable, A.DefaultMaterialLocalizations, A._BorderSide_Object_Diagnosticable, A._TextStyle_Object_Diagnosticable, A._LerpProperties, A._MaterialStatePropertyWith, A.MaterialStatePropertyAll, A.MaterialStateMixin, A.MenuController, A._Action_Object_Diagnosticable, A._MenuStyle_Object_Diagnosticable, A._MenuThemeData_Object_Diagnosticable, A._MenuButtonThemeData_Object_Diagnosticable, A._LerpSides1, A._NavigationBarThemeData_Object_Diagnosticable, A._NavigationDrawerThemeData_Object_Diagnosticable, A._NavigationRailThemeData_Object_Diagnosticable, A._OutlinedButtonThemeData_Object_Diagnosticable, A.MaterialRouteTransitionMixin, A.RouteSettings, A.PageTransitionsBuilder, A._PageTransitionsTheme_Object_Diagnosticable, A._ZoomTransitionBase, A._PopupMenuThemeData_Object_Diagnosticable, A._ProgressIndicatorThemeData_Object_Diagnosticable, A._RadioThemeData_Object_Diagnosticable, A.ScaffoldPrelayoutGeometry, A.ScaffoldGeometry, A.Constraints, A.MultiChildLayoutDelegate, A.ScaffoldFeatureController, A._ScrollbarThemeData_Object_Diagnosticable, A._SearchBarThemeData_Object_Diagnosticable, A._LerpSides0, A._SearchViewThemeData_Object_Diagnosticable, A._SegmentedButtonThemeData_Object_Diagnosticable, A._Intent_Object_Diagnosticable, A._SliderThemeData_Object_Diagnosticable, A.SliderComponentShape, A.SliderTickMarkShape, A.BaseSliderTrackShape, A._SnackBarThemeData_Object_Diagnosticable, A._SwitchThemeData_Object_Diagnosticable, A._TabBarTheme_Object_Diagnosticable, A._TextButtonThemeData_Object_Diagnosticable, A.TextSelectionGestureDetectorBuilder, A._TextSelectionThemeData_Object_Diagnosticable, A._TextTheme_Object_Diagnosticable, A._ThemeData_Object_Diagnosticable, A._IdentityThemeDataCacheKey, A._FifoCache, A._VisualDensity_Object_Diagnosticable, A.TimeOfDay, A._TimePickerThemeData_Object_Diagnosticable, A._ToggleButtonsThemeData_Object_Diagnosticable, A.ToggleableStateMixin, A._TooltipThemeData_Object_Diagnosticable, A._Typography_Object_Diagnosticable, A.ImageProvider, A.AlignmentGeometry, A.TextAlignVertical, A.PaintingBinding, A.BorderRadiusGeometry, A.FittedSizes, A.ClipContext, A._BlendedDecorationImage, A._BlendedDecorationImagePainter, A.EdgeInsetsGeometry, A.Gradient0, A.ImageCache, A._CachedImageBase, A._PendingImage, A.ImageConfiguration, A._ImageStreamCompleter_Object_Diagnosticable, A.AssetBundleImageKey, A.NetworkImageLoadException, A.ImageInfo, A.ImageStreamListener, A._ImageChunkEvent_Object_Diagnosticable, A._ImageStream_Object_Diagnosticable, A.ImageStreamCompleterHandle, A.Accumulator, A.InlineSpanSemanticsInformation, A._StrutStyle_Object_Diagnosticable, A.PlaceholderDimensions, A.TextBoundary, A._TextLayout, A._TextPainterLayoutCacheWithOffset, A._LineCaretMetrics, A._EmptyLineCaretMetrics, A.TextPainter, A._LinearTextScaler, A.SpringDescription, A._CriticalSolution, A._OverdampedSolution, A._UnderdampedSolution, A.Tolerance, A.RendererBinding, A._PipelineOwner_Object_DiagnosticableTreeMixin, A.ParentData, A._IntrinsicDimensionsCacheEntry, A.RenderBoxContainerDefaultsMixin, A.DebugOverflowIndicatorMixin, A.TextSelectionPoint, A.VerticalCaretMovementRun, A._LayoutSizes, A.AnnotationResult, A._Layer_Object_DiagnosticableTreeMixin, A.LayerHandle, A.LayerLink, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, A.RenderObjectWithChildMixin, A.ContainerParentDataMixin, A.ContainerRenderObjectMixin, A.RelayoutWhenSystemFontsChangeMixin, A._SemanticsFragment, A._SemanticsGeometry, A.SemanticsTag, A.RenderInlineChildrenContainerDefaults, A.__SelectableFragment_Object_Selectable, A._PlatformViewGestureMixin, A.RenderProxyBoxMixin, A.RenderAnimatedOpacityMixin, A.Selectable0, A.SelectionRegistrant, A.SelectionEvent, A.SelectionGeometry, A._SelectionPoint_Object_Diagnosticable, A.SliverLayoutDimensions, A._SliverGeometry_Object_Diagnosticable, A.RenderSliverHelpers, A.KeepAliveParentDataMixin, A.RenderSliverWithKeepAliveMixin, A.RelativeRect, A.ViewConfiguration, A.RevealedOffset, A._RunMetrics, A._TaskEntry, A._FrameCallbackEntry, A.PerformanceModeRequestHandle, A.SchedulerBinding, A.Ticker, A.TickerFuture, A.TickerCanceled, A.SemanticsBinding, A.SemanticsHandle, A.ChildSemanticsConfigurationsResult, A.ChildSemanticsConfigurationsResultBuilder, A.CustomSemanticsAction, A.AttributedString, A._SemanticsData_Object_Diagnosticable, A._SemanticsNode_Object_DiagnosticableTreeMixin, A._BoxEdge, A._SemanticsSortGroup, A._TraversalSortNode, A.SemanticsConfiguration, A._SemanticsSortKey_Object_Diagnosticable, A.SemanticsEvent, A.AssetBundle, A._AssetManifestBin, A.AssetMetadata, A.AutofillConfiguration, A.BinaryMessenger, A.ServicesBinding, A.BrowserContextMenu, A.ClipboardData, A._KeyEvent_Object_Diagnosticable, A.HardwareKeyboard, A.KeyMessage, A.KeyEventManager, A.KeyboardInsertedContent, A._KeyboardKey_Object_Diagnosticable, A.MethodCall0, A.PlatformException, A.MissingPluginException, A.StringCodec, A.JSONMessageCodec0, A.JSONMethodCodec0, A.StandardMessageCodec0, A.StandardMethodCodec0, A.MouseCursorManager, A.MouseCursorSession, A.BasicMessageChannel, A.MethodChannel, A.EventChannel, A.PlatformViewsRegistry, A.PlatformViewController, A.ProcessTextAction, A.DefaultProcessTextService, A._RawKeyEventData_Object_Diagnosticable, A._RawKeyEvent_Object_Diagnosticable, A.RawKeyboard0, A._ModifierSidePair, A.RestorationBucket, A.SuggestionSpan, A.SpellCheckResults, A.DefaultSpellCheckService, A.ApplicationSwitcherDescription, A.SystemUiOverlayStyle, A._TextEditingDelta_Object_Diagnosticable, A.TextInputFormatter, A._MutableTextRange, A._TextEditingValueAccumulator, A.TextInputType, A.TextInputConfiguration, A.RawFloatingCursorPoint, A.TextEditingValue, A.TextSelectionDelegate, A.TextInputClient, A.SelectionRect, A.TextInputConnection, A.TextInput, A.TextInputControl, A.__PlatformTextInputControl_Object_TextInputControl, A.UndoManager, A.UndoManagerClient, A._ActionDispatcher_Object_Diagnosticable, A._OverridableActionMixin, A._ChildEntry, A.AsyncSnapshot, A.Notification0, A.AutomaticKeepAliveClientMixin, A.WidgetsBindingObserver, A.WidgetsBinding, A.ContextMenuButtonItem, A.ContextMenuController, A.DisposableBuildContext, A.ToolbarOptions, A._KeyFrame, A._ScribbleCacheKey, A._GlyphHeights, A._Autofocus, A.FocusAttachment, A._FocusNode_Object_DiagnosticableTreeMixin, A._FocusManager_Object_DiagnosticableTreeMixin, A._HighlightModeManager, A._FocusTraversalGroupInfo, A._FocusTraversalPolicy_Object_Diagnosticable, A._DirectionalPolicyDataEntry, A._DirectionalPolicyData, A.DirectionalFocusTraversalPolicyMixin, A.__ReadingOrderSortData_Object_Diagnosticable, A.__ReadingOrderDirectionalGroupData_Object_Diagnosticable, A._InactiveElements, A.BuildOwner, A.NotifiableElementMixin, A._NotificationNode, A.RootElementMixin, A.IndexedSlot, A.GestureRecognizerFactory, A.SemanticsGestureDelegate, A._HeroFlightManifest, A._HeroFlight, A.NavigatorObserver, A.IconData, A.CapturedThemes, A.RenderConstrainedLayoutBuilder, A._Pending, A.DefaultWidgetsLocalizations, A.MagnifierInfo, A.TextMagnifierConfiguration, A.MagnifierController, A.MediaQueryData, A.RouteTransitionRecord, A.TransitionDelegate, A._NavigatorObservation, A._RestorationInformation, A.OverlayEntry, A._RenderTheaterMixin, A.OverlayPortalController, A._StorageEntryIdentifier, A.PageStorageBucket, A._FixedScrollMetrics_Object_ScrollMetrics, A.ScrollPhysics, A.MenuSerializableShortcut, A.PlatformMenuDelegate, A.PlatformViewCreationParams, A.RestorationMixin, A.RouteInformation, A._CallbackHookProvider, A.PopNavigatorRouterDelegateMixin, A.LocalHistoryEntry, A.LocalHistoryRoute, A.ScrollActivity, A.ScrollDragController, A._WrappedScrollBehavior, A.SliverChildDelegate, A.ScrollMetrics, A.ViewportNotificationMixin, A.ViewportElementMixin, A.SelectionContainerDelegate, A.ScrollableDetails, A.EdgeDraggingAutoScroller, A._SingleActivator_Object_Diagnosticable, A.__ActivatorIntentPair_Object_Diagnosticable, A._ShortcutManager_Object_Diagnosticable, A._ShortcutRegistry_Object_ChangeNotifier, A.SlottedMultiChildRenderObjectWidgetMixin, A.SlottedContainerRenderObjectMixin, A._DefaultSnapshotPainter, A.SpellCheckConfiguration, A.TextSelectionOverlay, A.SelectionOverlay, A.TextSelectionHandleControls, A.TextSelectionToolbarAnchors, A.SingleTickerProviderStateMixin, A.TickerProviderStateMixin, A._ConstantValueListenable, A.UndoHistoryValue, A._UndoStack, A.FlutterDownloaderException, A.DownloadTask, A.DropzoneEvent, A.FlutterDropzoneView, A.AppLocalizations, A._Hook_Object_Diagnosticable, A._HookState_Object_Diagnosticable, A.HookElement, A.GlobalMaterialLocalizations, A.GlobalWidgetsLocalizations, A.Filled, A.EnhancedCompositedTransformAligned, A.AxisFlag, A.EnhancedLayerLink, A.PortalLabel, A.PortalLink, A.PortalLinkOverlay, A.SanityCheckNestedPortalInfo, A.FlutterSecureStorage, A.Options0, A.FlutterSharingIntent, A.SharedFile, A.Stripe, A.Cache, A.SvgTheme, A.BytesLoader, A.SvgCacheKey, A._AssetByteLoaderCacheKey, A.Svg, A.SvgImageKey, A.HKT2, A.HKT, A.Alt2, A.Applicative, A.Applicative2, A.Extend2, A.Foldable2, A.Functor, A.Functor2, A.Monad, A.Monad2, A.Monoid, A.__Monoid_Object_Semigroup, A.Semigroup, A.Node1, A.Visitor, A.Link0, A.ContextEntry, A.Context0, A.GraphQLError, A.ErrorLocation, A.Operation, A.Request0, A.Response1, A.LinkException, A.RequestSerializer, A.ResponseParser, A.BaseRequest, A.ClientException, A.MultipartFile, A.MediaType, A.ChannelIterator, A.IfdContainer, A._ExifEntry, A.ExifTag, A.IfdDirectory, A.IfdValue, A.BmpFileHeader, A.BmpInfo, A.Decoder, A.DecodeInfo, A.Encoder, A.ExrAttribute, A.ExrCompressor, A.ExrChannel, A.ExrHufDec, A.ExrImage, A.ExrPart, A._PizChannelData, A.GifColorMap, A.GifImageDesc, A.GifInfo, A.IcoInfo, A.IcoInfoImage, A.ComponentData, A.HuffmanNode, A.JpegAdobe, A.JpegComponent, A.JpegData, A._JpegHuffman, A.JpegFrame, A.JpegJfif, A.JpegScan, A.PngFrame, A.PngInfo, A.PsdEffect, A.PsdLayerData, A.PsdBlendingRanges, A.PsdChannel, A.PsdImage, A.PsdImageResource, A.PsdLayer, A.PvrColorRgbCore, A.Pvr2Info, A.Pvr3Info, A.PvrAppleInfo, A.PvrPacket, A.TgaInfo, A.TiffBitReader, A.TiffEntry, A.TiffFaxDecoder, A.TiffImage, A.TiffInfo, A.LzwDecoder, A.VP8, A.VP8BitReader, A.VP8Filter, A.VP8FrameHeader, A.VP8PictureHeader, A.VP8SegmentHeader, A.VP8BandProbas, A.VP8Proba, A.VP8FilterHeader, A.VP8FInfo, A.VP8MB, A.VP8QuantMatrix, A.VP8MBData, A.VP8TopSamples, A.VP8L, A.VP8LBitReader, A.VP8LColorCache, A.VP8LTransform, A.WebPAlpha, A.WebPFrame, A.HuffmanTree, A.HTreeGroup, A.WebPInfo, A.IccProfile, A.Palette, A.PixelRangeIterator, A.ImageException, A.InputBuffer, A.OutputBuffer, A.Rational, A.ImageResizer, A.DateSymbols, A.NumberSymbols, A.DateBuilder, A.DateFormat, A._DateFormatField, A.NumberFormat, A.NumberFormatParseResult, A.NumberFormatParser, A.StringStack, A.UninitializedLocaleData, A.LocaleDataException, A.JsIsolatedWorkerImpl, A.DataOutputSink, A.Affine, A.SIRenderable, A.SIGroupHelper, A.SIMaskedHelper, A.SITextBuilder, A.SITextHelper, A._ImageLoader, A.SITextChunk, A.PruningBoundary, A.SIVisitor, A.SIImageData, A.SIPaint, A.SIColor, A.SIColorVisitor, A.SIStringPathMaker, A.GenericParser, A.BnfLexer, A.ParseError, A.SITextAttributes, A.CanonicalizedData, A.CMap, A.ColorWriter, A.PathBuilder0, A.ScalableImage, A._SIParentNode, A._GroupBuilder, A._MaskedBuilder, A.UIPathBuilder, A.AbstractPathParser, A.SvgParseGraph, A._CollectCanonBuilder, A.SvgInheritableTextAttributes, A.SvgNode, A._NullSink, A.SvgNodeReferrers, A.SvgTextFields, A.SvgPaint, A._SvgPathBoundsBuilder, A.SvgGradientNode, A.SvgTextAttributes, A.SvgFontSize, A.SvgColor, A.SvgGradientStop, A.SvgCoordinate, A.SvgFontWeight, A._SvgBoundary, A._FlattenContext, A._FCNumberSource, A._FCLastValue, A.SvgTextSpanComponent, A.SvgTextChunk, A.SvgFlatSpan, A._TagEntry, A.__SvgParserEventHandler_Object_XmlEventVisitor, A.ScalableImageSource, A._CacheEntry, A.ScalableImageCache, A.CheckedFromJsonException, A.AudioPlayer, A.PlayerException, A.PlayerInterruptedException, A.PlaybackEvent, A.PlayerState, A.IcyInfo, A.IcyHeaders, A.IcyMetadata, A.SequenceState, A._ProxyHttpServer, A.AudioSource, A.AudioPlayerPlatform, A._InitialSeekValues, A.AudioPipeline, A.PositionDiscontinuity, A.PlayerDataMessage, A.PlaybackEventMessage, A.IcyMetadataMessage, A.IcyInfoMessage, A.IcyHeadersMessage, A.InitRequest, A.DisposePlayerRequest, A.DisposePlayerResponse, A.DisposeAllPlayersRequest, A.DisposeAllPlayersResponse, A.LoadRequest, A.LoadResponse, A.PlayRequest, A.PlayResponse, A.PauseRequest, A.PauseResponse, A.SetVolumeRequest, A.SetVolumeResponse, A.SetSpeedRequest, A.SetSpeedResponse, A.SetPitchRequest, A.SetPitchResponse, A.SetSkipSilenceRequest, A.SetSkipSilenceResponse, A.SetLoopModeRequest, A.SetLoopModeResponse, A.SetShuffleModeRequest, A.SetShuffleModeResponse, A.SeekRequest, A.SeekResponse, A.DisposeRequest, A.DisposeResponse, A.AudioSourceMessage, A.AudioSourcePlayer, A._PlayPauseRequest, A._PlayPauseQueue, A.Jwk, A.JwkBuilder, A.LocalAuthentication, A.AuthMessages, A.AuthenticationOptions, A.BaseStrokeContent, A._PathGroup, A.CompoundTrimPathContent, A.ContentGroup, A.EllipseContent, A.FillContent, A.GradientFillContent, A.PolystarContent, A.RectangleContent, A.RepeaterContent, A.RoundedCornersContent, A.ShapeContent, A.TrimPathContent, A.BaseKeyframeAnimation, A._EmptyKeyframeWrapper, A._SingleKeyframeWrapper, A._KeyframesWrapperImpl, A.DropShadowKeyframeAnimation, A.MaskKeyframeAnimation, A.Keyframe, A.TransformKeyframeAnimation, A.CompositionParameters, A.LottieComposition, A.FontToLoad, A.FrameRate, A.LottieDrawable, A.LottieFontStyle, A.LottieImageAsset, A.BaseAnimatableValue, A.AnimatablePathValue, A.AnimatableSplitDimensionPathValue, A.AnimatableTextProperties, A.AnimatableTransform, A.BlurEffect, A.CircleShape, A.DropShadowEffect, A.GradientColor, A.GradientFill, A.GradientStroke, A.Mask, A.MergePaths, A.PolystarShapeType, A.PolystarShape, A.RectangleShape, A.Repeater, A.RoundedCorners, A.ShapeData, A.ShapeFill, A.ShapeGroup, A.ShapePath, A.ShapeStroke, A.ShapeTrimPath, A.CubicCurveData, A.DocumentData, A.Font, A.FontCharacter, A.BaseLayer, A.Layer, A._TextSubLine, A.Marker, A.DropShadowEffectParser, A.GradientColorParser, A.Buffer, A.JsonReader, A.JsonReaderOptions, A.JsonDataException, A.JsonEncodingException, A.PerformanceTracker, A.LottieProvider, A.LottieCache, A.ListEquality0, A.MagicNumber, A.MimeTypeResolver, A.Mutex, A._ReadWriteMutexRequest, A.ReadWriteMutex, A.SingleChildWidgetElementMixin, A.PackageInfo, A.PackageInfoData, A.Context, A.Style0, A.ParsedPath, A.PathException, A._PathOffset, A.SvgPathStringSource, A.PathSegmentData, A.SvgPathNormalizer, A.MissingPlatformDirectoryException, A.WebDelegate, A.Permission, A.Context1, A.ParserException, A.Parser, A.Token, A.MatchesIterator, A.CharacterPredicate, A.LookupCharPredicate, A.RangeCharPredicate, A.WhitespaceCharPredicate, A.Platform, A.BaseBlockCipher, A.AsymmetricKeyParameter, A.CipherParameters, A.ParametersWithIV, A.ParametersWithSalt, A.RegistryFactoryException, A.RSAAsymmetricKey, A.PSSSignature, A.BaseAsymmetricBlockCipher, A.DesBase, A.BaseAEADBlockCipher, A.BaseDigest, A.ECAsymmetricKey, A.ECSignature, A.ECDomainParametersImpl, A.ECFieldElementBase, A.ECPointBase, A.ECCurveBase, A._WNafPreCompInfo, A.BaseKeyDerivator, A.PKCS12ParametersGenerator, A.PKCS5S1ParameterGenerator, A.ECKeyGenerator, A.RSAKeyGenerator, A.BaseMac, A.PaddedBlockCipherImpl, A.BasePadding, A.AutoSeedBlockCtrRandom, A.SecureRandomBase, A.FortunaRandom, A.ECDSASigner, A._RFC6979KCalculator, A._RandomKCalculator, A.PSSSigner, A.RSASigner, A.BaseAEADCipher, A.BaseStreamCipher, A.Platform0, A.PlatformException0, A.FactoryConfig, A._RegistryImpl, A.Register64, A.Register64List, A._Dependency, A._Delegate, A._DelegateState, A.ProviderNullException, A.ProviderNotFoundException, A.ArDriveContractOracle, A.CommunityOracle, A.ContractOracle, A.ARNSContractReader, A.WarpContractReader, A.PstService, A.CommunityContractData, A.CommunityContractVotes, A.CommunityContractSettings, A.VaultItem, A.CommunityContractDataBuilder, A.ReactiveFormsException, A.FormControlCollection, A.AbstractControl, A.Validator, A.RegExpPatternEvaluator, A.ControlValueAccessor, A.ResponsiveSizingConfig, A.SizingInformation, A.RetryOptions, A._Wrapper, A.ForwardingSink, A._Empty, A.ErrorAndStackTrace, A._MultiControllerSink, A.ClientReport, A.ClientReportRecorder, A._QuantityKey, A.DiscardedEvent, A.NoOpClientReportRecorder, A.EnvironmentVariables, A.DeduplicationEventProcessor, A.WebEnricherEventProcessor, A.WebExcptionEventProcessor, A.ExceptionCause, A.Hint, A.Hub, A._StackItem, A._WeakMap, A.UnsupportedThrowablesHandler, A._UnsupportedExceptionWrapper, A.HubAdapter, A.Integration, A.MetricsAggregator, A.MetricsApi, A.NoOpClient, A.NoOpHub, A.Platform1, A.PlatformChecker, A.PropagationContext, A.Breadcrumb, A.Dsn, A.Mechanism, A.SdkVersion, A.SentryApp, A.SentryBrowser, A.SentryCulture, A.SentryDevice, A._SentryEvent_Object_SentryEventLike, A.SentryException, A.SentryGpu, A.SentryId, A.SentryLevel, A.SentryOperatingSystem, A.SentryPackage, A.SentryRequest, A.SentryResponse, A.SentryRuntime, A.SentryStackFrame, A.SentryStackTrace, A.SentryThread, A.SentryTraceContext, A.SentryUser, A.SpanId, A.RecursiveExceptionCauseExtractor, A.Scope, A.SentryBaggage, A.SentryClient, A.SentryEnvelope, A.SentryEnvelopeHeader, A.SentryEnvelopeItem, A._CachedItem, A.SentryEnvelopeItemHeader, A.SentryEventLike, A.SentryExceptionFactory, A.SentryOptions, A.SentryStackTraceFactory, A.SentryTraceContextHeader, A.SentryTracesSampler, A.Spotlight, A.ThrowableMechanism, A.HttpTransport, A.HttpTransportRequestHandler, A._CredentialBuilder, A.NoOpTransport, A.RateLimit, A.RateLimitParser, A.RateLimiter, A.Transport, A.TaskQueue, A.UrlDetails, A.SentryFlutterWeb, A.BindingWrapper, A.AndroidPlatformExceptionEventProcessor, A._JvmExceptionFactory, A.FlutterEnricherEventProcessor, A.FlutterExceptionEventProcessor, A.NativeAppStartEventProcessor, A.PlatformExceptionEventProcessor, A.FileSystemTransport, A.DefaultFrameCallbackHandler, A.WebConnectivityProvider, A.DebugPrintIntegration, A.FlutterErrorIntegration, A.NativeSdkIntegration, A.ScreenshotIntegration, A.WidgetsBindingIntegration, A.JvmException, A.JvmFrame, A.NativeScopeObserver, A.RendererWrapper, A.SentryViewHierarchyIntegration, A._SentryWidgetsBindingObserver_Object_WidgetsBindingObserver, A.SharedPreferences, A.PreferencesFilter, A.GetAllParameters, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.SourceSpanException, A.Chain, A.Frame, A.LazyChain, A.Trace, A.UnparsedFrame, A._Entry_Object_EquatableMixin, A.EntryBuilder, A._Info_Object_EquatableMixin, A.CacheManager, A.StashEvent, A.BaseEvictionPolicy, A.EternalExpiryPolicy, A.GenericCache, A.BaseSampler, A.DefaultCacheStats, A._CopyingBytesBuilder0, A._BytesBuilder0, A.BytesReader, A.BytesWriter, A.StoreCodec, A.Store, A.GenericVault, A.VaultManager, A.DefaultVaultStats, A.MsgPackExtension, A.MemoryStore, A.SharedPreferencesAdapter, A.StringScanner, A._BillingDetails_Object__$BillingDetails, A._BillingAddress_Object__$BillingAddress, A._$BillingDetails, A._$_BillingDetails0, A._$BillingAddress, A._$_PaymentElementBillingDetailsAddress0, A._StripeError_Object__$StripeError, A._$StripeError, A._$_PaymentElementChangeEvent, A._ShippingDetails_Object__$ShippingDetails, A._ShippingDetailsAddress_Object__$ShippingDetailsAddress, A._$ShippingDetails, A._$_PaymentElementChangeEvent0, A._$ShippingDetailsAddress, A._$_PaymentElementBillingDetailsAddress, A._CardElementChangeEvent_Object__$CardElementChangeEvent, A._CardElementChangeEventValue_Object__$CardElementChangeEventValue, A._$CardElementChangeEvent, A._$_CardElementChangeEvent, A._$CardElementChangeEventValue, A._$_CardElementChangeEventValue, A._$_CardElementOptions, A._$_ElementAppearance, A._$_ConfirmAlipayPaymentData, A._$_ConfirmCardPaymentData, A._$_ConfirmIdealPaymentData, A._PaymentIntent_Object__$PaymentIntent, A._PaymentIntentAmountDetails_Object__$PaymentIntentAmountDetails, A._PaymentIntentTip_Object__$PaymentIntentTip, A._PaymentIntentAutomaticPaymentMethods_Object__$PaymentIntentAutomaticPaymentMethods, A._$PaymentIntent, A._$_PaymentIntent0, A._$PaymentIntentAmountDetails, A._$_PaymentIntentAmountDetails, A._$PaymentIntentTip, A._$_PaymentIntentTip, A._$PaymentIntentAutomaticPaymentMethods, A._$_PaymentIntentAutomaticPaymentMethods, A._PaymentIntentResponse_Object__$PaymentIntentResponse, A._$PaymentIntentResponse, A._$_PaymentIntentResponse, A._$_CardPaymentMethodRef, A._$_CardPaymentMethodDefault, A._$_CardPaymentMethodDetailsToken, A._$_IdealPaymentMethodDetailsSelfCollect, A._$_IdealBankData, A._$_CardTokenPaymentMethod, A.CardFieldContext, A._Address_Object__$Address, A._$Address, A._$_AppInfo, A._CardStyle_Object__$CardStyle, A._CardPlaceholder_Object__$CardPlaceholder, A._CardFieldInputDetails_Object__$CardFieldInputDetails, A._$CardStyle, A._$CardPlaceholder, A._$CardFieldInputDetails, A._StripeException_Object__$StripeException, A._LocalizedErrorMessage_Object__$LocalizedErrorMessage, A.StripeConfigException, A._$_StripeErrorGeneric, A._$StripeException, A._$_StripeException, A._$LocalizedErrorMessage, A._$_LocalizedErrorMessage, A._NextAction_Object__$NextAction, A._$NextAction, A._$_NextActionRedirect, A._$_NextActionOxxo, A._$_NextActionWeChatRedirect, A._$_NextActionMicroDeposits, A._PaymentIntent_Object__$PaymentIntent0, A._ShippingDetails_Object__$ShippingDetails0, A._$PaymentIntent0, A._$_PaymentIntent, A._$ShippingDetails0, A._$_ShippingDetails, A._MandateData_Object__$MandateData, A._MandateDataCustomerAcceptance_Object__$MandateDataCustomerAcceptance, A._MandateDataOnlineData_Object__$MandateDataOnlineData, A._$_BillingDetails, A._$_PaymentMethodParamsCard, A._$_PaymentMethodData, A._$MandateData, A._$_MandateData, A._$MandateDataCustomerAcceptance, A._$_MandateDataCustomerAcceptance, A._$MandateDataOnlineData, A._$_MandateDataOnlineData, A.ResultParser, A.BasicLock, A.WebViewConfiguration, A.InAppWebViewConfiguration, A.LaunchOptions, A.RNG, A.Uuid, A.PictureInfo, A._PatternConfig, A._PatternState, A._DefaultPictureFactory, A.VectorGraphicsCodecListener, A._TextPosition, A._TextConfig, A.VectorGraphicsDecodeException, A.RasterKey, A.RasterData, A._PictureData, A._PictureKey, A.DecodeResponse, A.VectorGraphicsCodec, A.VectorGraphicsBuffer, A._ReadBuffer, A.DrawCommandBuilder, A.Point, A.Rect0, A.ImageData, A.DrawImageData, A.AffineMatrix, A.PathCommand, A.PathBuilder, A.Path, A._CircularIntervalList, A._PathDasher, A.PatternData, A.ImageSizeData, A.Color0, A.Gradient1, A.Paint, A.Stroke, A.Fill, A.TextPosition0, A.TextConfig, A.TextDecoration0, A.Node2, A._SvgGroupTuple, A.SvgParser, A._Resolver, A._Viewport, A.SvgAttributes, A.DoubleOrPercentage, A.SvgStrokeAttributes, A.SvgFillAttributes, A.ColorOrNone, A.Visitor0, A.SvgTheme0, A.ErrorOnUnResolvedNode, A.VectorInstructions, A.DrawCommand, A.Matrix41, A.Vector2, A.Vector40, A.Matrix3, A.Matrix40, A.Quaternion, A.Vector3, A.Vector4, A.Caption, A.VideoPlayerValue, A.__VideoAppLifeCycleObserver_Object_WidgetsBindingObserver, A.DataSource, A.VideoEvent, A.DurationRange, A.VideoPlayerOptions, A.VideoPlayer0, A.RenderVisibilityDetectorBase, A.VisibilityInfo, A.VisibilityDetectorController, A.EventStreamProvider0, A._EventStreamSubscription, A.Algorithm, A.WebcryptoPlugin, A._AesCtrSecretKey, A.Credentials, A.WebThreeRPCError, A.EthereumUserRejected, A.EthereumChainSwitchNotSupported, A.EthereumException, A.EthersException, A.BinanceWalletException, A.EthereumAddress, A.MsgSignature, A.DtdExternalId, A.XmlEntityMapping, A.XmlException, A.XmlFormatException, A.XmlCache, A.XmlAnnotator, A.XmlHasBuffer, A.XmlHasLocation, A.XmlHasParent, A.__XmlEventEncoderSink_Object_XmlEventVisitor, A._XmlEvent_Object_XmlHasParent, A.XmlEventIterator, A.XmlEventParser, A.ConversionSink, A._XmlEventAttribute_Object_XmlNamed, A.XmlNamed, A.XmlEventVisitor]);
- _inheritMany(A.Closure, [A.Closure0Args, A.AppBootstrap_prepareEngineInitializer_closure0, A.AppBootstrap__prepareAppRunner_closure, A.AppBootstrap__prepareFlutterApp_closure, A.AppBootstrap__prepareFlutterApp_closure0, A.CkCanvas_saveLayerWithFilter_closure, A._canvasKitJsUrls_closure, A._downloadCanvasKitJs_loadEventHandler, A._downloadCanvasKitJs_errorEventHandler, A.HtmlViewEmbedder_getOverlayCanvases_closure, A.HtmlViewEmbedder_submitFrame_closure, A.HtmlViewEmbedder__updateOverlays_closure, A.HtmlViewEmbedder__updateOverlays_closure0, A.HtmlViewEmbedder__updateOverlays_closure1, A.diffViewList_lookForwards, A.diffViewList_lookBackwards, A.SkiaFontCollection_registerDownloadedFonts_makeRegisterFont, A.readChunked_closure, A.ImageFilterEngineLayer_preroll_closure, A.MultiSurfaceRasterizer_setResourceCacheMaxBytes_closure, A._finalizationRegistry_closure, A.CkPaint_imageFilter_closure, A._getEffectiveFontFamilies_closure, A.CkVertices_CkVertices$raw_closure, A.ClipboardMessageHandler_setDataMethodCall_closure, A.ClipboardMessageHandler_setDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall_closure, A.ClipboardMessageHandler_getDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall__closure, A.ClipboardMessageHandler_hasStringsMethodCall_closure, A.ClipboardMessageHandler_hasStringsMethodCall_closure0, A.ClipboardMessageHandler_hasStringsMethodCall__closure, A.DomConsoleExtension_get_warn_closure, A.DomNavigatorExtension_get_languages_closure, A.Closure2Args, A._ttPolicy_closure, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__closure, A.FontFallbackManager$__closure, A.FontFallbackManager$__closure0, A.FontFallbackManager$__closure1, A.FontFallbackManager$__closure2, A.FontFallbackManager$__closure3, A.FontFallbackManager$__closure4, A.FontFallbackManager_findFontsForMissingCodePoints_closure, A.FontFallbackManager__selectFont_closure, A.fetchFontManifest_closure, A.fetchFontManifest_closure0, A.fetchFontManifest_closure1, A.fetchFontManifest__closure, A._PathContourMeasure__buildSegments_lineToHandler, A.NormalizedGradient_NormalizedGradient_closure, A.HtmlCodec_getNextFrame_closure, A.HtmlCodec_getNextFrame_closure0, A.HtmlCodec__decodeUsingOnLoad_closure, A.HtmlCodec__decodeUsingOnLoad_closure0, A.initializeEngineServices__closure, A.FlutterApp__staticInteropFactoryStub_closure, A.FlutterApp__staticInteropFactoryStub_closure0, A.FlutterEngineInitializer__staticInteropFactoryStub_closure, A.FlutterAppRunner__staticInteropFactoryStub_closure, A.futureToPromise__closure, A.futureToPromise__closure0, A._kLogicalKeyToModifierGetter_closure, A._kLogicalKeyToModifierGetter_closure0, A._kLogicalKeyToModifierGetter_closure1, A._kLogicalKeyToModifierGetter_closure2, A._kLogicalKeyToModifierGetter_closure3, A._kLogicalKeyToModifierGetter_closure4, A._kLogicalKeyToModifierGetter_closure5, A._kLogicalKeyToModifierGetter_closure6, A.KeyboardBinding$__closure, A.KeyboardBinding$__closure0, A.KeyboardBinding__addEventListener_loggedHandler, A.KeyboardBinding__onKeyData_closure, A.KeyboardConverter__scheduleAsyncEvent_closure, A.KeyboardConverter_handleEvent_closure, A.preventDefaultListener_closure, A.MultiEntriesBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure0, A.FallbackFontComponent__activeFonts_closure, A.EnginePicture_toImage_closure, A.EnginePicture_toImage_closure0, A.EnginePlatformDispatcher_closure, A.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure0, A.EnginePlatformDispatcher__sendPlatformMessage_closure1, A.EnginePlatformDispatcher__addLocaleChangedListener_closure, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, A.EnginePlatformDispatcher_replyToPlatformMessage_closure, A.SafariPointerEventWorkaround_workAroundMissingPointerEvents_closure, A._BaseAdapter_addEventListener_loggedHandler, A._PointerAdapter__addPointerEventListener_closure, A._PointerAdapter_setup_closure, A._PointerAdapter_setup_closure0, A._PointerAdapter_setup_closure1, A._PointerAdapter_setup_closure2, A._PointerAdapter_setup_closure3, A._PointerAdapter_setup_closure4, A.RawKeyboard_handleHtmlEvent_closure0, A.Dialog__setDefaultFocus_closure, A.AccessibilityFocusManager_manage_closure, A.AccessibilityFocusManager_manage_closure0, A.Incrementable_closure, A.Incrementable_closure0, A.Scrollable_update_closure0, A.Scrollable_update_closure1, A.EngineSemanticsOwner__finalizeTree_closure, A.DesktopSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.MobileSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.Tappable_closure, A.TextField__initializeForBlink_closure, A.TextField__initializeForBlink_closure0, A.TextField__initializeForWebkit_closure, A.TextField__initializeForWebkit_closure0, A.TextField__invokeIosWorkaround_closure0, A.CanvasParagraph_computeLineMetrics_closure, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure, A.DefaultTextEditingStrategy_addEventHandlers_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1, A.IOSTextEditingStrategy_addEventHandlers_closure, A.IOSTextEditingStrategy_addEventHandlers_closure0, A.IOSTextEditingStrategy__addTapListener_closure, A.AndroidTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure0, A.HybridTextEditing__startEditing_closure, A.EditableTextGeometry_EditableTextGeometry$fromFrameworkMessage_closure, A.bytesToHexString_closure, A.CustomElementDimensionsProvider__closure, A.CustomElementEmbeddingStrategy_initialize_closure, A.FullPageEmbeddingStrategy_initialize_closure, A._ContentType_emptyIfNull, A._CastListBase_removeWhere_closure, A._CastListBase_retainWhere_closure, A.CastMap_entries_closure, A.Instantiation, A.TearOffClosure, A.JsLinkedHashMap_values_closure, A.JsLinkedHashMap_containsValue_closure, A.initHooks_closure, A.initHooks_closure1, A._StringStream__goalToEventCode_closure, A._AsyncRun__initializeScheduleImmediate_internalCallback, A._AsyncRun__initializeScheduleImmediate_closure, A._awaitOnObject_closure, A._asyncStarHelper_closure0, A._SyncBroadcastStreamController__sendData_closure, A._SyncBroadcastStreamController__sendError_closure, A._SyncBroadcastStreamController__sendDone_closure, A.Future_wait_closure, A.Future_any_onValue, A.FutureExtensions_onError_closure, A._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A.Stream_Stream$fromFuture_closure, A.Stream_Stream$fromFutures_onValue, A.Stream_Stream$fromIterable_closure, A.Stream_Stream$periodic_closure_sendEvent, A.Stream_asyncExpand__closure, A.Stream_forEach_closure0, A.Stream_forEach__closure0, A.Stream_length_closure, A.Stream_toList_closure, A.Stream_first_closure0, A.Stream_firstWhere_closure0, A.Stream_firstWhere__closure0, A._StreamHandlerTransformer_closure, A._CustomZone_bindUnaryCallback_closure, A._CustomZone_bindUnaryCallbackGuarded_closure, A._RootZone_bindUnaryCallback_closure, A._RootZone_bindUnaryCallbackGuarded_closure, A.runZonedGuarded_closure, A._HashMap_values_closure, A._CustomHashMap_closure, A._LinkedCustomHashMap_closure, A.MapBase_entries_closure, A.SplayTreeMap_closure, A.SplayTreeSet_closure, A._convertJsonToDart_walk, A._JsonMap_values_closure, A.JsonUtf8Encoder_convert_addChunk, A._BigIntImpl_hashCode_finish, A._BigIntImpl_toDouble_readBits, A.DateTime_parse_parseIntOrZero, A.DateTime_parse_parseMilliAndMicroseconds, A._Uri__makePath_closure, A._Uri__splitQueryStringAll_parsePair, A._createTables_setChars, A._createTables_setRange, A._ChildrenElementList__filter_closure, A.Geolocation_getCurrentPosition_closure, A.Geolocation_getCurrentPosition_closure0, A.Notification_requestPermission_closure, A._EventStreamSubscription_closure0, A._EventStreamSubscription_onData_closure0, A._convertDartToNative_Value_closure, A.FilteredElementList__iterable_closure, A.FilteredElementList__iterable_closure0, A.FilteredElementList_removeRange_closure, A._completeRequest_closure, A.Transaction_completed_closure, A.Transaction_completed_closure0, A.Transaction_completed_closure1, A._Directory_exists_closure, A._FileStream__readBlock_closure, A._FileStream__start_onReady, A._FileStream__start_onOpenFile, A._File_exists_closure, A._File_open_closure, A._File_length_closure, A._File_readAsBytes_readUnsized, A._File_readAsBytes_readUnsized_read_closure, A._File_readAsBytes_readSized_read_closure, A._File_readAsBytes_closure, A._File_readAsBytes__closure, A._RandomAccessFile_close_closure, A._RandomAccessFile_read_closure, A._RandomAccessFile_readInto_closure, A._RandomAccessFile_setPosition_closure, A._RandomAccessFile_length_closure, A._convertToJS_closure, A._convertToJS_closure0, A._wrapToDart_closure, A._wrapToDart_closure0, A._wrapToDart_closure1, A.jsify__convert, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.dartify_convert, A.KeyData__quotedCharCode_closure, A.bootstrapEngine_closure, A.HashUrlStrategy_addPopStateListener_wrappedFn, A.HashUrlStrategy__waitForPopState_closure, A._ZoomedFadeInFadeOut_build_closure, A._ZoomedFadeInFadeOut_build_closure0, A._PageTransitionSwitcherState__newEntry_closure, A._PageTransitionSwitcherState__newEntry_closure0, A._PageTransitionSwitcherState_build_closure, A.AppShellState_initState__closure, A.AppShellState_initState___closure, A.AppShellState_build_closure_buildPage, A.AppShellState_build__buildPage____closure, A.AppShellState_build__buildPage____closure0, A.AppShellState_build__closure, A.AppShellState_build__closure0, A.ARNSDao_saveAntRecords_closure, A._ARNSRepository_closure, A._ARNSRepository_setUndernamesToFile_closure, A._ARNSRepository_getAntRecordsForWallet_closure, A._ARNSRepository_getAntRecordsForWallet_closure0, A.AssignNameBloc__closure, A.AssignArNSNameModal_build_closure, A._AssignArNSNameModalState_build__closure1, A._AssignArNSNameModalState_build___closure, A._AssignArNSNameModalState_build____closure, A._AssignArNSNameModalState_build___closure1, A._AssignArNSNameModalState_build___closure2, A.parseAssignedNamesFromString_closure, A.ArDriveAuthImpl__updateBalance_closure, A.ArDriveAuthImpl__updateBalance_closure0, A.ArDriveAuthImpl__updateBalance_closure1, A._BiometricToggleState__listenToBiometricChange_closure, A._BiometricToggleState_build__closure, A.FadeThroughTransitionSwitcher_build_closure, A.LoginBloc__handleForgetWalletEvent_closure, A._LoginPageState_initState_closure, A._LoginPageState_build_closure2, A._LoginPageScaffoldState_build_closure, A._LoginPageScaffoldState_build_closure0, A._LoginPageScaffoldState_build_closure1, A._LoginPageScaffoldState_build_closure2, A._EnterYourPasswordWidgetState_didChangeDependencies_closure, A._EnterYourPasswordWidgetState_build_closure0, A._EnterYourPasswordWidgetState_build_closure1, A._EnterYourPasswordWidgetState_build_closure, A._EnterYourPasswordWidgetState__buildContent_closure2, A._EnterYourPasswordWidgetState__buildContent_closure1, A._EnterYourPasswordWidgetState__buildContent_closure0, A._ImportWalletModalState_build_closure, A._SecureYourWalletWidgetState_initState_closure, A._SecureYourWalletWidgetState_build_closure0, A._SecureYourWalletWidgetState_build_closure1, A._SecureYourWalletWidgetState_build_closure3, A._SecureYourWalletWidgetState_build_closure2, A._RoundContainerState_build_closure, A._RoundContainerState_build_closure0, A.__ArDriveIsForEveryOneState_build_closure1, A._ProfileImageTileState_build_closure0, A._ProfileImageTileState_build_closure, A._PermanentStorageTileState_build_closure, A._PermanentStorageTileState_build_closure0, A._CarouselWithGroupsState_build_closure, A._CarouselWithGroupsState_build__closure0, A._CarouselWithGroupsState_build_closure1, A._CarouselWithGroupsState_build_closure2, A._CustomIndicatorState_initState_closure0, A._CustomIndicatorState_build_closure, A.__Bento5State_build_closure, A.__Bento5State_build_closure1, A.__Bento5State_build_closure2, A._PriceCalculatorState_build_closure, A._PriceCalculatorState_build_closure0, A.TutorialsViewState_build_closure, A._TutorialContentState_initState_closure, A._TutorialContentState_initState___closure, A._WalletCreatedViewState_build_closure4, A._WalletCreatedViewState_build_closure5, A._WalletCreatedViewState_build_closure6, A._WalletCreatedViewState_build_closure7, A._WalletCreatedViewState_build_closure8, A.CreateManifestCubit_loadFolder_closure, A.CreateManifestCubit_uploadManifest_closure, A.CreateSnapshotCubit__newItemToBeCreated_closure, A.CreateSnapshotCubit_refreshTurboBalance_closure, A.CreateSnapshotCubit__computeBalanceEstimate_closure, A.DriveAttachCubit_submit_closure, A.DriveDetailCubit_openFolder_closure0, A.DriveDetailCubit_openFolder__closure, A.DriveDetailCubit_openFolder__closure0, A.DriveDetailCubit_openFolder__closure1, A.DriveDetailCubit_openFolder__closure2, A.DriveDetailCubit_openFolder_closure1, A.DriveDetailCubit_openFolder_closure2, A.DriveDetailCubit_parseEntitiesToDatatableItem_closure, A.DriveDetailCubit_parseEntitiesToDatatableItem_closure0, A.DriveDetailCubit_selectItems_closure, A.DriveDetailCubit_getIndexForImage_closure, A.DriveDetailCubit_getAllImagesOfCurrentFolder_closure, A.DriveRenameCubit__fileWithSameNameExistis_closure, A.DrivesCubit_closure, A.DrivesCubit_closure0, A.DrivesCubit_closure1, A.DrivesCubit_closure2, A.DrivesCubit__closure, A.DrivesCubit__closure0, A.DrivesCubit__closure1, A.DrivesCubit__closure2, A.DrivesCubit__closure3, A.DrivesCubit__resetDriveSelection_closure, A.DrivesCubit__resetDriveSelection_closure0, A.ProfileFileDownloadCubit__downloadFile_closure, A.ProfileFileDownloadCubit__downloadFile_closure1, A.SharedFileDownloadCubit__downloadFile_closure, A.SharedFileDownloadCubit__downloadFile_closure1, A.FileShareCubit_loadFileShareDetails_closure, A.FsEntryActivityCubit_closure, A.FsEntryActivityCubit_closure0, A.FsEntryActivityCubit_closure1, A.FsEntryInfoCubit_closure, A.FsEntryInfoCubit_fileHandler, A.FsEntryInfoCubit_closure0, A.FsEntryInfoCubit_closure1, A.FsEntryLicenseBloc__enumerateFiles_enumerateFilesFromTree, A.FsEntryLicenseBloc__enumerateFiles_closure, A.FsEntryLicenseBloc__licenseEntities__closure, A.FsEntryMoveBloc_loadFolder_closure, A.FsEntryMoveBloc_moveEntities_closure, A.FsEntryMoveBloc_moveEntities_closure0, A.FsEntryMoveBloc_moveEntities__closure0, A.FsEntryMoveBloc_moveEntities_closure1, A.FsEntryMoveBloc_moveEntities_closure2, A.FsEntryMoveBloc_moveEntities__closure, A.FsEntryMoveNameConflict_conflictingFileNames_closure, A.FsEntryMoveNameConflict_conflictingFolderNames_closure, A.FsEntryPreviewCubit__preview_closure, A.FsEntryPreviewCubit__supportedExtension_closure, A.FsEntryPreviewCubit__supportedExtension_closure0, A.GhostFixerCubit_closure, A.GhostFixerCubit_loadFolder_closure, A.GlobalHideBloc_closure, A.NetworkFileIdResolver__getOwnerAndPrivacyOfDataTransaction_closure, A.PinFileBloc__handlePinFileSubmit_closure0, A.PromptToSnapshotBloc__onDriveSelected_closure0, A.SharedFileCubit_fetchLicenseForRevision_closure, A.SharedFileCubit_fetchLicenseForRevision_closure0, A.UploadCubit_prepareManifestUpload_closure, A.UploadCubit_prepareManifestUpload_closure0, A.UploadCubit_prepareManifestUpload_closure1, A.UploadCubit_checkConflictingFolders_closure, A.UploadCubit_checkConflictingFiles_closure, A.UploadCubit_checkConflictingFiles_closure1, A.UploadCubit_skipLargeFilesAndCheckForConflicts_closure, A.UploadCubit_selectFiles_closure, A.UploadCubit_startUploadPreparation_closure, A.UploadCubit_startUploadPreparation_closure0, A.UploadCubit_startUploadPreparation_closure1, A.UploadCubit_generateFoldersAndAssignParentsForFiles_closure, A.UploadCubit_generateFoldersAndAssignParentsForFiles_closure0, A.UploadCubit_prepareUploadPlanAndCostEstimates_closure, A.UploadCubit__uploadFolders_closure, A.UploadCubit__uploadFolders_closure0, A.UploadCubit__uploadFolders_closure1, A.UploadCubit__uploadFolders_closure2, A.UploadCubit__uploadFiles_closure, A.UploadCubit__uploadFiles_closure0, A.UploadCubit__uploadFiles_closure1, A.UploadCubit__uploadFiles_closure2, A.UploadCubit__removeFilesWithFileNameConflicts_closure, A.UploadCubit__removeSuccessfullyUploadedFiles_closure, A.UploadCubit__removeFilesWithFolderNameConflicts_closure, A.BundleUploadHandle$_create_closure, A.AppTopBar_build_closure, A.promptToCreateManifest_closure, A._CreateManifestFormState_manifestNameForm_closure0, A._CreateManifestFormState_manifestNameForm_closure, A._CreateManifestFormState_build_closure_errorDialog, A._CreateManifestFormState__assignArNSNameModal_closure, A._CreateManifestFormState__paymentOptions_closure, A._CreateManifestFormState__paymentOptions_closure0, A._CreateManifestFormState__paymentOptions_closure2, A._CreateManifestFormState__selectFolder_closure, A._CreateManifestFormState__selectFolder_closure0, A._CreateManifestFormState__selectFolder_closure1, A._CreateManifestFormState__selectFolder_closure2, A.promptToCreateSnapshot_closure, A.promptToCreateSnapshot_closure0, A._explanationDialog_closure, A._explanationDialog_closure0, A._confirmDialog_closure, A._confirmDialog_closure0, A.promptToExportCSVData_closure, A.FileDownloadDialog_build__closure, A._DetailsPanelState_build_closure0, A._DetailsPanelState_build_closure1, A._DetailsPanelState_build___closure, A._DetailsPanelState_build___closure0, A._DetailsPanelState__buildContent_closure0, A._DetailsPanelState__buildContent_closure1, A._DetailsPanelState__buildContent_closure2, A._DetailsPanelState__buildContent_closure4, A._DetailsPanelState__buildContent_closure5, A._CopyButtonState__createOverlayEntry_closure, A._LicenseDetailsPopoverButtonState_build_closure1, A.attachDrive__closure0, A._DriveAttachFormState_initState_closure, A._DriveAttachFormState_build__closure, A._DriveAttachFormState_build__closure1, A._DriveAttachFormState_build__closure0, A._DriveAttachFormState_build__closure3, A._DriveAttachFormState_build__closure2, A.promptToCreateDrive__closure, A._DriveCreateFormState_build__closure0, A._DriveCreateFormState_build__closure1, A._DriveCreateFormState_build__closure3, A._DriveCreateFormState_build__closure2, A.promptToRenameDrive__closure, A._DriveRenameFormState_build__closure, A.promptToShareDrive_closure, A.promptToShareDrive_closure0, A.promptToShareFile_closure, A.promptToShareFile_closure0, A.promptToCreateFolder__closure, A.promptToCreateFolderWithoutCongestionWarning_closure, A._FolderCreateFormState_build__closure, A._FolderCreateFormState_build__closure0, A.promptToLicense_closure, A._FsEntryLicenseFormState_build__closure, A._FsEntryLicenseFormState_build___closure2, A._FsEntryLicenseFormState_build___closure1, A.promptToMove_closure, A.FsEntryMoveForm_build___closure, A.FsEntryMoveForm_build____closure1, A.FsEntryMoveForm_build____closure2, A.FsEntryMoveForm_build_____closure0, A.FsEntryMoveForm_build____closure3, A.FsEntryMoveForm_build_____closure, A.promptToRenameModal_closure, A._FsEntryRenameFormState_build__closure1, A._FsEntryRenameFormState_build__closure2, A.promptToReCreateFolder_closure, A._GhostFixerFormState_build__closure, A._GhostFixerFormState_build__closure0, A._GhostFixerFormState_build__closure1, A._GhostFixerFormState_build__closure4, A._GhostFixerFormState_build__closure5, A._KeyboardHandlerState_build_closure0, A._KeyboardHandlerState_build__closure, A._CcTypeFormState_build_closure0, A._CcTypeFormState_build_closure1, A._CcTypeFormState_build_closure, A._CcTypeFormState_build_closure2, A._UdlParamsFormState_build_closure0, A._UdlParamsFormState_build_closure, A._UdlParamsFormState_build_closure2, A._UdlParamsFormState_build_closure1, A._UdlParamsFormState_build_closure4, A._UdlParamsFormState_build_closure3, A._UdlParamsFormState_build_closure6, A._UdlParamsFormState_build_closure5, A._UdlParamsFormState_build_closure7, A.LicenseSummary_build_closure, A.NewButton__buildNewButton_closure0, A.NewButton__buildNewButton_closure, A.NewButton__displayPlusModal_closure, A.NewButton__displayPlusModal__closure, A.NewButton__getNewMenuItems_closure, A.NewButton__getNewMenuItems_closure0, A.NewButton__getAdvancedItems__closure, A.showPinFileDialog__closure, A.PinFileDialog_build__closure, A.PinFileDialog_build__closure0, A._ProfileCardState__loggedInView_closure0, A._ProfileCardState__loggedInView_closure, A._ProfileCardState__buildLoggedInViewForPlatform_closure, A._ProfileCardState__buildProfileCardContent__closure1, A._ProfileCardState__buildProfileCardContent_closure7, A._ProfileCardState__buildProfileCardContent_closure8, A._ProfileCardState__buildProfileCardContent_closure9, A._ProfileCardState__buildIOTokenRow_closure0, A.__LogoutButtonState_build__closure, A.ProfileCardHeader__buildProfileIcon_closure, A.promptToSnapshot_closure, A._AppSideBarState_build_closure0, A._AppSideBarState_build_closure, A._Accordion_build__closure, A._Accordion_build__closure0, A._Accordion_build__closure1, A._Accordion_build__closure2, A._Accordion_build__closure3, A._TopUpEstimationViewState_build__closure, A._TopUpEstimationViewState_build__closure1, A._TopUpEstimationViewState_build__closure0, A.UnitSelector_build_closure, A.UnitSelector_build_closure0, A.UnitSelector_build_closure1, A.UnitSelector_build_closure2, A._PresetAmountSelectorState_initState_closure, A._PresetAmountSelectorState_buildButtonBar_buildButtons_closure, A._PresetAmountSelectorState_buildButtonBar_closure0, A._PresetAmountSelectorState_buildButtonBar_closure, A._PresetAmountSelectorState_build_closure, A._PresetAmountSelectorState_build_closure0, A._PresetAmountSelectorState_build_closure1, A._PresetAmountSelectorState_build_closure2, A._PresetAmountSelectorState__customAmountTextField_closure0, A._BalanceViewState_build_closure, A._BalanceViewState_build_closure0, A.AnimatedFeedbackMessageState_build_closure0, A.AnimatedFeedbackMessageState_build_closure, A.promptToUpload_closure, A._showUploadForm_closure0, A._showUploadForm_closure1, A._UploadFormState_build__closure0, A._UploadFormState_build___closure, A._UploadFormState_build____closure, A._UploadFormState_build___closure0, A._UploadFormState_build__closure1, A._UploadFormState_build__closure3, A._UploadFormState_build__closure2, A._StatsScreenState_initState_closure, A._StatsScreenState_build__closure, A.ConfiguringLicenseScreen_build_closure, A._UploadReadyModalBaseState_build__closure, A._UploadReadyModalBaseState_build___closure2, A._UploadReadyModalBaseState_build__closure0, A._UploadReadyModalBaseState_build___closure, A._LicenseNameWithPopoverButtonState_build_closure0, A._SelectPaymentMethodManifestUploadState_build_closure4, A._SelectPaymentMethodManifestUploadState_build_closure0, A._UploadReadyWidget_build_closure0, A._UploadReadyWidget_build_closure, A._UploadReadyWidget_build_closure1, A._UploadReadyWidget_build__closure0, A._UploadReadyWidget_build__closure1, A._UploadReadyWidget_build__closure4, A._UploadReadyWidget_build__closure3, A._UploadReadyWidget_build__closure7, A._UploadReadyWidget_build__closure8, A._UploadReviewWithLicenseWidget_build_closure1, A._UploadReviewWithArnsNameWidget_build_closure1, A.showCookiePolicyConsentModal_closure, A.DriveRepository_getAllUserDrives_closure, A.ARFSRevisionStatusUtils_hasPendingFilesOnTargetFolder_closure, A._UploadRepositoryImpl_uploadFiles_closure, A._UploadRepositoryImpl_uploadFolders_closure, A._UploadRepositoryImpl_pickFiles_closure, A._UploadRepositoryImpl_pickFilesFromFolder_closure, A.UploadPaymentEvaluator_getUploadPaymentInfoForUploadPlans_closure, A.UploadPaymentEvaluator_getUploadPaymentInfoForUploadPlans__closure, A.UploadManifestOptionsBloc_closure, A.UploadManifestOptionsBloc__closure2, A.UploadManifestOptionsBloc__closure1, A.UploadManifestOptionsBloc__closure0, A.UploadManifestOptionsBloc__closure, A.__ManifestOptionTileState_build_closure, A._AntSelectorState_loadARNSUndernames_closure0, A._AntSelectorState_build__closure, A._AntSelectorState_build__closure0, A.ArDriveDevTools__devToolsWindow_closure, A.ArDriveAppWithDevTools_build_closure, A.AppConfigWindowManagerState_build_closure5, A.AppConfigWindowManagerState_build_closure0, A.AppConfigWindowManagerState_build_closure1, A.AppConfigWindowManagerState_build_closure6, A.AppConfigWindowManagerState_build_closure3, A.AppConfigWindowManagerState_build_closure4, A.AppConfigWindowManagerState_build_closure7, A.AppConfigWindowManagerState_build_closure8, A.AppConfigWindowManagerState_build_closure, A.AppConfigWindowManagerState_build_closure9, A.AppConfigWindowManagerState_build_closure2, A.AppConfigWindowManagerState_buildOption_closure, A.AppConfigWindowManagerState_buildOption_closure0, A.AppConfigWindowManagerState_buildOption_closure1, A.AppConfigWindowManagerState_buildOption_closure4, A.DraggableWindow_build_closure2, A.DraggableWindow_build_closure, A.DraggableWindow_build_closure1, A._DrivesHealthCheckModalState_initState_closure, A._DrivesHealthCheckModalState_processDrivesSequentially_closure0, A._DrivesHealthCheckModalState_build_closure1, A._DrivesHealthCheckModalState_build__closure1, A._DrivesHealthCheckModalState_build_closure2, A._DrivesHealthCheckModalState_build__closure, A._DrivesHealthCheckModalState_build_closure3, A._DrivesHealthCheckModalState_processFiles_processNext_closure, A._DriveHealthCheckTielState_build_closure, A.ShortcutHandlerState_build_closure, A._ArDriveDownloader_downloadFile_closure0, A._ArDriveDownloader_downloadFile_closure1, A._ArDriveDownloader_downloadFile_closure2, A._ArDriveDownloader_downloadFile_closure3, A._ArDriveDownloader_downloadToMemory_closure, A.isSizeAboveDownloadSizeLimit_closure, A.MultipleDownloadBloc__startDownload_closure, A.promptToDownloadMultipleFiles_closure, A._MultipleFilesDownloadState_build__closure, A.ArDriveDockState_build_closure, A.MultiThumbnailCreationBloc__createMultiThumbnailForDrive_closure, A.MultiThumbnailCreationBloc__createMultiThumbnailForDrive_closure0, A.MultiThumbnailCreationBloc__createMultiThumbnailForDrive_closure1, A.MultiThumbnailCreationBloc__createMultiThumbnailForDrive_closure2, A.MultiThumbnailCreationBloc__createMultiThumbnailForDrive__closure, A.MultiThumbnailCreationBloc__createMultiThumbnailForDrive_closure3, A._MultiThumbnailCreationWrapperState__createOverlayEntry_closure, A._MultiThumbnailCreationWrapperState_build_closure, A._MultiThumbnailCreationWrapperState_build__closure0, A.ThumbnailRepository_uploadThumbnail_closure, A.ThumbnailRepository_uploadThumbnail_closure0, A.ThumbnailCreationModal_build_closure0, A.ThumbnailCreationModal_build_closure, A.DriveEntity_fromTransaction_closure, A.FileEntity_fromTransaction_closure, A.Thumbnail_Thumbnail$fromJson_closure, A.Thumbnail_toJson_closure, A._$FileEntityFromJson_closure, A.FolderEntity_fromTransaction_closure, A.LicenseAssertionEntity_fromTransaction_closure, A.LicenseAssertionEntity_fromTransaction_closure0, A.LicenseAssertionEntity_fromTransaction_closure1, A.LicenseComposedEntity_fromTransaction_closure, A.LicenseComposedEntity_fromTransaction_closure0, A.ManifestDataBuilder_build_closure, A.ManifestDataBuilder_build__closure, A.GarRepositoryImpl_getSelectedGateway_closure, A.GarRepositoryImpl_searchGateways_closure, A.GatewaySwitcherModal_build_closure, A._GatewaySwitcherModalState_build__closure0, A._GatewaySwitcherModalState_build__closure, A._RedeemGiftModalState_initState_closure, A._RedeemGiftModalState_initState__closure, A._RedeemGiftModalState_build__closure, A._RedeemGiftModalState_build___closure, A._RedeemGiftModalState_build__closure5, A._RedeemGiftModalState_build__closure4, A._RedeemGiftModalState__emailField_closure1, A._RedeemGiftModalState__emailField_closure0, A._RedeemGiftModalState__emailField_closure, A._RedeemGiftModalState__giftCodeField_closure, A._RedeemGiftModalState__giftCodeField_closure0, A.kValidationMessages_closure, A.kValidationMessages_closure0, A.kValidationMessages_closure1, A.kValidationMessages_closure2, A.kValidationMessages_closure3, A.kValidationMessages_closure4, A.kValidationMessages_closure5, A.kValidationMessages_closure6, A.kValidationMessages_closure7, A.kValidationMessages_closure8, A._initializeServices_refreshHTMLPageAtInterval, A._initializeServices_refreshHTMLPageAtInterval_closure, A.AppState_initState_closure, A.AppState_build__closure, A.AppState_blocProviders_closure, A.AppState_blocProviders_closure0, A.AppState_blocProviders_closure1, A.AppState_blocProviders_closure2, A.AppState_blocProviders_closure3, A.AppState_blocProviders_closure4, A.AppState_blocProviders_closure5, A.AppState_blocProviders_closure6, A.AppState_blocProviders_closure7, A.AppState_blocProviders_closure8, A.AppState_blocProviders_closure9, A.AppState_repositoryProviders_closure, A.AppState_repositoryProviders_closure0, A.AppState_repositoryProviders_closure1, A.AppState_repositoryProviders_closure2, A.AppState_repositoryProviders_closure3, A.AppState_repositoryProviders_closure4, A.AppState_repositoryProviders_closure5, A.AppState_repositoryProviders_closure6, A.AppState_repositoryProviders_closure7, A.AppState_repositoryProviders_closure8, A.AppState_repositoryProviders_closure9, A.AppState_repositoryProviders_closure10, A.AppState_repositoryProviders_closure11, A.AppState_repositoryProviders_closure12, A.AppState_repositoryProviders_closure13, A.AppState_repositoryProviders_closure14, A.AppState_repositoryProviders_closure15, A.AppState_repositoryProviders_closure16, A.AppState_repositoryProviders_closure17, A.AppState_repositoryProviders_closure18, A.AppState_repositoryProviders_closure19, A.AppState_repositoryProviders_closure20, A.AppState_repositoryProviders_closure21, A.AppState_repositoryProviders_closure22, A.AppState_repositoryProviders_closure23, A.ManifestRepositoryImpl_uploadManifest_closure, A.ManifestRepositoryImpl_uploadManifest_closure0, A.ManifestRepositoryImpl_checkNameConflictAndReturnExistingFileId_closure, A.ManifestRepositoryImpl_checkNameConflictAndReturnExistingFileId_closure0, A.DriveDao_insertNewDriveRevisions_closure, A.DriveDao_insertNewFileRevisions_closure, A.DriveDao_insertNewFolderRevisions_closure, A.DriveDao_insertNewNetworkTransactions_closure, A.DriveDao_updateFolderEntries_closure, A.DriveDao_updateFileEntries_closure, A.DriveDao_createDrive_closure, A.DriveDao_updateUserDrives_closure, A.DriveDao_updateUserDrives__closure, A.DriveDao_writeDriveEntity_closure, A.DriveDao_watchFolderContents_closure, A.DriveDao_watchFolderContents__closure1, A.DriveDao_watchFolderContents_closure0, A.DriveDao_watchFolderContents_closure1, A.DriveDao_watchFolderContents_closure2, A.DriveDao_watchFolderContents_closure3, A.DriveDao_watchFolderContents_closure4, A.DriveDao_search_closure, A.DriveDao_search_closure0, A.DriveDao_search_closure1, A.DriveDao_search_closure2, A.DriveDao_search_closure3, A.DriveDao_search_closure4, A.DriveDao_search_closure5, A.DriveDao_getFolderTree_getFolderChildren, A.DriveDao_getFolderTree_getFolderChildren_closure, A.DriveDao_getFolderTree_getFolderChildren_closure0, A.DriveDao_writeFileEntity_closure, A.DriveDao_insertFileRevision__closure, A.DriveDao_insertLicense__closure, A._$DriveDaoMixin_latestDriveRevisionsByDriveIdWithTransactions_closure, A._$DriveDaoMixin_hasHiddenItems_closure, A._$DriveDaoMixin_latestFolderRevisionsByFolderIdWithTransactions_closure, A._$DriveDaoMixin_filesInFolderWithLicenseAndRevisionTransactions_closure, A._$DriveDaoMixin_filesInDriveWithRevisionTransactions_closure, A._$DriveDaoMixin_latestFileRevisionByFileIdWithLicense_closure, A._$DriveDaoMixin_latestFileRevisionsByFileIdWithLicenseAndTransactions_closure, A.FolderNode_computeFolderSize_closure, A.ProfileDao_deleteProfile_closure, A.Database_migration_closure, A.Database_migration_closure0, A.FileEntryExtensions_asEntity_closure, A.LicensesCompanionExtensions_get_licenseTypeEnum_closure, A.AppRouterDelegate__app___closure, A.AppRouterDelegate__app___closure3, A.AppRouterDelegate__app____closure0, A.AppRouterDelegate__app___closure6, A.AppRouterDelegate__app___closure7, A.DriveExplorerItemTileLeading__buildFileIcon_closure0, A.DriveExplorerItemTileLeading__buildFileIcon__closure, A.DriveExplorerItemTileLeading__buildFileIcon__closure0, A._DriveExplorerItemTileTrailingState_build_closure0, A.EntityActionsMenu__getItems__closure, A.DriveFileDropZoneState_build_closure, A.DriveFileDropZoneState_build_closure2, A.DriveFileDropZoneState_build__closure0, A.DriveFileDropZoneState__onDrop_closure, A._HoverDetectorState_build_closure, A._HoverDetectorState_build_closure0, A.DriveDetailBreadcrumbRow_build_closure, A.DriveDetailBreadcrumbRow_build_closure0, A.DriveDetailBreadcrumbRow__buildBreadcrumbs_isLastSegment, A.DriveDetailBreadcrumbRow__buildBreadcrumbs_segmentStyle, A.DriveDetailBreadcrumbRow__buildBreadcrumbs_buildSegment, A.DriveDetailBreadcrumbRow__buildBreadcrumbs_buildSeparator, A.DriveDetailBreadcrumbRow__buildBreadcrumbs_closure, A.DriveDetailBreadcrumbRow__buildBreadcrumbs_closure1, A.DriveDetailBreadcrumbRow__navigateBackIcon_closure, A._HoverTextState_build_closure, A._HoverTextState_build_closure0, A._buildDataListContent___closure, A._buildDataListContent___closure4, A._buildDataListContent____closure, A._buildDataListContent_____closure, A._buildDataListContent____closure0, A._buildDataListContent___closure6, A._buildDataListContent___closure7, A._buildDataListContent___closure2, A._buildDataListContent___closure1, A._buildDataListContent___closure5, A._buildDataListContent___closure3, A._buildDataListContent___closure0, A._sortItems_closure, A._sortItems_closure1, A._DriveDetailFolderEmptyCardState_buildArDriveCard__closure0, A._DriveDetailFolderEmptyCardState_buildArDriveCard__closure, A._EmptyFolder_build_closure0, A._EmptyFolder_build_closure, A._NewUserEmptyRootFolder_build_closure0, A._NewUserEmptyRootFolder_build_closure, A._ExistingUserEmptyRootFolder_build_closure0, A._ExistingUserEmptyRootFolder_build_closure, A._VideoPlayerWidgetState_initState_closure, A._VideoPlayerWidgetState_initState_closure0, A._VideoPlayerWidgetState_goFullScreen_closure, A._VideoPlayerWidgetState_goFullScreen_closure0, A._VideoPlayerWidgetState_goFullScreen__closure, A._VideoPlayerWidgetState_goFullScreen____closure, A._VideoPlayerWidgetState_build_closure19, A._VideoPlayerWidgetState_build___closure, A._VideoPlayerWidgetState_build_closure, A._VideoPlayerWidgetState_build_closure0, A._VideoPlayerWidgetState_build_closure1, A._VideoPlayerWidgetState_build___closure10, A._VideoPlayerWidgetState_build_closure2, A._VideoPlayerWidgetState_build_closure3, A._VideoPlayerWidgetState_build___closure9, A._VideoPlayerWidgetState_build_closure4, A._VideoPlayerWidgetState_build_closure5, A._VideoPlayerWidgetState_build_closure7, A._VideoPlayerWidgetState_build_closure6, A._VideoPlayerWidgetState_build_closure20, A._VideoPlayerWidgetState_build_closure9, A._VideoPlayerWidgetState_build___closure6, A._VideoPlayerWidgetState_build_closure8, A._VideoPlayerWidgetState_build__closure14, A._VideoPlayerWidgetState_build__closure15, A._VideoPlayerWidgetState_build_closure10, A._VideoPlayerWidgetState_build_closure11, A._VideoPlayerWidgetState_build___closure4, A._VideoPlayerWidgetState_build___closure3, A._VideoPlayerWidgetState_build_closure13, A._VideoPlayerWidgetState_build_closure14, A._VideoPlayerWidgetState_build_closure15, A._VideoPlayerWidgetState_build__closure5, A._VideoPlayerWidgetState_build_closure16, A._VideoPlayerWidgetState_build___closure0, A._VideoPlayerWidgetState_build_closure17, A._VideoPlayerWidgetState_build_closure18, A._FullScreenVideoPlayerWidgetState_initState_closure, A._FullScreenVideoPlayerWidgetState_initState__closure, A._FullScreenVideoPlayerWidgetState_initState___closure, A._FullScreenVideoPlayerWidgetState_initState___closure0, A._FullScreenVideoPlayerWidgetState_build_closure1, A._FullScreenVideoPlayerWidgetState_build_closure0, A._FullScreenVideoPlayerWidgetState_build_closure, A._FullScreenVideoPlayerWidgetState_build_closure16, A._FullScreenVideoPlayerWidgetState_build_closure15, A._FullScreenVideoPlayerWidgetState_build_closure3, A._FullScreenVideoPlayerWidgetState_build___closure5, A._FullScreenVideoPlayerWidgetState_build_closure4, A._FullScreenVideoPlayerWidgetState_build_closure2, A._FullScreenVideoPlayerWidgetState_build___closure7, A._FullScreenVideoPlayerWidgetState_build_closure14, A._FullScreenVideoPlayerWidgetState_build_closure6, A._FullScreenVideoPlayerWidgetState_build_closure5, A._FullScreenVideoPlayerWidgetState_build__closure11, A._FullScreenVideoPlayerWidgetState_build__closure12, A._FullScreenVideoPlayerWidgetState_build___closure2, A._FullScreenVideoPlayerWidgetState_build___closure1, A._FullScreenVideoPlayerWidgetState_build_closure10, A._FullScreenVideoPlayerWidgetState_build__closure3, A._FullScreenVideoPlayerWidgetState_build_closure11, A._FullScreenVideoPlayerWidgetState_build___closure, A._FullScreenVideoPlayerWidgetState_build_closure12, A._FullScreenVideoPlayerWidgetState_build_closure13, A._ImagePreviewWidgetState__buildImage_closure, A._ImagePreviewWidgetState__buildImageFromBytes_closure1, A._ImagePreviewWidgetState__buildImageFromBytes_closure0, A._ImagePreviewWidgetState__buildImageFromBytes_closure, A._ImagePreviewWidgetState__buildActionBar_closure, A._ImagePreviewWidgetState__buildNameAndExtension_closure, A._ImagePreviewWidgetState__toggleFullScreen_closure, A._AudioPlayerWidgetState_initState_closure, A._AudioPlayerWidgetState_initState___closure, A._AudioPlayerWidgetState_initState___closure0, A._AudioPlayerWidgetState_initState_closure0, A._AudioPlayerWidgetState_build_closure, A._AudioPlayerWidgetState_build_closure0, A._AudioPlayerWidgetState_build_closure1, A._AudioPlayerWidgetState_build_closure8, A._AudioPlayerWidgetState_build_closure7, A._AudioPlayerWidgetState_build_closure3, A._AudioPlayerWidgetState_build_closure2, A._AudioPlayerWidgetState_build__closure5, A._AudioPlayerWidgetState_build__closure6, A._AudioPlayerWidgetState_build_closure5, A._AudioPlayerWidgetState_build__closure2, A._AudioPlayerWidgetState_build_closure6, A._AudioPlayerWidgetState_build___closure, A._VolumeSliderWidgetState_build_closure0, A._VolumeSliderWidgetState_build_closure2, A._VolumeSliderWidgetState_build_closure1, A._displaySpeedOptionsModal_closure, A._DriveDetailPageState_build__closure, A._DriveDetailPageState_build___closure1, A._DriveDetailPageState_build___closure0, A._DriveDetailPageState_build___closure2, A._DriveDetailPageState_build___closure3, A._DriveDetailPageState_build___closure5, A._DriveDetailPageState_build___closure6, A._DriveDetailPageState__desktopView__closure1, A._DriveDetailPageState__desktopView__closure0, A._DriveDetailPageState__desktopView__closure, A._DriveDetailPageState__mobileView_closure1, A._DriveDetailPageState__mobileViewContent_closure, A._DriveDetailPageState__mobileViewContent_closure2, A._DriveDetailPageState__mobileViewContent__closure, A.MobileFolderNavigation_build___closure1, A.MobileFolderNavigation_build___closure0, A.MobileFolderNavigation_build___closure, A.NoDrivesPage_build_closure, A.NoDrivesPage_build_closure0, A.SharedFilePage_build_closure_activityPanel, A.SharedFilePage_build__closure, A.SharedFilePage_build__closure0, A.SharedFilePage__buildShareCard_closure, A.SharedFilePage__buildShareCard_closure0, A.SharedFilePage__buildShareCard_closure1, A.FileSearchModal_build_closure, A.FileSearchModal_build_closure0, A._FileSearchModalState_build_closure0, A._FileSearchModalState_build__closure, A._FileSearchModalState_build_closure, A._FileSearchModalState_build__closure0, A._FileSearchModalState__navigateToFile_closure, A.SearchTextField_build_closure0, A.ArweaveService_closure0, A.ArweaveService_closure, A.ArweaveService_getWalletBalance_closure, A.ArweaveService_getCurrentBlockHeight_closure, A.ArweaveService_getPrice_closure, A.ArweaveService_getPendingTxFees_closure, A.ArweaveService_getPendingTxFees_closure0, A.ArweaveService_getLicenseAssertions_closure, A.ArweaveService_getLicenseComposed_closure, A.ArweaveService_getLicenseComposed_closure0, A.ArweaveService_getLicenseComposed__closure, A.ArweaveService_createDriveEntityHistoryFromTransactions_closure, A.ArweaveService_createDriveEntityHistoryFromTransactions__closure, A.ArweaveService_createDriveEntityHistoryFromTransactions__closure0, A.ArweaveService_createDriveEntityHistoryFromTransactions_closure0, A.ArweaveService_createDriveEntityHistoryFromTransactions_closure1, A.ArweaveService_createDriveEntityHistoryFromTransactions_closure2, A.ArweaveService_createDriveEntityHistoryFromTransactions_closure4, A.ArweaveService__getEntityData_closure, A.ArweaveService_getUniqueUserDriveEntityTxs_closure, A.ArweaveService_getUniqueUserDriveEntityTxs__closure, A.ArweaveService_getUniqueUserDriveEntityTxs_closure0, A.ArweaveService_getFirstPrivateDriveTxId_closure, A.ArweaveService_getUniqueUserDriveEntities__closure, A.ArweaveService_getUniqueUserDriveEntities_closure0, A.ArweaveService_getLatestDriveEntityWithId_closure, A.ArweaveService_getLatestDriveEntityWithId__closure, A.ArweaveService_getFilePrivacyForId_closure, A.ArweaveService_getFilePrivacyForId__closure, A.ArweaveService_getOwnerForDriveEntityWithId_closure, A.ArweaveService_getOwnerForDriveEntityWithId__closure, A.ArweaveService_getLatestFileEntityWithId_closure, A.ArweaveService_getLatestFileEntityWithId__closure, A.ArweaveService_getAllFileEntitiesWithId_closure, A.ArweaveService_getAllFileEntitiesWithId__closure, A.ArweaveService_getOwnerForFileEntityWithId_closure, A.ArweaveService_getOwnerForFileEntityWithId__closure, A.ArweaveService_getTransactionConfirmations__closure, A.GetSegmentedTransactionFromDriveWithoutEntityTypeFilterStrategy__getSegmentedTransactionWithoutFilter_closure, A.GetSegmentedTransactionFromDriveWithoutEntityTypeFilterStrategy__getSegmentedTransactionWithoutFilter_closure0, A.GetSegmentedTransactionFromDriveFilteringByEntityTypeStrategy__getSegmentedTransaction_closure, A.GetSegmentedTransactionFromDriveFilteringByEntityTypeStrategy__getSegmentedTransaction_closure0, A._isSupportedArFSVersion_closure, A.TransactionMixinExtensions_getTag_closure, A._$AllFileEntitiesWithId$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$AllFileEntitiesWithId$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$AllFileEntitiesWithId$Query$TransactionConnectionFromJson_closure, A._$AllFileEntitiesWithId$Query$TransactionConnectionToJson_closure, A._$DriveEntityHistoryWithoutEntityTypeFilter$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$DriveEntityHistoryWithoutEntityTypeFilter$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$DriveEntityHistoryWithoutEntityTypeFilter$Query$TransactionConnectionFromJson_closure, A._$DriveEntityHistoryWithoutEntityTypeFilter$Query$TransactionConnectionToJson_closure, A._$InfoOfTransactionToBePinned$Query$TransactionFromJson_closure, A._$InfoOfTransactionToBePinned$Query$TransactionToJson_closure, A._$DriveEntityHistory$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$DriveEntityHistory$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$DriveEntityHistory$Query$TransactionConnectionFromJson_closure, A._$DriveEntityHistory$Query$TransactionConnectionToJson_closure, A._$LicenseComposed$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$LicenseComposed$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$LicenseComposed$Query$TransactionConnectionFromJson_closure, A._$LicenseComposed$Query$TransactionConnectionToJson_closure, A._$LatestFileEntityWithId$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$LatestFileEntityWithId$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$LatestFileEntityWithId$Query$TransactionConnectionFromJson_closure, A._$LatestFileEntityWithId$Query$TransactionConnectionToJson_closure, A._$TransactionStatuses$Query$TransactionConnectionFromJson_closure, A._$TransactionStatuses$Query$TransactionConnectionToJson_closure, A._$TransactionStatuses$Query$BlockConnectionFromJson_closure, A._$TransactionStatuses$Query$BlockConnectionToJson_closure, A._$SnapshotEntityHistory$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$SnapshotEntityHistory$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$SnapshotEntityHistory$Query$TransactionConnectionFromJson_closure, A._$SnapshotEntityHistory$Query$TransactionConnectionToJson_closure, A._$FirstDriveEntityWithIdOwner$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$FirstDriveEntityWithIdOwner$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$FirstDriveEntityWithIdOwner$Query$TransactionConnectionFromJson_closure, A._$FirstDriveEntityWithIdOwner$Query$TransactionConnectionToJson_closure, A._$FirstFileEntityWithIdOwner$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$FirstFileEntityWithIdOwner$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$FirstFileEntityWithIdOwner$Query$TransactionConnectionFromJson_closure, A._$FirstFileEntityWithIdOwner$Query$TransactionConnectionToJson_closure, A._$UserDriveEntities$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$UserDriveEntities$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$UserDriveEntities$Query$TransactionConnectionFromJson_closure, A._$UserDriveEntities$Query$TransactionConnectionToJson_closure, A._$PendingTxFees$Query$TransactionConnectionFromJson_closure, A._$PendingTxFees$Query$TransactionConnectionToJson_closure, A._$TransactionDetails$Query$TransactionFromJson_closure, A._$TransactionDetails$Query$TransactionToJson_closure, A._$LicenseAssertions$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$LicenseAssertions$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$LicenseAssertions$Query$TransactionConnectionFromJson_closure, A._$LicenseAssertions$Query$TransactionConnectionToJson_closure, A._$LatestDriveEntityWithId$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$LatestDriveEntityWithId$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$LatestDriveEntityWithId$Query$TransactionConnectionFromJson_closure, A._$LatestDriveEntityWithId$Query$TransactionConnectionToJson_closure, A._$FirstTxForWallet$Query$TransactionConnectionFromJson_closure, A._$FirstTxForWallet$Query$TransactionConnectionToJson_closure, A.LicenseService_licenseTypeByTxId_closure, A.UdlLicenseParams_fromAdditionalTags_closure, A.UdlLicenseParams_fromAdditionalTags_closure0, A.UdlLicenseParams_fromAdditionalTags_closure1, A.SharingFileBloc_closure, A.SharingFileBloc_closure0, A._FolderSelectorState_build__closure, A._FolderSelectorState_build__closure0, A.FolderSelectorBloc__closure, A.FolderSelectorBloc__closure0, A._SharingFileListenerState_build__closure, A._SharingFileListenerState_build__closure0, A._SharingFileListenerState_build____closure1, A.SnapshotValidationService_validateSnapshotItems_closure, A.SyncCubit_createSyncStream_closure, A.SyncCubit_createSyncStream_closure0, A.SyncCubit__restartSync_closure, A.SyncCubit_createArConnectSyncStream_closure, A.SyncCubit_createArConnectSyncStream__closure, A.SyncCubit_createArConnectSyncStream__closure0, A.SyncCubit_restartArConnectSyncOnFocus__closure, A._SyncRepository_syncAllDrives_closure, A._SyncRepository_syncAllDrives_closure0, A._SyncRepository_syncAllDrives_closure3, A._SyncRepository_syncAllDrives_closure1, A._SyncRepository_syncAllDrives_closure4, A._SyncRepository_syncAllDrives_closure5, A._SyncRepository_syncAllDrives__closure, A._SyncRepository_syncAllDrives__closure0, A._SyncRepository_syncAllDrives__closure1, A._SyncRepository_syncAllDrives__closure2, A._SyncRepository__syncDrive_closure, A._SyncRepository__updateLicenses_closure, A._SyncRepository__updateLicenses_closure0, A._SyncRepository__updateLicenses_closure1, A._SyncRepository__updateLicenses_closure2, A._SyncRepository__updateLicenses__closure0, A._SyncRepository__updateLicenses_closure4, A._SyncRepository__updateLicenses_closure5, A._SyncRepository__updateLicenses_closure6, A._SyncRepository__updateLicenses_closure7, A._SyncRepository__updateLicenses__closure, A._SyncRepository__parseDriveTransactionsIntoDatabaseEntities_closure, A._SyncRepository__parseDriveTransactionsIntoDatabaseEntities__closure, A._SyncRepository__parseDriveTransactionsIntoDatabaseEntities__closure0, A._SyncRepository__addNewDriveEntityRevisions_closure, A._SyncRepository__addNewFolderEntityRevisions_closure, A.createNetworkTransactionsCompanionsForDrives_closure, A.createNetworkTransactionsCompanionsForFiles_closure, A.createNetworkTransactionsCompanionsForFolders_closure, A._parseHttpResponseForPriceForFiat_closure, A.TurboUploadService_postDataItem_closure, A.TurboUploadService_postDataItem_closure0, A.TurboTopUpEstimationBloc_closure, A.TurboTopupFlowBloc_listenToSessionExpiration_closure, A._InputDropdownMenuState_build_closure0, A._TurboBalanceState_addButton__closure, A._$PaymentModelFromJson_closure, A.showTurboTopupModal_closure, A.showTurboTopupModal__closure, A.showTurboTopupModal__closure0, A.showTurboTopupModal__closure1, A.showTurboTopupModal_closure0, A._TurboModalState__content__closure, A._TurboModalState__content__closure0, A._TurboModalState__content__closure1, A._TurboModalState__content__closure2, A._TurboModalState__content___closure, A._TurboModalState__showErrorDialog_closure, A.TurboPaymentFormViewState_build_closure0, A.TurboPaymentFormViewState_build_closure, A.TurboPaymentFormViewState__footer_closure0, A.TurboPaymentFormViewState__footer_closure, A.TurboPaymentFormViewState__formDesktop_closure, A.TurboPaymentFormViewState__formDesktop_closure1, A.TurboPaymentFormViewState__formDesktop_closure0, A.TurboPaymentFormViewState_nameOnCardTextField_closure, A.TurboPaymentFormViewState_countryTextField__closure1, A.TurboPaymentFormViewState_countryTextField__closure, A.TurboPaymentFormViewState_countryTextField__closure0, A.TurboPaymentFormViewState_promoCodeTextField__closure1, A.TimerWidgetState_startTimer_closure, A.TimerWidgetState_build_closure, A.TimerWidgetState_build_closure0, A._InputDropdownMenuState_initState_closure, A._InputDropdownMenuState_build_closure, A.QuoteRefreshWidgetState_build_closure0, A.QuoteRefreshWidgetState_build_closure, A._TurboReviewViewState_build__closure7, A._TurboReviewViewState_build__closure6, A._TurboReviewViewState_build__closure8, A._TurboReviewViewState_build__closure9, A._TurboReviewViewState_build__closure10, A._TurboReviewViewState_build__closure11, A._TurboReviewViewState__footer_closure0, A._TurboReviewViewState__footer___closure, A._TurboReviewViewState__footer___closure0, A._TurboReviewViewState__footer_closure, A._TurboReviewViewState__footer___closure1, A._TurboReviewViewState__footer___closure2, A.TurboSessionManager__startSessionExpirationListener_closure, A.TurboPriceEstimator__startOnPriceEstimateChange_closure, A._quoteEstimateTimer_closure, A.UserBalanceBloc__onGetUserBalance_closure, A.UserBalanceBloc__onRefreshUserBalance_closure, A.showDownloadWalletModal_closure, A.DownloadWalletModal_build__closure0, A._UserPreferencesRepository_closure, A._UserPreferencesRepository_saveTheme_closure, A._UserPreferencesRepository_saveLastSelectedDriveId_closure, A._UserPreferencesRepository_saveShowHiddenFiles_closure, A._UserPreferencesRepository_saveUserHasHiddenItem_closure, A._UserRepository_getBalance_closure, A.doesTagsContainValidArFSVersion_closure, A.NextFitBundlePacker_packItems_closure, A.parseCustomGqlTags_closure, A.GraphQLRetry_execute_closure0, A.HttpRetry_processRequest_closure0, A.shouldLogErrorCallback_closure, A.showArDriveDialog_closure, A.DriveHistoryComposite__computeSubRanges_closure0, A.DriveHistoryComposite__computeSubRanges_closure1, A.DriveHistoryComposite__computeSubRanges__closure, A.SnapshotItem_SnapshotItem$fromGQLNode_closure, A.SnapshotItem_SnapshotItem$fromGQLNode_closure0, A.SnapshotItem_SnapshotItem$fromGQLNode_closure1, A.SnapshotItem_instantiateSingle_closure, A.SnapshotItem_instantiateSingle_closure0, A.SnapshotItemToBeCreated_getSnapshotData_closure, A.SnapshotItemToBeCreated__isSnapshotTx_closure, A.SnapshotItemToBeCreated__isSnapshotTx_closure0, A.txSnapshotToSnapshotData_closure, A.decryptTransactionData_closure, A.AesStream_aesStreamTransformer_closure, A.AesGcmStream_decryptTransformer_closure, A.chunkTransformer_closure, A.ArDriveHTTP__getDioRetrySettings_retryDelay, A.WebFileSystemProvider_getFolder_closure, A.FolderPicker_pickFolderFiles_closure, A.FolderPicker_pickFolderFiles__closure, A.Logger_initSentry_closure, A._ArDriveAccordionState_build__closure, A._ArDriveButtonState__overlayColor_closure, A._ArDriveButtonState__shape_closure, A._ArDriveButtonState__shapeOutlined_closure, A._ArDriveButtonState__borderSize_closure, A._ArDriveButtonState__maxSize_closure, A._ArDriveButtonState__backgroundColor_closure, A.ArDriveTextButton__hoverColor_closure, A._ArDriveButtonNewState_build_closure0, A._ArDriveButtonNewState_build_closure, A._ArDriveButtonNewState_build_closure1, A._ArDriveDataTableState__isMultiSelecting_closure, A._ArDriveDataTableState_openMultiSelectBox_closure, A._ArDriveDataTableState_getMultiSelectBox_closure, A._ArDriveDataTableState_getMultiSelectBox_closure0, A._ArDriveDataTableState_didUpdateWidget_closure0, A._ArDriveDataTableState__selectMultiSelectItem__closure, A._ArDriveDataTableState_build_closure, A._ArDriveDataTableState__masterMultiselectCheckBox_closure, A._ArDriveDataTableState__multiSelectColumn_closure, A._ArDriveDataTableState__multiSelectColumn_closure0, A._ArDriveDataTableState__getPagesIndicators_closure, A._ArDriveDataTableState__buildRowSpacing__closure, A._ArDriveDataTableState__buildRowSpacing_closure, A._ArDriveDropZoneState_build_closure1, A._ArDriveDropZoneState_build__closure, A._ArDriveDropZoneState_build_closure, A._ArDriveDropZoneState_build_closure0, A._ArDriveDropZoneState_verifyIfFolder_closure, A.showAnimatedDialog_closure0, A.showAnimatedDialog_closure, A.showAnimatedDialogWithBuilder_closure0, A.showAnimatedDialogWithBuilder_closure, A._ArDriveDropdownState_didChangeDependencies_closure, A._ArDriveDropdownState_build_closure1, A._ArDriveHoverWidgetState_build_closure0, A._ArDriveHoverWidgetState_build_closure, A._ArDriveRadioButtonGroupState_build__closure, A._ArDriveRadioButtonGroupState_build___closure, A._ArDriveSubmenuState__buildMenuItem_closure, A._ArDriveTabViewState_build_closure, A._ArDriveTabViewState_build_closure0, A.ArDriveFormState_didChangeDependencies_closure, A.ArDriveFormState_didChangeDependencies__closure, A.ArDriveFormState__waitValidations_closure, A.ArDriveFormState__findAndValidateTextFieldAsync_closure, A.ArDriveFormState__findAndValidateTextFieldAsync__closure, A.ArDriveFormState__findTextFields_closure, A.ArDriveTextFieldState_build_closure0, A.ArDriveFormNewState_didChangeDependencies_closure, A.ArDriveFormNewState_didChangeDependencies__closure, A.ArDriveFormNewState__waitValidations_closure, A.ArDriveFormNewState__findAndValidateTextFieldAsync_closure, A.ArDriveFormNewState__findAndValidateTextFieldAsync__closure, A.ArDriveFormNewState__findTextFields_closure, A.ArDriveTextFieldStateNew_build_closure0, A._ToggleCircleState_didUpdateWidget_closure0, A._ArDriveAppState_build_closure, A._ArDriveUploader_uploadEntities_closure, A._ArDriveUploader_uploadEntities_closure0, A.UploadCostEstimateCalculatorForAR_calculateCost_closure, A.D2NStreamedUpload_send_closure, A.D2NStreamedUpload_send_closure0, A.D2NStreamedUpload_send__closure, A.DataTransactionBundler_createDataBundle_closure, A.DataTransactionBundler_createDataBundleForEntities_closure, A.DataTransactionBundler_createDataBundleTransaction_closure, A.DataTransactionBundler_createDataBundleTransaction_closure0, A.DataTransactionBundler_createDataBundleTransaction_closure1, A.DataTransactionBundler_createDataBundleTransaction_closure2, A.BDIDataBundler__createBundleStable_closure, A.BDIDataBundler__createBundleStable_closure0, A.BDIDataBundler__createBundleStable_closure1, A.BDIDataBundler_createDataBundleForEntities_closure, A.BDIDataBundler_createDataBundleForEntities_closure0, A.BDIDataBundler_createDataBundleForEntities_closure1, A._generateDataDataItem_closure, A._generateMetadataDataItem_closure, A._generateMetadataDataItem_closure2, A._generateMetadataDataItem_closure3, A._generateMetadataDataItem_closure4, A._generateMetadataDataItem_closure5, A._generateMetadataDataItem_closure6, A._generateFileMetadataDataItem_closure, A._generateFileMetadataDataItem_closure2, A._generateFileMetadataDataItem_closure3, A._generateFileMetadataDataItem_closure4, A._generateFileMetadataDataItem_closure5, A._generateFileMetadataDataItem_closure6, A._getDataItemResult_closure, A._getDataItemResult_closure0, A._getDataItemResult_closure1, A.createDataItemForThumbnail_closure, A.createDataItemForThumbnail_closure0, A.createDataItemForThumbnail_closure1, A.ARFSUploadMetadataGenerator_generateMetadata_closure, A.TurboStreamedUpload_send_closure, A.TurboStreamedUpload_send_closure0, A.TurboUploadServiceChunkUploadsBase_post_closure0, A.TurboUploadServiceChunkUploadsBase_post___closure, A.TurboUploadServiceChunkUploadsBase_post__closure0, A.TurboUploadServiceChunkUploadsBase_post__closure1, A._calculateChunkSize_applyLimits, A.TurboUploadServiceNonChunked_post_closure, A.TurboUploadServiceNonChunked_post_closure0, A._UploadController_notCompletedTasks_closure, A._UploadController_init_closure, A._UploadController_init_closure1, A._UploadController_sendTasks_closure, A._UploadController_sendTasks_closure1, A._UploadController_sendTasks_closure0, A._UploadController_sendTask_closure0, A._UploadController_sendTask_closure, A._UploadController_retryFailedTasks_closure, A._UploadController_cancel_closure, A._UploadController_cancel_closure0, A._UploadController__handleError_closure, A._UploadController__handleError_closure0, A._UploadController__handleError_closure1, A._UploadController__onProgressChange_closure, A._UploadController__onDone_closure, A._UploadController__onCancel_closure, A._UploadController__onError_closure, A._UploadController__onCompleteTask_closure, A._UploadController__onFailedTask_closure, A.UploadWorker_addTask_closure, A.WorkerPool__setWorkerCallbacks_closure0, A.WorkerPool__setWorkerCallbacks__closure1, A.UploadFileUsingDataItemFiles_upload_closure, A.UploadFileUsingDataItemFiles__sendDataItem_closure0, A.UploadFileUsingBundleStrategy_upload_closure2, A.UploadFolderStructureAsBundleStrategy_upload_closure, A._UploadThumbnailStrategy_upload_closure, A.createDataItemResultFromDataItemFiles_closure, A.getJsonFromListOfTags_closure, A.FileTypeHelper_isImage_closure, A.FileTypeHelper_isAudio_closure, A.FileTypeHelper_isVideo_closure, A.FileTypeHelper_isCode_closure, A.getFirstFutureResult_onValue, A.onTabGetsFocused_closure, A.onWalletSwitch_listener, A.Worker_addTask_closure, A.WorkerPool__setWorkerCallbacks_closure, A.WorkerPool__setWorkerCallbacks__closure, A._generateLeaves_closure, A.generateProofs_flatten, A.DataBundle_fromDataItems_closure, A.Transaction_getSignatureData_closure, A.TransactionUploader_upload_uploadChunkAndNotifyOfCompletion_closure0, A.TransactionUploader_upload_closure1, A.Wallet_getOwner_closure, A.SignatureConfig_arweave_closure, A.SignatureConfig_ethereum_closure, A.TransactionResult_toJson_closure, A.createTransactionTaskEither_closure, A.createTransactionTaskEither__closure, A.createTransactionTaskEither___closure, A.createTransactionTaskEither____closure, A.createTransactionTaskEither_____closure, A.createTransactionTaskEither_____closure0, A.createTransactionTaskEither______closure, A.createBundledDataItemTaskEither_closure, A.createBundledDataItemTaskEither_closure0, A.createBundledDataItemTaskEither__closure, A.createDataBundleTaskEither_closure, A.createDataBundleTaskEither__closure, A.createDataItemTaskEither_closure, A.createDataItemTaskEither__closure, A.createDataItemTaskEither___closure, A.createDataItemTaskEither____closure, A.createDataItemTaskEither_____closure, A.createDataItemTaskEither______closure, A.download_setProgressTimer, A.download_setProgressTimer_closure, A.download_startDownload, A.download_startDownload_closure, A.download_startDownload_closure0, A.download_startDownload_closure2, A._verify_closure, A._verify_closure0, A.uploadTransaction_closure, A._postChunks___closure0, A._postChunks_closure0, A._postChunks___closure, A.ChunkUploader_uploadChunkAndNotifyOfCompletion_closure0, A.toStream_closure, A.prepareChunksTaskEither_closure, A.getTxAnchor__closure, A.getTxPrice__closure, A.verifyTransaction_closure, A.ArweaveTransactionsApi_getTransactionAnchor_closure, A.ArweaveTransactionsApi_getPrice_closure, A.ownerToAddress_closure, A.estimateDataItemSize_closure, A.FutureGroup_add_closure, A.StreamQueue__ensureListening_closure, A.StreamSplitter__onPause_closure, A.AudioSession$__closure0, A._bytesToBinary_closure, A.entropyToMnemonic_closure, A.entropyToMnemonic_closure0, A.mnemonicToEntropy_closure, A.mnemonicToEntropy_closure0, A.mnemonicToEntropy_closure1, A.Bloc_on_closure, A.Bloc_on_closure0, A.Bloc_on_closure_onEmit, A.Bloc_close_closure, A.Bloc_close_closure0, A._FlatMapStreamTransformer_bind__closure, A._FlatMapStreamTransformer_bind___closure, A._Emitter_forEach_closure, A.CarouselSliderState_getTimer_closure, A.CarouselSliderState_getTimer__closure, A.CarouselSliderState_getGestureWrapper_closure1, A.CarouselSliderState_getGestureWrapper__closure, A.CarouselSliderState_getGestureWrapper__closure0, A.CarouselSliderState_getGestureWrapper__closure1, A.CarouselSliderState_getGestureWrapper_closure, A.CarouselSliderState_build_closure, A.CanonicalizedMap_entries_closure, A.CanonicalizedMap_keys_closure, A.CanonicalizedMap_values_closure, A._ConfettiWidgetState__startAnimation_closure, A.ParticleSystem__clean_closure, A.MethodChannelConnectivity_checkConnectivity_closure, A.parseConnectivityResults_closure, A.XFile__blob_closure, A.XFile__blob_closure0, A.SecretKey_extractBytes_closure, A.ListToCsvConverter_convert_closure, A.ListToCsvConverter__containsAny_closure, A.DesktopDropWeb__registerEvents_closure, A.DesktopDropWeb__registerEvents__closure, A.DesktopDropWeb__registerEvents_closure0, A.DesktopDropWeb__registerEvents_closure1, A.DesktopDropWeb__registerEvents_closure2, A.DesktopDrop_init_closure, A.DesktopDrop__handleMethodChannel_closure, A.DesktopDrop__handleMethodChannel_closure0, A.DesktopDrop__handleMethodChannel_closure1, A.DesktopDrop__handleMethodChannel_closure2, A.DesktopDrop__handleMethodChannel_closure3, A.DesktopDrop__handleMethodChannel_closure4, A.BrowserHttpClientAdapter_fetch_closure0, A.BrowserHttpClientAdapter_fetch_closure2, A.BrowserHttpClientAdapter_fetch_closure3, A.BrowserHttpClientAdapter_fetch_closure4, A.BrowserHttpClientAdapter_fetch_closure5, A.BrowserHttpClientAdapter_fetch_closure7, A.BrowserHttpClientAdapter_fetch_closure8, A.BrowserHttpClientAdapter_fetch_closure9, A.BrowserHttpClientAdapter_fetch_closure10, A.DioMixin_fetch_requestInterceptorWrapper, A.DioMixin_fetch_requestInterceptorWrapper_closure, A.DioMixin_fetch_responseInterceptorWrapper, A.DioMixin_fetch_responseInterceptorWrapper_closure, A.DioMixin_fetch_errorInterceptorWrapper, A.DioMixin_fetch_errorInterceptorWrapper_closure, A.DioMixin__transformData_closure, A.DioMixin_listenCancelForAsyncTask_closure, A.Interceptors_clear_closure, A.FormData_finalize_writeUtf8, A.FormData_finalize_closure0, A.handleResponseStream_closure, A.SyncTransformer_transformResponse_closure, A.encodeMap_closure, A.encodeMap_maybeEncode, A.caseInsensitiveKeyMap_closure0, A.RetryInterceptor_onError_closure, A.RetryInterceptor__printErrorIfRequestHasMultipartFile_closure, A.Batch_insertAllOnConflictUpdate_closure, A.DatabaseConnectionUser_doWhenOpened_closure, A.DatabaseConnectionUser_customUpdate_closure, A.DatabaseConnectionUser__customWrite_closure0, A.DatabaseConnectionUser__customWrite_closure, A.DatabaseConnectionUser_customStatement_closure, A.DatabaseConnectionUser_transaction_closure, A.DatabaseConnectionUser_batch_closure, A.DriftRuntimeOptions_debugPrint_closure, A.DriftRuntimeOptions_debugPrint__closure, A.QueryResult_asMap_closure, A.StreamQueryStore_updatesForSync_closure, A.StreamQueryStore_updatesForSync_closure0, A.QueryStream__stream_closure, A.QueryStream__onListenOrResume_closure, A.MultipleUpdateQuery_matches_closure, A.TableOrViewStatements_count_closure, A.TableInfoUtils_get_mapFromRow_closure, A.TableInfoUtils_mapFromRowOrNull_closure, A.TableInfoUtils_mapFromRowOrNull_closure0, A.DeleteStatement_go_closure, A.InsertStatement_insert_closure, A.InsertStatement_insertOnConflictUpdate_closure, A.Query_writeInto_writeWithSpace, A.QueryTableExtensions_whereSamePrimaryKey_closure, A.QueryTableExtensions_whereSamePrimaryKey_closure0, A.CustomSelectStatement__mapArgs_closure, A.CustomSelectStatement__executeRaw_closure, A.CustomSelectStatement__mapDbResponse_closure, A.SimpleSelectStatement__getRaw_closure, A.JoinedSelectStatement_watch_closure0, A.JoinedSelectStatement__getRaw_closure, A.JoinedSelectStatement__mapWithStructure_closure, A.JoinedSelectStatement__mapResponse_closure, A.UpdateStatement__performQuery_closure, A.MapAndAwait_mapAsyncAndAwait_closure, A.AsyncMapPerSubscription_asyncMapPerSubscription_closure, A.AsyncMapPerSubscription_asyncMapPerSubscription_closure_onData, A.LazyDatabase__awaitOpened_closure, A.LazyDatabase_ensureOpen_closure, A.Lock_synchronized_closure, A._IndexedDbStorage_open_closure, A.CompleteIdbRequest_complete_closure, A.CompleteIdbRequest_complete_closure0, A._combine_closure0, A.mapPropsToString_closure, A.onDone_closure, A.FilePickerWeb_pickFiles_changeEventListener, A.FilePickerWeb_pickFiles_changeEventListener_addPickedFile, A.FilePickerWeb_pickFiles_changeEventListener_closure, A.FilePickerWeb_pickFiles_changeEventListener_closure0, A.FilePickerWeb_pickFiles_changeEventListener_closure1, A.FilePickerWeb_pickFiles_cancelledEventListener, A.FilePickerWeb_pickFiles_cancelledEventListener_closure, A.FilePickerIO__getPath_closure, A.FilePickerIO__getPath__closure, A.FilePickerMacOS_resultStringToFilePaths_closure, A.FilePickerMacOS_resultStringToFilePaths_closure0, A.FilePickerMacOS_resultStringToFilePaths_closure1, A.FilePickerMacOS_resultStringToFilePaths__closure, A.KDialogHandler_fileTypeToFileFilter_closure, A.KDialogHandler_resultStringToFilePaths_closure, A.QarmaAndZenityHandler_resultStringToFilePaths_closure, A.filePathsToPlatformFiles_closure, A.filePathsToPlatformFiles_closure0, A.filePathsToPlatformFiles__closure, A.filePathsToPlatformFiles___closure, A.MethodChannelFileSelector_getSavePath_closure, A.WindowFileSystemAccess__toInteropAcceptType_closure, A._CupertinoButtonState__animate_closure, A._CupertinoBackGestureDetectorState_dispose_closure, A._CupertinoBackGestureController_dragEnd_closure, A._CupertinoEdgeShadowDecoration_lerp_closure, A._CupertinoEdgeShadowDecoration_lerp_closure0, A._CupertinoScrollbarState_handleThumbPress_closure, A._CupertinoTextSelectionToolbarContentState_build_closure, A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure, A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure0, A._RenderCupertinoTextSelectionToolbarItems_paint_closure, A._RenderCupertinoTextSelectionToolbarItems_redepthChildren_closure, A._RenderCupertinoTextSelectionToolbarItems_visitChildrenForSemantics_closure, A.CupertinoThemeData_resolveFrom_convertColor, A.NoDefaultCupertinoThemeData_resolveFrom_convertColor, A._CupertinoThemeDefaults_resolveFrom_convertColor, A.FlutterError_FlutterError_closure, A.FlutterError_defaultStackFilter_closure, A.FlutterError_defaultStackFilter_closure0, A.debugPrintStack_closure, A.debugPrintThrottled_closure, A.StackFrame_fromStackString_closure, A.SynchronousFuture_whenComplete_closure, A._GestureArena_toString_closure, A.PointerEventConverter_expand_closure, A.PointerEventConverter_expand_closure0, A.PolynomialFit_toString_closure, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure0, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure1, A._MaterialAppState__materialBuilder_closure, A.MaterialRectArcTween__initialize_closure, A._DragHandle_build_closure, A._DragHandle_build_closure0, A._ModalBottomSheetState_build__closure, A.ModalBottomSheetRoute_buildPage_closure, A._BottomSheetGestureDetector_build_closure0, A.ButtonBar_build_closure, A._ButtonStyleState_build_effectiveValue, A._ButtonStyleState_build_resolve, A._ButtonStyleState_build_resolve_closure, A._ButtonStyleState_build_closure, A._ButtonStyleState_build_closure0, A._ButtonStyleState_build_closure1, A._ButtonStyleState_build_closure2, A._ButtonStyleState_build_closure3, A._ButtonStyleState_build_closure4, A._ButtonStyleState_build_closure5, A._ButtonStyleState_build_closure6, A._ButtonStyleState_build_closure7, A._ButtonStyleState_build_closure8, A._ButtonStyleState_build_closure9, A._ButtonStyleState_build_closure10, A._ButtonStyleState_build_closure11, A._ButtonStyleState_build_closure12, A._ButtonStyleState_build_closure20, A._ButtonStyleState_build__closure0, A._ButtonStyleState_build_closure21, A._ButtonStyleState_build__closure, A._ButtonStyleState_build_closure13, A._ButtonStyleState_build_closure14, A._ButtonStyleState_build_closure15, A._ButtonStyleState_build_closure16, A._ButtonStyleState_build_closure17, A._ButtonStyleState_build_closure18, A._ButtonStyleState_build_closure19, A._CheckboxState__widgetFillColor_closure, A._CheckboxState_build_closure, A._CheckboxDefaultsM2_side_closure, A._CheckboxDefaultsM2_fillColor_closure, A._CheckboxDefaultsM2_overlayColor_closure, A._CheckboxDefaultsM3_side_closure, A._CheckboxDefaultsM3_fillColor_closure, A._CheckboxDefaultsM3_checkColor_closure, A._CheckboxDefaultsM3_overlayColor_closure, A._DropdownRoutePageState_build_closure, A._DropdownButtonState_initState_closure, A._DropdownButtonState_initState_closure0, A._DropdownButtonState__updateSelectedIndex_closure, A._DropdownButtonState__handleTap_closure, A._DropdownButtonState__handleTap_closure0, A.DropdownButtonFormField_closure, A.DropdownButtonFormField__closure, A.DropdownButtonFormField__closure0, A._ElevatedButtonDefaultsM3_backgroundColor_closure, A._ElevatedButtonDefaultsM3_foregroundColor_closure, A._ElevatedButtonDefaultsM3_overlayColor_closure, A._ElevatedButtonDefaultsM3_elevation_closure, A._ElevatedButtonDefaultsM3_mouseCursor_closure, A._ExpansionTileState__toggleExpansion__closure, A._IconButtonM3_themeStyleOf_isIconThemeDefault, A._IconButtonDefaultsM3_foregroundColor_closure, A._IconButtonDefaultsM3_overlayColor_closure, A._IconButtonDefaultsM3_mouseCursor_closure, A._FilledIconButtonDefaultsM3_backgroundColor_closure, A._FilledIconButtonDefaultsM3_foregroundColor_closure, A._FilledIconButtonDefaultsM3_overlayColor_closure, A._FilledIconButtonDefaultsM3_mouseCursor_closure, A._FilledTonalIconButtonDefaultsM3_backgroundColor_closure, A._FilledTonalIconButtonDefaultsM3_foregroundColor_closure, A._FilledTonalIconButtonDefaultsM3_overlayColor_closure, A._FilledTonalIconButtonDefaultsM3_mouseCursor_closure, A._OutlinedIconButtonDefaultsM3_backgroundColor_closure, A._OutlinedIconButtonDefaultsM3_foregroundColor_closure, A._OutlinedIconButtonDefaultsM3_overlayColor_closure, A._OutlinedIconButtonDefaultsM3_side_closure, A._OutlinedIconButtonDefaultsM3_mouseCursor_closure, A._InkResponseState_highlightsExist_closure, A._InkResponseState_build_getHighlightColorForType, A._RenderDecoration_paint_doPaint, A._InputDecoratorDefaultsM2_hintStyle_closure, A._InputDecoratorDefaultsM2_labelStyle_closure, A._InputDecoratorDefaultsM2_floatingLabelStyle_closure, A._InputDecoratorDefaultsM2_helperStyle_closure, A._InputDecoratorDefaultsM2_errorStyle_closure, A._InputDecoratorDefaultsM2_fillColor_closure, A._InputDecoratorDefaultsM2_iconColor_closure, A._InputDecoratorDefaultsM2_prefixIconColor_closure, A._InputDecoratorDefaultsM2_suffixIconColor_closure, A._InputDecoratorDefaultsM3_hintStyle_closure, A._InputDecoratorDefaultsM3_fillColor_closure, A._InputDecoratorDefaultsM3_activeIndicatorBorder_closure, A._InputDecoratorDefaultsM3_outlineBorder_closure, A._InputDecoratorDefaultsM3_prefixIconColor_closure, A._InputDecoratorDefaultsM3_suffixIconColor_closure, A._InputDecoratorDefaultsM3_labelStyle_closure, A._InputDecoratorDefaultsM3_floatingLabelStyle_closure, A._InputDecoratorDefaultsM3_helperStyle_closure, A._InputDecoratorDefaultsM3_errorStyle_closure, A.ListTile_build_resolveColor, A._RenderListTile_paint_doPaint, A.ListTileTheme_merge_closure, A.TextMagnifier_adaptiveMagnifierConfiguration_closure, A._MaterialState_build_closure, A._MaterialInteriorState_forEachTween_closure, A._MaterialInteriorState_forEachTween_closure0, A._MaterialInteriorState_forEachTween_closure1, A._MaterialInteriorState_forEachTween_closure2, A.MaterialStateMixin_updateMaterialState_closure, A._MenuAnchorState_build_closure, A._MenuAnchorState_build_closure0, A._MenuAnchorState__buildContents_closure, A._MenuAnchorState__getFocusableChildren_closure, A._MenuAnchorState__childChangedOpenState_closure0, A._MenuAnchorState__close_closure, A._MenuLayout_getPositionForChild_offLeftSide, A._MenuLayout_getPositionForChild_offRightSide, A._MenuLayout_getPositionForChild_offTop, A._MenuLayout_getPositionForChild_offBottom, A._MenuPanelState_build_effectiveValue, A._MenuPanelState_build_resolve, A._MenuPanelState_build_resolve_closure, A._MenuPanelState_build_closure, A._MenuPanelState_build_closure0, A._MenuPanelState_build_closure1, A._MenuPanelState_build_closure2, A._MenuPanelState_build_closure3, A._MenuPanelState_build_closure4, A._MenuPanelState_build_closure5, A._MenuPanelState_build_closure6, A._MenuPanelState_build_closure7, A._MenuPanelState_build_closure8, A._MenuPanelState_build_closure9, A._Submenu_build_effectiveValue, A._Submenu_build_resolve, A._Submenu_build_resolve_closure, A._Submenu_build_closure2, A._Submenu_build__closure, A._Submenu_build_closure, A._Submenu_build_closure0, A._Submenu_build_closure1, A._Submenu_build_closure3, A._OutlinedButtonDefaultsM3_foregroundColor_closure, A._OutlinedButtonDefaultsM3_overlayColor_closure, A._OutlinedButtonDefaultsM3_side_closure, A._OutlinedButtonDefaultsM3_mouseCursor_closure, A._ZoomPageTransition_build_closure, A._ZoomPageTransition_build_closure0, A._ZoomPageTransition_build_closure1, A._ZoomPageTransition_build_closure2, A.PageTransitionsTheme__all_closure, A.ScaffoldMessengerState_hideCurrentSnackBar_closure, A._MaterialScrollbarState__trackVisibility_closure, A._MaterialScrollbarState__thumbColor_closure, A._MaterialScrollbarState__trackColor_closure, A._MaterialScrollbarState__trackBorderColor_closure, A._MaterialScrollbarState__thickness_closure, A._SliderState_showValueIndicator_closure, A._RenderSlider_closure, A._RenderSlider__maxSliderPartWidth_closure, A._RenderSlider__maxSliderPartHeight_closure, A._SliderDefaultsM3_overlayColor_closure, A._SnackBarActionState_build_resolveForegroundColor_closure, A._SnackBarActionState_build_resolveBackgroundColor_closure, A._SnackBarState_build_closure, A._SnackbarDefaultsM3_actionTextColor_closure, A._TabStyle__resolveWithLabelColor_closure, A._TabBarState_initState_closure, A._TabBarState_build_closure, A._TabBarState_build_closure0, A._TabsPrimaryDefaultsM3_overlayColor_closure, A._TextButtonDefaultsM3_foregroundColor_closure, A._TextButtonDefaultsM3_overlayColor_closure, A._TextButtonDefaultsM3_mouseCursor_closure, A._TextFieldState_build_closure7, A._TextFieldState_build_closure8, A._m2StateInputStyle_closure, A._m3StateInputStyle_closure, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, A._RenderTextSelectionToolbarItemsLayout__layoutChildren_closure, A._RenderTextSelectionToolbarItemsLayout__placeChildren_closure, A._RenderTextSelectionToolbarItemsLayout_paint_closure, A._RenderTextSelectionToolbarItemsLayout_visitChildrenForSemantics_closure, A._AnimatedThemeState_forEachTween_closure, A.ThemeData__lerpThemeExtensions_closure0, A.TimeOfDay_toString_addLeadingZeroIfNeeded, A.TimePickerThemeData_dayPeriodColor_closure, A.NetworkImage__loadAsync_closure, A.NetworkImage__loadAsync_closure0, A._CompoundBorder_scale_closure, A._CompoundBorder_preferPaintInterior_closure, A._CompoundBorder_toString_closure, A.ClipContext_clipPathAndPaint_closure, A.ClipContext_clipRRectAndPaint_closure, A.ClipContext_clipRectAndPaint_closure, A._CachedImageBase_dispose_closure, A.ImageProvider_resolve_closure0, A.ImageProvider__createErrorHandlerAndKey_closure, A.AssetImage_obtainKey_closure, A.ImageStreamCompleter_reportError_closure, A.ImageStreamCompleter_reportImageChunkEvent_closure, A.InlineSpan_getSpanForPosition_closure, A.InlineSpan_codeUnitAt_closure, A._ShapeDecorationPainter__precache_closure, A._ShapeDecorationPainter__precache_closure0, A._ShapeDecorationPainter__precache_closure1, A.TextPainter_inlinePlaceholderBoxes_closure, A.TextPainter_getBoxesForSelection_closure, A.TextPainter_computeLineMetrics_closure, A.TextStyle_fontFamilyFallback_closure, A.FrictionSimulation_closure, A.RendererBinding_pipelineOwner_closure1, A.RendererBinding__scheduleMouseTrackerUpdate_closure, A.BoxConstraints_toString_describe, A.RenderEditable_getBoxesForSelection_closure, A.RenderEditable_describeSemanticsConfiguration_closure, A.RenderEditable__canComputeDryLayoutForInlineWidgets_closure, A.MouseTracker__handleDeviceUpdate_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure0, A.RenderObject__updateCompositingBits_closure, A.RenderObject_clearSemantics_closure, A.RenderObject__getSemanticsForParent_closure, A.RenderObject__getSemanticsForParent_closure0, A.RenderObject__getSemanticsForParent_closure1, A.RelayoutWhenSystemFontsChangeMixin__scheduleSystemFontsUpdate_closure, A.RenderParagraph_markNeedsLayout_closure, A.RenderParagraph_selectionColor_closure, A.RenderParagraph__canComputeDryLayoutForInlineWidgets_closure, A._factoriesTypeSet_closure, A._PlatformViewGestureRecognizer_closure, A.RenderSliverHelpers_hitTestBoxChild_closure, A.RenderSliverMultiBoxAdaptor__createOrObtainChild_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage__closure, A.RenderStack_computeMinIntrinsicWidth_closure, A.RenderStack_computeMaxIntrinsicWidth_closure, A.RenderStack_computeMinIntrinsicHeight_closure, A.RenderStack_computeMaxIntrinsicHeight_closure, A.RenderViewportBase_visitChildrenForSemantics_closure, A.RenderViewportBase_hitTestChildren_closure, A.SchedulerBinding_endOfFrame_closure, A.SchedulerBinding__handleDrawFrame_closure, A.TickerFuture_whenCompleteOrCancel_thunk, A.SemanticsNode_getSemanticsData_closure, A.SemanticsNode__childrenInTraversalOrder_closure, A._SemanticsSortGroup_sortedWithinVerticalGroup_closure, A._SemanticsSortGroup_sortedWithinKnot_search, A._SemanticsSortGroup_sortedWithinKnot_closure0, A._SemanticsSortGroup_sortedWithinKnot_closure1, A._childrenInDefaultOrder_closure, A.SemanticsOwner_sendSemanticsUpdate_closure, A.SemanticsOwner__getSemanticsActionHandlerForId_closure, A.SemanticsConfiguration__addArgumentlessAction_closure, A.SemanticsConfiguration_onMoveCursorForwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorBackwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorForwardByWord_closure, A.SemanticsConfiguration_onMoveCursorBackwardByWord_closure, A.SemanticsConfiguration_onSetSelection_closure, A.SemanticsConfiguration_onSetText_closure, A.CachingAssetBundle_loadStructuredData_closure, A.PlatformAssetBundle_load_closure, A.AssetManifest_loadFromAssetBundle_closure, A._AssetManifestBin_getAssetVariants_closure, A.ServicesBinding__initKeyboard_closure, A._DefaultBinaryMessenger_send_closure, A.LogicalKeyboardKey_expandSynonyms_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.EventChannel_receiveBroadcastStream__closure, A.RestorationManager_handleRestorationUpdateFromEngine_closure, A.RestorationManager_scheduleSerializationFor_closure, A.RestorationBucket__visitChildren_closure, A.FilteringTextInputFormatter__processRegion_adjustIndex, A.TextEditingValue_replaced_adjustIndex, A.TextInput__handleTextInputInvocation_closure0, A.TextInput__handleTextInputInvocation_closure, A.TextInput__handleTextInputInvocation_closure1, A._PlatformTextInputControl_setSelectionRects_closure, A.HtmlElementViewImpl_get__createController_closure, A.HtmlElementViewImpl__createController_closure, A._getParent_closure, A.Actions__findDispatcher_closure, A.Actions_maybeFind_closure, A.Actions__maybeFindWithoutDependingOn_closure, A.Actions_invoke_closure, A.Actions_maybeInvoke_closure, A._FocusableActionDetectorState_initState_closure, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowHoverHighlight, A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight, A._FocusableActionDetectorState_didUpdateWidget_closure, A._AnimatedSwitcherState__newEntry_closure, A._AnimatedSwitcherState__rebuildOutgoingWidgetsIfNeeded_closure, A._AnimatedSwitcherState_build_closure, A._WidgetsAppState_build_closure, A._StreamBuilderBaseState__subscribe_closure, A._FutureBuilderState__subscribe_closure, A._AutomaticKeepAliveState__addClient_closure, A._AutomaticKeepAliveState__getChildElement_closure, A._UbiquitousInheritedElement_notifyClients_closure, A._UbiquitousInheritedElement__recurseChildren_closure, A.ClipPath_shape_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure, A.ContextMenuController_show_closure, A.DefaultSelectionStyle_merge_closure, A.DisplayFeatureSubScreen_avoidBounds_closure, A.DisplayFeatureSubScreen_avoidBounds_closure0, A.EditableTextState_cutSelection_closure, A.EditableTextState__pasteText_closure, A.EditableTextState_didChangeDependencies_closure, A.EditableTextState_didUpdateWidget_closure, A.EditableTextState__createSelectionOverlay_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__startCursorBlink_closure, A.EditableTextState__onCursorTick_closure1, A.EditableTextState_showSpellCheckSuggestionsToolbar_closure, A.EditableTextState__actions_closure, A.EditableTextState_build_closure1, A.EditableTextState_build_closure0, A._ScribbleFocusableState_isInScribbleRect_closure, A.FocusNode_traversalDescendants_closure, A.FocusNode__removeChild_closure, A._getAncestor_closure, A.FocusTraversalPolicy__findInitialFocus_closure, A.FocusTraversalPolicy__sortAllDescendants_visitGroups, A.FocusTraversalPolicy__sortAllDescendants_closure, A._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin_changedScope_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, A._ReadingOrderSortData_commonDirectionalityOf_closure, A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors, A._ReadingOrderDirectionalGroupData_rect_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand_closure, A._InactiveElements__unmount_closure, A.Element_renderObjectAttachingChild_closure, A.Element_describeMissingAncestor_closure, A.Element_describeElements_closure, A.Element_updateChildren_replaceWithNullIfForgotten, A.Element_updateSlotForChild_visit, A.Element__updateDepth_closure, A.Element_detachRenderObject_closure, A.Element_attachRenderObject_closure, A.ParentDataElement__applyParentData_applyParentDataToChild, A.MultiChildRenderObjectElement_children_closure, A.GestureDetector_build_closure0, A.GestureDetector_build_closure2, A.GestureDetector_build_closure4, A.GestureDetector_build_closure6, A.GestureDetector_build_closure8, A.GestureDetector_build_closure10, A.GestureDetector_build_closure12, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1, A.Hero__allHeroesFor_visitor, A.HeroController_didStopUserGesture_isInvalidFlight, A.HeroController__maybeStartHeroTransition_closure, A.IconTheme_merge_closure, A.precacheImage__closure, A._ImageState__replaceImage_closure, A.ImplicitlyAnimatedWidgetState_initState_closure, A.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure, A.ImplicitlyAnimatedWidgetState__constructTweens_closure, A._AnimatedContainerState_forEachTween_closure, A._AnimatedContainerState_forEachTween_closure0, A._AnimatedContainerState_forEachTween_closure1, A._AnimatedContainerState_forEachTween_closure2, A._AnimatedContainerState_forEachTween_closure3, A._AnimatedContainerState_forEachTween_closure4, A._AnimatedContainerState_forEachTween_closure5, A._AnimatedContainerState_forEachTween_closure6, A._AnimatedPaddingState_forEachTween_closure, A._AnimatedAlignState_forEachTween_closure, A._AnimatedPositionedState_forEachTween_closure, A._AnimatedPositionedState_forEachTween_closure0, A._AnimatedPositionedState_forEachTween_closure1, A._AnimatedPositionedState_forEachTween_closure2, A._AnimatedPositionedState_forEachTween_closure3, A._AnimatedPositionedState_forEachTween_closure4, A._AnimatedScaleState_forEachTween_closure, A._AnimatedSlideState_forEachTween_closure, A._AnimatedOpacityState_forEachTween_closure, A._AnimatedDefaultTextStyleState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure0, A._AnimatedPhysicalModelState_forEachTween_closure1, A._AnimatedPhysicalModelState_forEachTween_closure2, A.InheritedTheme_capture_closure, A._loadAll_closure, A._loadAll_closure0, A._loadAll_closure1, A._LocalizationsState_load_closure, A._LocalizationsState_load_closure0, A.LookupBoundary_findAncestorStateOfType_closure, A.LookupBoundary_findRootAncestorStateOfType_closure, A.LookupBoundary_findAncestorRenderObjectOfType_closure, A.TextMagnifierConfiguration_magnifierBuilder_closure, A.MagnifierController_show_closure, A.MediaQueryData_removeDisplayFeatures_closure, A.Route_didPush_closure, A.Route_didAdd_closure, A.Navigator_defaultGenerateInitialRoutes_closure, A._RouteEntry_handleDidPopNext_closure, A._RouteEntry_dispose_closure, A._RouteEntry_isRoutePredicate_closure, A.NavigatorState__handleHistoryChanged_closure, A.NavigatorState_restoreState_closure, A.NavigatorState__forcedDisposeAllRouteEntries_closure, A.NavigatorState_build_closure, A.OverlayEntry_remove_closure, A._RenderTheater_computeMinIntrinsicWidth_closure, A._RenderTheater_computeMaxIntrinsicWidth_closure, A._RenderTheater_computeMinIntrinsicHeight_closure, A._RenderTheater_computeMaxIntrinsicHeight_closure, A._RenderDeferredLayoutBox__childrenInPaintOrder_closure, A._RenderDeferredLayoutBox_layout_closure, A.PageStorageBucket__allKeys_closure, A._PageViewState_build_closure, A._PlatformViewPlaceholderBox_performLayout_closure, A._extension_0_disposePostFrame_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary_closure, A._RouterState__processParsedRouteInformation_closure, A._RouterState__handleRoutePopped_closure, A.BackButtonDispatcher_invokeCallback_notifyNextChild, A.TransitionRoute__updateSecondaryAnimation_jumpOnAnimationEnd, A.TransitionRoute__setSecondaryAnimation_closure, A.LocalHistoryRoute_removeLocalHistoryEntry_closure, A._ModalScopeState_build_closure0, A._ModalScopeState_build__closure, A.ModalRoute_popDisposition_closure, A.ModalRoute__handlePopEntryChange_closure, A.ScrollAwareImageProvider_resolveStreamForKey_closure, A.ScrollBehavior_velocityTrackerBuilder_closure, A.ScrollBehavior_velocityTrackerBuilder_closure0, A.ScrollBehavior_velocityTrackerBuilder_closure1, A.ScrollNotificationObserverState_build_closure, A.ScrollNotificationObserverState_build_closure0, A.ScrollPosition_forcePixels_closure, A.ScrollView_build_closure0, A.Scrollable_ensureVisible_closure, A.ScrollableState_setCanDrag_closure0, A.ScrollableState_setCanDrag_closure2, A._ScrollableSelectionContainerDelegate__scheduleLayoutChange_closure, A.ScrollbarPainter_update_needPaint, A.RawScrollbarState__gestures_closure0, A.RawScrollbarState__gestures__closure, A.RawScrollbarState__gestures__closure0, A.RawScrollbarState__gestures__closure1, A.RawScrollbarState__gestures_closure2, A.RawScrollbarState_build_closure, A.RawScrollbarState_build_closure0, A.MultiSelectableSelectionContainerDelegate__scheduleSelectableUpdate_runScheduledTask, A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure, A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure0, A.MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure, A.MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure0, A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure, A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0, A.SliverMultiBoxAdaptorElement_performRebuild_processElement, A.DefaultTextStyle_merge_closure, A.SelectionOverlay_showMagnifier_closure, A.SelectionOverlay_showToolbar_closure, A.SelectionOverlay_showSpellCheckSuggestionsToolbar_closure, A.SelectionOverlay_markNeedsBuild_closure, A.SelectionOverlay__buildToolbar_closure, A._SelectionHandleOverlayState_build_closure0, A._TextSelectionGestureDetectorState_build_closure0, A._TextSelectionGestureDetectorState_build_closure2, A._TextSelectionGestureDetectorState_build_closure4, A._TextSelectionGestureDetectorState_build_closure6, A._TextSelectionGestureDetectorState_build_closure8, A.UndoHistoryState_initState_closure, A._throttle_closure, A.Visibility_of_closure, A.WidgetSpan_extractFromInlineSpan_visitSubtree, A._BlocBuilderBaseState_build_closure, A._BlocConsumerState_build_closure, A._BlocListenerBaseState_buildWithChild_closure, A._BlocListenerBaseState__subscribe_closure, A.BlocProvider__startListening_closure, A.FlutterDownloader_loadTasksWithRawQuery_closure, A.FlutterDropzonePlugin_registerWith_closure, A.FlutterDropzonePlugin_registerWith_closure0, A.FlutterDropzoneView_closure, A.__StatelessHookElement_StatelessElement_HookElement_build_closure, A.PortalLinkScope_of_closure, A.BuildContextPortalLinkScopeExt_getElementsForInheritedWidgetsOfExactType_closure, A.BuildContextPortalLinkScopeExt_getSpecificElementForInheritedWidgetsOfExactType_closure, A._PortalTargetState__sanityCheckNestedPortalTarget_closure, A.FlutterSharingIntent_getMediaStream__closure, A.MethodChannelFlutterSharingIntent_getInitialSharing_closure, A._KeepVisibleOnFocusState__showOnScreen_closure, A.WebStripe_confirmPayment_closure0, A.WebStripe_confirmPayment_closure1, A.WebStripe_confirmPayment_closure2, A.WebStripe_confirmPayment_closure, A.WebStripe_confirmPayment_closure3, A.WebStripeCardState_initState_closure, A.WebStripeCardState_initStripe_closure, A.WebStripeCardState_initStripe__closure, A.Cache_putIfAbsent_closure, A.SvgLoader__load_closure, A.SvgLoader__load__closure, A.Registrar_send_closure, A.Either_foldLeft_closure, A.Either_foldLeft__closure, A.Either_ap_closure, A.Either_call_closure, A.Task_ap__closure, A.Task_ap___closure, A.Task_flatMap__closure, A.Task_call_closure, A.TaskEither_flatMap__closure, A.TaskEither_flatMap___closure, A.TaskEither_ap_closure, A.TaskEither_ap__closure, A.TaskEither_call_closure, A.Monad_call_closure, A.Monad2_ap_closure, A.Monad2_ap__closure, A.Monad2_call_closure, A.dualEndoMonoid__closure, A._PrintVisitor_visitDocumentNode_closure, A._PrintVisitor_visitDirectiveSetNode_closure, A._PrintVisitor_visitVariableDefinitionSetNode_closure, A._PrintVisitor_visitArgumentSetNode_closure, A._PrintVisitor_visitObjectValueNode_closure, A._PrintVisitor_visitListValueNode_closure, A._PrintVisitor_visitSelectionSetNode_closure, A.DedupeLink_request_closure0, A.DedupeLink_request_closure1, A.HttpLink__prepareRequest_closure, A.HttpLink__prepareRequest__closure, A.HttpLink__encodeAttempter_closure, A._LinkChain_request__closure, A.ResponseParser_parseResponse_closure, A.ResponseParser_parseError_closure, A.head_closure, A.get_closure, A.post_closure, A.BaseRequest_closure0, A.BrowserClient_send_closure, A.BrowserClient_send_closure0, A.ByteStream_toBytes_closure, A.CaseInsensitiveMap$from_closure, A.MediaType_toString__closure, A.expectQuotedString_closure, A.BmpDecoder_decodeFrame_closure, A.ExrPart_closure, A.JpegData__readSOS_closure, A.PnmDecoder__getNextToken_closure, A.Intl__pluralRule_closure, A.DateFormat_dateTimeConstructor_closure, A.DateFormat__checkDateOnly_closure, A.DateFormat__initDigitMatcher_closure, A.DateFormat__initDigitMatcher_closure0, A._DateFormatPatternField_parseStandaloneDay_closure, A.NumberFormat_NumberFormat_closure, A.NumberFormat_NumberFormat$decimalPattern_closure, A.JsIsolatedWorkerImpl__callbackObjects_closure0, A.SIRenderable__gradientColors_closure, A.SIPath__setPaint_closure0, A.SIPath__setPaint_closure3, A.SIPath__setPaint_closure4, A.SIPath__setPaint_closure5, A.SITextSpan__bounds__closure, A.SITextSpan__getPaint_closure, A.SITextSpan__getPaint_closure2, A.SITextSpan__getPaint_closure3, A.SITextSpan__getPaint_closure4, A.SITextSpan_paint_closure, A.SITextSpan_paint_closure0, A.SITextSpan_paint_closure1, A.SITextSpan_paint_closure2, A.ColorWriter_writeColor_closure, A.ColorWriter_writeColor_closure2, A.ColorWriter_writeColor_closure3, A.ColorWriter_writeColor_closure4, A.SIGenericCompactBuilder_path_closure, A._getColorType_closure, A._getColorType_closure2, A._getColorType_closure3, A._getColorType_closure4, A.SIGenericDagBuilder_startPath_closure, A.PathParser__action_closure, A.PathParser__action_closure0, A.PathParser__action_closure1, A.PathParser__action_closure2, A.PathParser__action_closure3, A.PathParser__action_closure4, A.PathParser__action_closure5, A.PathParser__action_closure6, A.PathParser__action_closure7, A.PathParser__action_closure8, A.PathParser__action_closure9, A.PathParser__action_closure10, A.PathParser__action_closure11, A.PathParser__action_closure12, A.PathParser__action_closure13, A.PathParser__action_closure14, A.PathParser__action_closure15, A.PathParser__action_closure16, A.PathParser__action_closure17, A.PathParser__action_closure18, A._CollectCanonBuilder_colorWriter_closure, A._CollectCanonBuilder_warn_closure, A.SvgGroup_canUseLuma_closure, A.SvgPathMaker_canUseLuma_closure, A.SvgLinearGradientColor_toSIColor_toDoubleX, A.SvgLinearGradientColor_toSIColor_toDoubleY, A.SvgRadialGradientColor_toSIColor_toDoubleX, A.SvgRadialGradientColor_toSIColor_toDoubleY, A.SvgText_canUseLuma_closure, A.SvgParser__getCoordinate_closure, A.AudioPlayer_closure, A.AudioPlayer_closure1, A.AudioPlayer_closure3, A.AudioPlayer_closure5, A.AudioPlayer_closure7, A.AudioPlayer_closure9, A.AudioPlayer_closure11, A.AudioPlayer_closure15, A.AudioPlayer_closure16, A.AudioPlayer__closure, A.AudioPlayer__closure0, A.AudioPlayer_createPositionStream_yieldPosition, A.AudioPlayer_createPositionStream_closure, A.AudioPlayer_createPositionStream_closure1, A.AudioPlayer__load_closure, A.AudioPlayer__load_closure0, A.AudioPlayer_play_closure, A.AudioPlayer_stop_closure, A.AudioPlayer__setPlatformActive_subscribeToEvents, A.AudioPlayer__setPlatformActive_subscribeToEvents_closure, A.AudioPlayer__setPlatformActive_subscribeToEvents_closure0, A.AudioPlayer__setPlatformActive_subscribeToEvents__closure, A.AudioPlayer__setPlatformActive_setPlatform_closure, A._IdleAudioPlayer_closure, A.InitRequest_toMap_closure, A.InitRequest_toMap_closure0, A.MethodChannelAudioPlayer_playbackEventMessageStream_closure, A.MethodChannelAudioPlayer_playerDataMessageStream_closure, A.Html5AudioPlayer_closure, A.Html5AudioPlayer_closure0, A.Html5AudioPlayer_closure1, A.Html5AudioPlayer_closure2, A.Html5AudioPlayer_closure3, A.Html5AudioPlayer_closure4, A.Html5AudioPlayer_closure5, A.Html5AudioPlayer_closure6, A.Html5AudioPlayer_closure7, A.BaseStrokeContent_closure, A.LottieComposition_decodeZip_closure, A.LottieComposition_decodeZip_closure0, A.LottieComposition_decodeZip_closure1, A.LottieComposition_decodeZip_closure2, A._LottieBuilderState__load_closure, A.TextLayer__getTextLines_closure, A.JsonReaderOptions_of_closure, A.LottieCache_putIfAbsent_closure, A.LottieCache_putIfAbsent_closure0, A._NestedHookElement_injectedChild_closure, A._SingleChildStatefulElement_StatefulElement_SingleChildWidgetElementMixin_activate_closure, A._SingleChildStatelessElement_StatelessElement_SingleChildWidgetElementMixin_activate_closure, A.__NestedElement_StatelessElement_SingleChildWidgetElementMixin_activate_closure, A.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A.ParsedPath__splitExtension_closure, A.WindowsStyle_absolutePathToUri_closure, A._LinearPercentIndicatorState_initState_closure, A._LinearPercentIndicatorState_initState_closure1, A.WebDelegate__requestNotificationPermission_closure, A.WebDelegate__requestLocationPermission_closure, A.encodePermissions_closure, A._single_closure, A._range_closure, A.RecordParserExtension2_map2_closure, A.RecordParserExtension3_map3_closure, A.RecordParserExtension4_map4_closure, A.RecordParserExtension5_map5_closure, A.RecordParserExtension8_map8_closure, A.string_closure, A._wNafMultiplier_closure, A.HKDFKeyDerivator__getBlockLengthFromDigest_closure, A._escapeRegExp_closure, A._escapeRegExp_closure0, A.SelectContext_select_closure, A._InheritedProviderScopeElement_getElementForInheritedWidgetOfExactType_closure, A.ArDriveContractOracle__getContractFromOracles_closure, A.CommunityOracle_selectTokenHolder_closure, A.CommunityOracle_selectTokenHolder_closure1, A.CommunityOracle_selectTokenHolder_closure2, A.PstService__getPSTFee_closure, A.PstService__getPSTFee_closure0, A.CommunityContractDataBuilder__buildVotes_closure, A.CommunityContractDataBuilder__buildVotes__closure, A.CommunityContractDataBuilder__buildVotes__closure0, A.CommunityContractDataBuilder__buildVotes__closure1, A.CommunityContractDataBuilder__buildSettings_closure, A.CommunityContractDataBuilder__buildBalance_closure, A.CommunityContractDataBuilder__buildVault_closure, A.CommunityContractDataBuilder__buildVault__closure, A.AbstractControl__runAsyncValidators__closure, A.AbstractControl__runAsyncValidators__closure0, A.AbstractControl__anyControlsTouched_closure, A.AbstractControl__anyControlsDirty_closure, A.FormGroup_allControlsDisabled_closure, A.FormGroup_anyControlsHaveStatus_closure, A.FormGroup_errors__closure, A.FormGroup_anyControls_closure, A.ReactiveDropdownField_closure, A.ReactiveDropdownField__closure, A.ReactiveDropdownField__closure0, A.ReactiveDropdownField__closure1, A.ReactiveTextField_closure, A.ReactiveTextField__closure, A.CombineLatestStream_combine2_closure, A.CombineLatestStream_combine3_closure, A.CombineLatestStream_combine5_closure, A.CombineLatestStream__buildController___closure, A._BackpressureStreamSink_multiWindow_closure, A.DebounceStreamTransformer_closure, A.DebounceExtensions_debounceTime_closure, A.PairwiseStreamTransformer_closure, A.PairwiseStreamTransformer_closure0, A.PairwiseStreamTransformer_closure1, A._forwardMulti_closure, A._forwardMulti_closure_listenToUpstream, A._forward_closure_listenToUpstream, A.ClientReport_toJson_closure, A.ClientReport_toJson_closure0, A.ClientReportRecorder_flush_closure, A.MetricsAggregator__getFlushableBucketKeys_closure, A.Contexts_clone_closure, A.Contexts_clone_closure0, A.Contexts_copyWith_closure, A.DebugMeta_toJson_closure, A.DebugMeta_toJson_closure0, A.SdkVersion_toJson_closure, A.SentryEvent_toJson_closure, A.SentryEvent_toJson_closure0, A.SentryEvent_toJson_closure1, A.SentryEvent_toJson_closure2, A.SentryEvent_toJson_closure3, A.SentryEvent_toJson_closure4, A.SentryEvent_toJson_closure5, A.SentryRequest_closure, A.SentryResponse_closure, A.SentryStackTrace_toJson_closure, A.Scope_addBreadcrumb_closure, A.SentryEnvelope_SentryEnvelope$fromEvent_closure, A.RateLimit_closure, A.SpotlightHttpTransport__sendToSpotlight_closure, A.AndroidPlatformExceptionEventProcessor__processPlatformException_closure, A.AndroidPlatformExceptionEventProcessor__processPlatformException_closure0, A.AndroidPlatformExceptionEventProcessor__processPlatformException_closure1, A.AndroidPlatformExceptionEventProcessor__processPlatformException_closure2, A.AndroidPlatformExceptionEventProcessor__processPlatformException_closure3, A.AndroidPlatformExceptionEventProcessor__markDartThreadsAsNonCrashed_closure, A._JvmExceptionFactory_fromJvmStackTrace_closure, A._extension_0_toSentryException_closure, A.FlutterEnricherEventProcessor__getPackages_closure, A.FlutterEnricherEventProcessor__getPackages_closure0, A.ConnectivityIntegration_call_closure, A.WebConnectivityProvider_listen_closure, A.WebConnectivityProvider_listen_closure0, A.FlutterErrorIntegration_call_closure, A.FlutterErrorIntegration_call__closure, A.NativeAppStartIntegration_call_closure, A.NativeSdkIntegration_call_closure, A.JvmException__parse_closure, A.JvmException__parse_closure0, A.JvmException__parse_closure1, A.JvmException__parse_closure2, A.SentryFlutter_init_closure, A.SentryWidgetsBindingObserver_closure, A.SharedPreferencesPlugin__getFilteredKeys_closure, A.Highlighter$__closure, A.Highlighter$___closure, A.Highlighter$__closure0, A.Highlighter__collateLines_closure, A.Highlighter__collateLines_closure1, A.Highlighter__collateLines__closure, A.Highlighter_highlight_closure, A.Chain_Chain$parse_closure, A.Chain_toTrace_closure, A.Chain_toString_closure0, A.Chain_toString__closure0, A.Chain_toString_closure, A.Chain_toString__closure, A.Trace__parseVM_closure, A.Trace$parseV8_closure, A.Trace$parseJSCore_closure, A.Trace$parseFirefox_closure, A.Trace$parseFriendly_closure, A.Trace_toString_closure0, A.Trace_toString_closure, A.GenericCache_closure, A.GenericCache__putStorageEntry__closure, A.GenericCache__putStorageEntry___closure, A.GenericCache__putStorageEntry____closure, A.GenericCache__putStorageEntry_closure1, A.GenericCache__putStorageEntry_closure2, A.GenericCache__removeStorageEntry_closure, A.GenericCache_containsKey_closure, A.GenericCache__newEntry_closure, A.GenericCache__getEntryValue_closure, A.GenericCache__entryBuilder_closure, A.GenericCache_get_closure0, A.GenericCache_get_closure, A.GenericCache_get_closure1, A.GenericCache_get__closure, A.GenericCache_get__closure0, A.GenericCache_get___closure, A.GenericCache_put_closure, A.GenericCache_put_closure0, A.GenericCache_put__closure, A.GenericCache_put__closure0, A.GenericCache_putIfAbsent_closure0, A.GenericCache_putIfAbsent_closure, A.GenericCache_putIfAbsent_closure1, A.GenericCache_putIfAbsent__closure, A.GenericCache__removeEntryByKey_closure, A.GenericCache_getAndRemove_closure0, A.GenericCache_getAndRemove_closure, A.GenericCache_getAndRemove_closure1, A.GenericCache_getAndRemove__closure, A.GenericCache_getAndRemove__closure0, A.DefaultCacheManager_newGenericCache_closure, A.GenericVault_closure, A.GenericVault__putStorageEntry_closure, A.GenericVault_containsKey_closure, A.GenericVault__getEntryValue_closure, A.GenericVault__entryBuilder_closure, A.GenericVault_get_closure0, A.GenericVault_get_closure, A.GenericVault_get__closure, A.GenericVault_get___closure, A.GenericVault_put_closure0, A.GenericVault_put_closure, A.DefaultVaultManager_newGenericVault_closure, A.MemoryStore_getInfos_closure, A.SharedPreferencesAdapter__preferenceKeysByPrefix_closure, A.SharedPreferencesAdapter_partitionKeys_closure, A.SharedPreferencesAdapter_partitionValues_closure, A.SharedPreferencesAdapter_put_closure, A.SharedPreferencesAdapter_remove_closure, A.SharedPreferencesAdapter_clear_closure, A.SharedPreferencesAdapter_build_closure, A.SharedPreferencesStore_create_closure, A.SharedPreferencesStore_size_closure, A.SharedPreferencesStore__getEntryFromStore_closure, A.SharedPreferencesStore__getInfoFromStore_closure, A.SharedPreferencesStore_getInfos_closure, A.SharedPreferencesStore_getInfos__closure, A.SharedPreferencesStore_setInfo_closure, A.SharedPreferencesStore_setInfo__closure, A.newSharedPreferencesCacheStore_closure, A.SwitchLatest_switchLatest_closure_listenToInnerStream, A.SwitchLatest_switchLatest__closure0, A.SwitchLatest_switchLatest___closure, A._$$_PaymentIntentFromJson_closure0, A._$$_PaymentIntentToJson_closure, A.ElementExtension_onFocus_closure, A.ElementExtension_onBlur_closure, A.CardPaymentExtension_onChange_closure, A._injectSrcScript_closure, A.MethodChannelStripe_confirmPayment_closure, A.MethodChannelUrlLauncher_canLaunch_closure, A.MethodChannelUrlLauncher_launch_closure, A.decodeVectorGraphics_process_closure, A.FlutterVectorGraphicsListener_onDrawText__draw, A.FlutterVectorGraphicsListener_onImage__closure, A._VectorGraphicWidgetState__loadPicture_closure, A._VectorGraphicWidgetState__loadPicture_closure0, A._VectorGraphicWidgetState__loadAssetBytes_closure0, A.CubicToCommand_computeLength__compute, A.SvgParser__parseColor_closure, A.SvgParser__parseColor_closure0, A.SvgParser__parseColor_closure1, A.SvgParser__parseColor_closure2, A.SvgParser__parseColor_closure3, A.SvgParser__parseColor_closure4, A.SvgParser__parseColor_closure5, A.SvgParser__parseColor_closure6, A._Resolver_getClipPath_extractPathsFromNode, A._Resolver_getClipPath_closure, A.SvgAttributes_heritable_closure, A.CommandBuilderVisitor_visitResolvedTextPositionNode_closure, A.VideoPlayerController_initialize_eventListener, A.VideoPlayerController_initialize_eventListener_closure, A.VideoPlayerController_initialize_errorListener, A.VideoPlayerController__applyPlayPause_closure, A.VideoPlayer_initialize_closure, A.VideoPlayer_initialize_closure0, A.VideoPlayer_initialize_closure1, A.VideoPlayer_initialize_closure2, A.VideoPlayer_initialize_closure3, A.VideoPlayer_initialize_closure4, A.VideoPlayer_initialize_closure5, A.VideoPlayer_play_closure, A.VideoPlayer_play_closure0, A.VideoPlayerPlugin_create_closure, A._RenderVisibilityDetector_RenderProxyBox_RenderVisibilityDetectorBase_paint_closure, A._EventStreamSubscription_closure, A._EventStreamSubscription_onData_closure, A.DartEthereum_requestAccounts_closure, A._asNumericCharacterReferences_closure, A.XmlEventParser_characterData_closure, A.XmlEventParser_startElement_closure, A.XmlEventParser_attribute_closure, A.XmlEventParser_attributeAssignment_closure, A.XmlEventParser_attributeValueDoubleQuote_closure, A.XmlEventParser_attributeValueSingleQuote_closure, A.XmlEventParser_attributeValueNoQuote_closure, A.XmlEventParser_endElement_closure, A.XmlEventParser_comment_closure, A.XmlEventParser_cdata_closure, A.XmlEventParser_declaration_closure, A.XmlEventParser_processing_closure0, A.XmlEventParser_doctype_closure, A.XmlEventParser_doctypeExternalIdSystem_closure, A.XmlEventParser_doctypeExternalIdPublic_closure, A.XmlEventParser_doctypeIntSubset_closure, A.eventParserCache_closure]);
- _inheritMany(A.Closure0Args, [A.AppBootstrap_prepareEngineInitializer_closure, A.HtmlViewEmbedder__compositeWithParams_closure, A.HtmlViewEmbedder__applyMutators_closure, A.HtmlViewEmbedder__applyMutators_closure0, A.SkiaFontCollection__registerWithFontProvider_closure, A.SkiaFontCollection__registerWithFontProvider_closure0, A.Frame_raster_closure, A.Frame_raster_closure0, A.MultiSurfaceRasterizer_createViewRasterizer_closure, A.MultiSurfaceViewRasterizer_displayFactory_closure, A.OffscreenCanvasRasterizer_createViewRasterizer_closure, A.OffscreenCanvasViewRasterizer_displayFactory_closure, A.CanvasKitRenderer_initialize_closure, A.CkTextStyle_skTextStyle_closure, A.FontFallbackManager_addMissingCodePoints_closure, A.FallbackFontDownloadQueue_startDownloads_closure, A.PersistedPicture__applyBitmapPaint_closure, A.HtmlRenderer_initialize_closure, A.SurfaceSceneBuilder_build_closure, A.SurfaceSceneBuilder_build_closure0, A.GradientSweep_createImageBitmap_closure, A.GradientLinear_createImageBitmap_closure, A.GradientRadial_createImageBitmap_closure, A.BrowserImageDecoder__cacheExpirationClock_closure, A.BrowserImageDecoder__getOrCreateWebDecoder_closure, A.initializeEngineServices_closure0, A.initializeEngineServices_initializeRendererCallback, A.FlutterEngineInitializer__staticInteropFactoryStub_closure0, A._cached_closure, A.KeyboardConverter__scheduleAsyncEvent_closure0, A.KeyboardConverter__startGuardingKey_closure, A.KeyboardConverter__startGuardingKey_closure0, A.KeyboardConverter__handleEvent_closure, A.KeyboardConverter__handleEvent_closure0, A.KeyboardConverter__handleEvent_closure1, A.EnginePlatformDispatcher_invokeOnKeyData_closure, A.invoke2_closure, A.PlatformViewManager_renderContent_closure, A._PointerAdapter__ensureSanitizer_closure, A._GlobalPointerState_ensurePointerDeviceState_closure, A.RawKeyboard$__closure, A.RawKeyboard_handleHtmlEvent_closure, A.AccessibilityAnnouncements_announce_closure, A.Dialog_closure, A.RouteName_update_closure, A.AccessibilityFocusManager_changeFocus_closure, A.Scrollable_update_closure, A.EngineSemantics__now_closure, A.EngineSemantics__getGestureModeClock_closure, A.EngineSemanticsOwner_closure, A.MobileSemanticsEnabler_tryEnableSemantics_closure, A.TextField__invokeIosWorkaround_closure, A.TextField_update_closure, A.HtmlFontCollection_loadAssetFonts_closure, A.SafariDesktopTextEditingStrategy_placeElement_closure, A.IOSTextEditingStrategy__schedulePlacement_closure, A.FirefoxTextEditingStrategy__postponeFocus_closure, A.TextEditingChannel_handleTextInput_closure, A._hotRestartCache_closure, A.EngineFlutterWindow_handleNavigationMessage_closure, A.CastMap_putIfAbsent_closure, A.nullFuture_closure, A.Primitives_initTicker_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._asyncStarHelper_closure, A._AsyncStarStreamController__resumeBody, A._AsyncStarStreamController__resumeBody_closure, A._AsyncStarStreamController_closure0, A._AsyncStarStreamController_closure1, A._AsyncStarStreamController_closure, A._AsyncStarStreamController__closure, A.Future_Future_closure, A.Future_Future$microtask_closure, A.Future_Future$delayed_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainForeignFuture_closure1, A._Future__chainCoreFutureAsync_closure, A._Future__asyncCompleteWithValue_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A.Stream_Stream$fromIterable_closure_next, A.Stream_Stream$fromIterable__closure, A.Stream_Stream$periodic_closure, A.Stream_Stream$periodic__closure, A.Stream_Stream$periodic__closure0, A.Stream_Stream$periodic__closure1, A.Stream_Stream$periodic___closure, A.Stream_asyncExpand_closure, A.Stream_forEach_closure, A.Stream_forEach__closure, A.Stream_length_closure0, A.Stream_toList_closure0, A.Stream_first_closure, A.Stream_firstWhere_closure, A.Stream_firstWhere__closure, A._StreamController__subscribe_closure, A._StreamController__recordCancel_complete, A._AddStreamState_cancel_closure, A._BufferingStreamSubscription_asFuture_closure, A._BufferingStreamSubscription_asFuture__closure, A._BufferingStreamSubscription__sendError_sendError, A._BufferingStreamSubscription__sendDone_sendDone, A._PendingEvents_schedule_closure, A._DoneStreamSubscription_asFuture_closure, A._MultiStream_listen_closure, A._cancelAndError_closure, A._cancelAndValue_closure, A._CustomZone_bindCallback_closure, A._CustomZone_bindCallbackGuarded_closure, A._rootHandleError_closure, A._RootZone_bindCallback_closure, A._RootZone_bindCallbackGuarded_closure, A._Utf8Decoder__decoder_closure, A._Utf8Decoder__decoderNonfatal_closure, A._BigIntImpl_toDouble_roundUp, A._FileStream_listen_closure, A._FileStream__closeFile_done, A._File_readAsBytes_readUnsized_read, A._File_readAsBytes_readSized_read, A.ChannelBuffers_push_closure, A.ChannelBuffers_setListener_closure, A.KeyData__logicalToString_closure, A.bootstrapEngine_closure0, A.BrowserPlatformLocation_getOrCreateDomEventListener_closure, A.HashUrlStrategy_addPopStateListener_closure, A._PageTransitionSwitcherState__newEntry__closure0, A._PageTransitionSwitcherState__newEntry__closure, A.safeArConnectAction_closure, A.AppShellState_initState_closure, A.MobileAppBar_build_closure, A._AntIconState__checkIfStillAvailable_closure, A._AntIconState_build_closure, A._AssignArNSNameModalState_build__closure, A._AssignArNSNameModalState_build__closure0, A._AssignArNSNameModalState__getActions_closure, A._AssignArNSNameModalState__getActions_closure0, A._AssignArNSNameModalState__getActions_closure1, A._AssignArNSNameModalState__getActions_closure2, A._AssignArNSNameModalState__getActions_closure3, A._AssignNameEmptyState_build_closure, A.__NameSelectorDropdownState__buildList_closure, A.__NameSelectorDropdownState__buildList__closure, A._ArNSAssignmentConfirmationModal_build_closure, A._ArNSAssignmentConfirmationModal_build_closure0, A._BiometricToggleState__isBiometricsEnabled_closure, A._BiometricToggleState__listenToBiometricChange__closure, A._BiometricToggleState_build___closure, A._BiometricToggleState_build___closure0, A._BiometricToggleState_build___closure1, A.ArDriveLoginModal_build_closure, A.ArDriveLoginModal_build_closure0, A.LoginBloc__listenToWalletChange_closure, A._LandingViewState_build_closure, A._LandingViewState_build_closure0, A._LoginPageState_build__closure, A._LoginPageState_build__closure0, A.showErrorDialog_closure, A._EnterYourPasswordWidgetState_didUpdateWidget_closure, A._EnterYourPasswordWidgetState__buildContent_closure, A._EnterYourPasswordWidgetState__buildContent__closure0, A._EnterYourPasswordWidgetState__buildContent__closure, A._EnterYourPasswordWidgetState__buildContent__closure2, A._EnterYourPasswordWidgetState__buildContent__closure1, A._EnterYourPasswordWidgetState__buildContent__closure3, A._EnterYourPasswordWidgetState__buildContent__closure4, A._EnterYourPasswordWidgetState__buildContent__closure5, A._EnterYourPasswordWidgetState__buildContent_closure4, A._EnterYourPasswordWidgetState__buildContent_closure5, A.ForgetWalletDialog_build_closure, A.ForgetWalletDialog_build_closure0, A._ImportWalletModalState_build__closure, A._ImportWalletModalState_build_closure0, A._ImportWalletModalState__onSubmitSeedPhrase_closure, A._SecureYourWalletWidgetState_build_closure5, A._SecureYourWalletWidgetState_build__closure5, A._SecureYourWalletWidgetState_build__closure4, A._SecureYourWalletWidgetState_build__closure7, A._SecureYourWalletWidgetState_build__closure6, A._SecureYourWalletWidgetState_build__closure2, A._SecureYourWalletWidgetState_build__closure3, A._SecureYourWalletWidgetState_build__closure, A._SecureYourWalletWidgetState_build__closure0, A._SecureYourWalletWidgetState_build__closure1, A._SecureYourWalletWidgetState_build_closure4, A._SecureYourWalletWidgetState__onSubmit_closure, A._PromptWalletViewState_build_closure, A._PromptWalletViewState_build_closure0, A._PromptWalletViewState_build_closure1, A._PromptWalletViewState_build_closure2, A._PromptWalletViewState_build_closure3, A._PromptWalletViewState_build_closure4, A._RoundContainerState_build__closure0, A._RoundContainerState_build__closure, A.__ArDriveIsForEveryOneState_build__closure0, A.__ArDriveIsForEveryOneState_build_closure2, A.__ArDriveIsForEveryOneState_build__closure, A._ProfileImageTileState_build__closure, A._ProfileImageTileState_build__closure0, A._PermanentStorageTileState_build__closure0, A._PermanentStorageTileState_build__closure, A._CarouselWithGroupsState_build__closure, A._CustomIndicatorState_initState_closure, A._CustomIndicatorState_initState__closure, A._CustomIndicatorState_build_closure0, A.__Bento5State_build__closure0, A.__Bento5State_build__closure, A._PriceCalculatorState_build_closure1, A._PriceCalculatorState_build__closure0, A._PriceCalculatorState_build__closure, A.TutorialsViewState__list_closure, A.TutorialsViewState__list_closure0, A.TutorialsViewState__list_closure1, A.TutorialsViewState__list_closure2, A.TutorialsViewState__list_closure3, A.TutorialsViewState__goToPage_closure, A._TutorialContentState_initState__closure, A._TutorialContentState_initState____closure, A._TutorialContentState_build_closure, A._TutorialContentState_build_closure0, A._WalletCreatedViewState_build_closure, A._WalletCreatedViewState_build__closure0, A._WalletCreatedViewState_build_closure0, A._WalletCreatedViewState_build_closure1, A._WalletCreatedViewState_build_closure2, A._WalletCreatedViewState_build_closure3, A._WalletCreatedViewState_build__closure, A._WalletCreatedViewState__tabLink_closure, A._WalletCreatedViewState__tabLink__closure, A._WalletCreatedViewState__copy_closure, A._WalletCreatedViewState__copy__closure, A._WalletCreatedViewState__copy___closure, A.CreateSnapshotCubit_prepareTx_closure, A.CreateSnapshotCubit_signTx_closure, A.DriveAttachCubit_initializeForm_closure, A.DriveDetailCubit_closure, A.DriveDetailCubit_closure0, A.DriveRenameCubit_closure, A.DriveRenameCubit_submit_closure, A.ProfileFileDownloadCubit__downloadFile_closure0, A.SharedFileDownloadCubit__downloadFile_closure0, A.FolderCreateCubit_submit_closure, A.FsEntryLicenseBloc__licenseEntities_closure, A.FsEntryMoveBloc_moveEntities_closure3, A.FsEntryRenameCubit_submit_closure, A.FsEntryRenameCubit_submit_closure0, A.GhostFixerCubit_submit_closure, A.HideBloc__onConfirmUploadEvent_closure, A.HideBloc__saveNewRevision_closure, A.NetworkFileIdResolver_requestForTransactionId_closure, A.PinFileBloc__handlePinFileSubmit_closure, A.ProfileCubit_promptToAuthenticate_closure, A.ProfileCubit_checkIfWalletMismatch_closure, A.PromptToSnapshotBloc__onDriveSelected_closure, A.UploadPaymentMethodView_build__closure, A.UploadPaymentMethodView_build__closure0, A.UploadPaymentMethodView_build__closure1, A._ResizableComponentState__onScroll_closure, A._ResizableComponentState__onScroll_closure0, A.GlobalHideToggleButton_build__closure, A.SyncButton_build_closure, A.SyncButton_build_closure0, A._CreateManifestFormState_manifestNameForm__closure, A._CreateManifestFormState_build__errorDialog_closure, A._CreateManifestFormState__createManifestSuccess_closure, A._CreateManifestFormState__createManifestPreparingManifestWithARNS_closure, A._CreateManifestFormState__createManifestPreparingManifestWithARNS_closure0, A._CreateManifestFormState__createManifestNameConflict_closure, A._CreateManifestFormState__createManifestNameConflict_closure0, A._CreateManifestFormState__createManifestRevisionConfirm_closure, A._CreateManifestFormState__createManifestRevisionConfirm_closure0, A._CreateManifestFormState__createManifestInitial_closure, A._CreateManifestFormState__createManifestInitial_closure0, A._CreateManifestFormState__createManifestInitial_closure1, A._CreateManifestFormState__createManifestUploadReview_closure, A._CreateManifestFormState__createManifestUploadReview_closure0, A._CreateManifestFormState__paymentOptions_closure1, A._CreateManifestFormState__selectFolder__closure, A._CreateManifestFormState__selectFolder_closure3, A._CreateManifestFormState__selectFolder_closure4, A._CreateManifestFormState__selectFolder_closure6, A._explanationDialog_closure1, A._explanationDialog_closure2, A._loadingDialog_closure, A._successDialog_closure, A._failureDialog_closure, A._failureDialog_closure0, A._confirmDialog_closure3, A._confirmDialog_closure1, A._confirmDialog_closure2, A._confirmDialog_closure4, A._confirmDialog_closure5, A._DetailsPanelState__buildContent_closure3, A._DetailsPanelState__buildContent_closure6, A._DetailsPanelState__buildContent_closure7, A._DetailsPanelState__buildPreview_closure, A._DetailsPanelState__buildPreview_closure0, A._DetailsPanelState__fileDetails_closure, A._TxIdTextLink_build_closure, A._CopyButtonState__copy_closure, A._CopyButtonState__copy__closure, A._CopyButtonState__copy___closure, A._DownloadOrPreview_build_closure, A.DetailsPanelToolbar_build_closure, A.DetailsPanelToolbar_build_closure0, A.DetailsPanelToolbar_build_closure1, A.DetailsPanelToolbar_build_closure2, A.DetailsPanelToolbar_build_closure3, A.DetailsPanelToolbar_build_closure4, A.DetailsPanelToolbar_build_closure5, A._LicenseDetailsPopoverButtonState_build__closure, A._LicenseDetailsPopoverButtonState_build_closure, A._LicenseDetailsPopoverButtonState_build__closure1, A._LicenseDetailsPopoverButtonState_build_closure0, A._LicenseDetailsPopoverButtonState_build__closure0, A.attachDrive_closure, A._DriveAttachFormState__onDriveNameChange_closure, A._DriveAttachFormState_build___closure0, A._DriveAttachFormState_build___closure, A._DriveAttachFormState_build__closure4, A._DriveAttachFormState_build__closure5, A.promptToCreateDrive_closure, A._DriveCreateFormState_build__closure, A._DriveCreateFormState_build___closure, A._DriveCreateFormState_build___closure0, A._DriveCreateFormState_build__closure4, A._DriveCreateFormState_build__closure5, A.showDetachDriveDialog_closure, A.showDetachDriveDialog_closure0, A.promptToRenameDrive_closure, A._DriveRenameFormState_build___closure, A._DriveRenameFormState_build___closure0, A._DriveRenameFormState_build__closure0, A._DriveRenameFormState_build__closure1, A.DriveShareDialogState_build__closure, A.FeedbackSurveyModal_build__closure, A.FeedbackSurveyModal_build__closure0, A.FeedbackSurveyModal_build__closure1, A.FileDownloadDialog__fileDownloadFailedDialog_closure, A.FileDownloadDialog__fileDownloadFailedDueToFileAbovePrivateLimit_closure, A.FileDownloadDialog__fileDownloadFailedDueToAboveBrowserLimit_closure, A.FileDownloadDialog__warningToWaitDownloadFinishes_closure, A.FileDownloadDialog__warningToWaitDownloadFinishes_closure0, A.FileDownloadDialog__downloadStartingDialog_closure, A.FileDownloadDialog__fileDownloadInProgressDialog_closure, A.FileDownloadDialog_downloadFinishedWithSuccessDialog_closure, A.FileDownloadDialog__downloadingFileWithProgressDialog_closure, A.FileShareDialogState_build__closure, A.FileShareDialogState_build__closure0, A.FileShareDialogState_build__closure1, A.promptToCreateFolder_closure, A._FolderCreateFormState_build___closure, A._FolderCreateFormState_build___closure0, A._FolderCreateFormState_build__closure1, A._FolderCreateFormState_build__closure2, A._FsEntryLicenseFormState_build___closure, A._FsEntryLicenseFormState_build___closure0, A._FsEntryLicenseFormState_build___closure3, A._FsEntryLicenseFormState_build___closure4, A._FsEntryLicenseFormState_build___closure5, A._FsEntryLicenseFormState_build____closure, A._FsEntryLicenseFormState_build___closure6, A._FsEntryLicenseFormState_build___closure7, A._FsEntryLicenseFormState_build___closure8, A._FsEntryLicenseFormState_build___closure9, A._FsEntryLicenseFormState_build___closure10, A._FsEntryLicenseFormState_build___closure11, A._FsEntryLicenseFormState_build___closure12, A._FsEntryLicenseFormState_build___closure13, A.FsEntryMoveForm_build____closure, A.FsEntryMoveForm_build____closure0, A.FsEntryMoveForm_build_____closure1, A.FsEntryMoveForm_build____closure4, A.FsEntryMoveForm_build____closure5, A.FsEntryMoveForm_build____closure7, A.FsEntryMoveForm_build____closure8, A._FsEntryRenameFormState_build__closure, A._FsEntryRenameFormState_build__closure0, A._FsEntryRenameFormState_build___closure, A._FsEntryRenameFormState_build___closure0, A._FsEntryRenameFormState_build__closure3, A._FsEntryRenameFormState_build__closure4, A._GhostFixerFormState_build_closure_buildButtonBar, A._GhostFixerFormState_build__buildButtonBar_closure, A._GhostFixerFormState_build__buildButtonBar_closure0, A._GhostFixerFormState_build_closure_buildCreateFolderButton, A._GhostFixerFormState_build__buildCreateFolderButton_closure, A._GhostFixerFormState_build___closure0, A._GhostFixerFormState_build___closure, A._GhostFixerFormState_build__closure2, A.HideDialog__buildActions_closure, A._KeyboardHandlerState_build___closure, A._KeyboardHandlerState_build___closure0, A.ArDriveDevToolsShortcuts_build_closure, A.ArDriveDevToolsShortcuts_build_closure0, A._CcTypeFormState_build__closure, A.viewLicenseDefinitionTextSpan_closure, A.NewButton__buildPlusButton_closure, A.NewButton__buildNewButton__closure, A.NewButton__buildNewButton__closure0, A.NewButton__displayPlusModal___closure, A.NewButton__newButtonItemToSubMenuItem_closure, A.NewButton__getAdvancedItems_closure, A.NewButton__getAdvancedItems_closure0, A.NewButton__getAdvancedItems_closure1, A.NewButton__getTopItems_closure, A.NewButton__getTopItems_closure0, A.NewButton__getTopItems_closure1, A.NewButton__getTopItems_closure2, A.NewButton__getTopItems_closure3, A.NewButton__getTopItems_closure4, A.NewButton__getPlusButtonItems_closure, A.NewButton__getPlusButtonItems_closure0, A.NewButton__getPlusButtonItems_closure1, A.NewButton__getPlusButtonItems_closure2, A.NewButton__getPlusButtonItems_closure3, A.NewButton__getPlusButtonItems_closure4, A.NewButton__getPlusButtonItems_closure5, A._PaymentMethodSelectorState__buildDropdownItem_closure, A._PaymentMethodSelectorState__buildDropdownItem__closure, A._PaymentMethodSelectorState__buildContent_closure, A._PaymentMethodSelectorState__buildContent__closure, A._PaymentMethodSelectorState__getInsufficientBalanceMessage_closure, A._PaymentMethodSelectorState__getInsufficientBalanceMessage__closure0, A._PaymentMethodSelectorState__getInsufficientBalanceMessage_closure0, A._PaymentMethodSelectorState__getInsufficientBalanceMessage__closure, A.showPinFileDialog_closure, A.PinFileDialog_build__closure1, A.PinFileDialog_build__closure2, A.PinFileDialog__errorDialog_closure, A._ProfileCardState__notLoggedInView_closure, A._ProfileCardState__buildLoggedInViewForPlatform__closure, A._ProfileCardState__buildProfileCardContent_closure, A._ProfileCardState__buildProfileCardContent__closure3, A._ProfileCardState__buildProfileCardContent_closure0, A._ProfileCardState__buildProfileCardContent__closure2, A._ProfileCardState__buildProfileCardContent_closure1, A._ProfileCardState__buildProfileCardContent_closure2, A._ProfileCardState__buildProfileCardContent_closure3, A._ProfileCardState__buildProfileCardContent_closure4, A._ProfileCardState__buildProfileCardContent_closure5, A._ProfileCardState__buildProfileCardContent_closure6, A._ProfileCardState__buildProfileCardContent_closure10, A._ProfileCardState__buildProfileCardContent__closure0, A._ProfileCardState__buildProfileCardContent_closure11, A._ProfileCardState__buildProfileCardContent__closure, A._ProfileCardState__buildWalletAddressRow_closure, A._ProfileCardState__buildIOTokenRow__closure, A._ProfileCardState__buildProfileCardHeader_closure, A._ProfileCardState__buildProfileCardHeader__closure, A.__LogoutButtonState_build_closure0, A.__LogoutButtonState_build__closure0, A.__LogoutButtonState_build_closure, A.__LogoutButtonState_build__closure1, A.__LogoutButtonState_build_closure1, A.PromptToSnapshotDialogState_build_closure, A.PromptToSnapshotDialogState_build__closure, A.PromptToSnapshotDialogState_build_closure0, A._AppSideBarState__mobileView_closure, A._AppSideBarState__mobileView_closure1, A._AppSideBarState__buildSideBarBottom_closure, A._AppSideBarState__buildSideBarBottom__closure0, A._AppSideBarState__buildSideBarBottom_closure0, A._AppSideBarState__buildSideBarBottom__closure, A.shareLogs_closure, A.shareLogs_closure0, A.shareLogs_closure1, A.shareLogs_closure2, A.shareLogs_closure3, A._Accordion_build___closure1, A._Accordion_build___closure0, A._Accordion_build___closure, A.ThemeSwitcher_build_closure1, A._TopUpEstimationViewState_build__closure3, A._TopUpEstimationViewState_build__closure2, A._TopUpEstimationViewState__nextButton__closure, A._PresetAmountSelectorState_initState__closure, A._PresetAmountSelectorState__onPresetAmountSelected_closure, A._PresetAmountSelectorState__onCustomAmountSelected_closure, A._PresetAmountSelectorState__resetCustomAmount_closure, A._PresetAmountSelectorState_buildButtonBar_buildButtons__closure, A._PresetAmountSelectorState_build__closure, A._PresetAmountSelectorState__customAmountTextField__closure, A.PriceEstimateView_build__closure, A.HelpButtonTopBar_build_closure, A.HelpButtonTopBar_build_closure0, A.HelpButtonTopBar_build_closure1, A.HelpButtonTopBar_build_closure2, A.TruncatedAddress_build_closure, A._showUploadForm_closure, A._UploadingManifestsWidget_build_closure0, A.ConfiguringLicenseScreen_getModalActions_closure, A.ConfiguringLicenseScreen_getModalActions_closure0, A._UploadReadyModalBaseState_build___closure0, A._UploadReadyModalBaseState_build___closure1, A._LicenseNameWithPopoverButtonState_build__closure, A._LicenseNameWithPopoverButtonState_build_closure, A._LicenseNameWithPopoverButtonState_build__closure0, A._SelectPaymentMethodManifestUploadState_build__closure, A._SelectPaymentMethodManifestUploadState_build_closure, A._SelectPaymentMethodManifestUploadState_build_closure1, A._SelectPaymentMethodManifestUploadState_build_closure2, A._UploadFolderNameConflictWidget_build_closure, A._UploadFolderNameConflictWidget_build_closure0, A._UploadConflictWithFailedFilesWidget_build_closure0, A._UploadConflictWithFailedFilesWidget_build_closure1, A._UploadFileConflictWidget_build_closure0, A._UploadFileConflictWidget_build_closure1, A._UploadFileConflictWidget_build_closure2, A._UploadFileTooLargeWidget_build_closure, A._UploadFileTooLargeWidget_build_closure0, A._UploadReadyWidget_build__closure, A._UploadReadyWidget_build__closure2, A._UploadReadyWidget_build__closure5, A._UploadReadyWidget_build__closure6, A._UploadConfiguringLicenseWidget_build_closure, A._UploadReviewWithLicenseWidget_build_closure, A._UploadReviewWithLicenseWidget_build_closure0, A._UploadReviewWithArnsNameWidget_build_closure, A._UploadReviewWithArnsNameWidget_build_closure0, A._UploadFailureWidget_build_closure, A._UploadFailureWidget_build_closure0, A._UploadFailureWidget_build_closure1, A._UploadShowingWarningWidget_build_closure, A._UploadShowingWarningWidget_build_closure0, A._UploadCanceledWidget_build_closure, A._UploadInProgressWidget_build_closure, A._UploadInProgressWidget_build___closure, A._UploadInProgressWidget_build___closure0, A._UploadInProgressWidget_build___closure1, A.getModalActions_closure, A.getModalActions_closure0, A.getModalActions_closure1, A.getModalActions_closure2, A.CookieConsentModal_build__closure, A.CookieConsentModal_build__closure0, A._UploadRepositoryImpl__saveTaskToDB_closure, A._UploadRepositoryImpl__saveTaskToDB_closure0, A.__ManifestOptionTileState_build_closure0, A._AntSelectorState_loadARNSUndernames_closure, A._AntSelectorState_loadARNSUndernames_closure1, A._AntSelectorState_build__closure1, A._AntSelectorState__buildDropdownItem_closure, A._AntSelectorState__buildDropdownItem__closure, A._AntSelectorState__buildDropdownItemUndername_closure, A._AntSelectorState__buildDropdownItemUndername__closure, A.AppConfigWindowManagerState_build__closure4, A.AppConfigWindowManagerState_build__closure9, A.AppConfigWindowManagerState_build__closure8, A.AppConfigWindowManagerState_build__closure3, A.AppConfigWindowManagerState_build__closure6, A.AppConfigWindowManagerState_build__closure5, A.AppConfigWindowManagerState_build__closure2, A.AppConfigWindowManagerState_build__closure7, A.AppConfigWindowManagerState_build__closure, A.AppConfigWindowManagerState_build___closure3, A.AppConfigWindowManagerState_build___closure4, A.AppConfigWindowManagerState_build____closure1, A.AppConfigWindowManagerState_build__closure0, A.AppConfigWindowManagerState_build___closure1, A.AppConfigWindowManagerState_build___closure2, A.AppConfigWindowManagerState_build____closure0, A.AppConfigWindowManagerState_build__closure1, A.AppConfigWindowManagerState_build___closure, A.AppConfigWindowManagerState_build___closure0, A.AppConfigWindowManagerState_build____closure, A.AppConfigWindowManagerState_buildOption_closure2, A.AppConfigWindowManagerState_buildOption_closure3, A.AppConfigWindowManagerState_showOptionSavedMessage_closure, A.AppConfigWindowManagerState_reloadPage_closure, A.DraggableWindow_build_closure0, A._DrivesHealthCheckModalState_initState__closure, A._DrivesHealthCheckModalState_processDrivesSequentially_closure, A._DrivesHealthCheckModalState_processDrivesSequentially_closure1, A._DrivesHealthCheckModalState_processDrivesSequentially_closure2, A._DrivesHealthCheckModalState_processDrivesSequentially_closure3, A._DrivesHealthCheckModalState_build__closure3, A._DrivesHealthCheckModalState_build___closure1, A._DrivesHealthCheckModalState_build___closure0, A._DrivesHealthCheckModalState_build___closure, A._DrivesHealthCheckModalState_processFiles_processNext, A._DrivesHealthCheckModalState_processFiles_processNext__closure, A._DrivesHealthCheckModalState_processFiles_closure, A._DrivesHealthCheckModalState_processFiles_closure0, A._DrivesHealthCheckModalState_checkHealth_closure, A._DrivesHealthCheckModalState_checkHealth_closure0, A._DrivesHealthCheckModalState_checkHealth_closure1, A._FileHealthCheckTileState_build_closure, A._FileHealthCheckTileState_build_closure0, A._ArDriveDownloader_downloadFile_closure4, A._MultipleFilesDownloadState_build__closure1, A._MultipleFilesDownloadState_build__closure3, A._MultipleFilesDownloadState_build__closure4, A._MultipleFilesDownloadState_build__closure5, A._MultipleFilesDownloadState_build__closure6, A._MultiThumbnailCreationModalContentState_build__closure, A._MultiThumbnailCreationModalContentState_build__closure0, A._MultiThumbnailCreationModalContentState_build__closure1, A._MultiThumbnailCreationModalContentState_build__closure2, A._MultiThumbnailCreationModalContentState_build___closure0, A._MultiThumbnailCreationModalContentState_build__closure3, A._MultiThumbnailCreationModalContentState_build__closure4, A._MultiThumbnailCreationModalContentState_build__closure5, A._MultiThumbnailCreationModalContentState_build___closure, A._MultiThumbnailCreationModalContentState_build__closure6, A.ThumbnailRepository_uploadThumbnail__closure, A._ThumbnailCreationModal_build_closure, A._ThumbnailCreationModal_build_closure0, A.ManifestDataBuilder_build_closure0, A._GatewaySwitcherModalState_build___closure, A._GatewaySwitcherModalState_build__closure3, A._GatewaySwitcherModalState_build__closure4, A._GatewaySwitcherModalState_build__closure5, A._GatewaySwitcherModalState_build__closure6, A._GatewaySwitcherModalState_build__closure7, A._GatewaySwitcherModalState_build__closure8, A._ConfirmGatewayChange_build_closure, A._ConfirmGatewayChange_build_closure0, A._RedeemGiftModalState_build_closure, A._RedeemGiftModalState_build_closure0, A._RedeemGiftModalState_build__closure1, A._RedeemGiftModalState_build__closure0, A._RedeemGiftModalState_build__closure3, A._RedeemGiftModalState_build__closure2, A._RedeemGiftModalState__emailField__closure, A._RedeemGiftModalState__emailField__closure0, A._RedeemGiftModalState__giftCodeField__closure, A._RedeemGiftModalState__giftCodeField__closure0, A.main_closure1, A.DriveDao_insertDriveRevision_closure, A.DriveDao_insertFolderRevision_closure, A.DriveDao_insertFileRevision_closure, A.DriveDao_insertLicense_closure, A.ProfileDao_addProfile_closure, A.DatabaseHelpers_deleteAllTables_closure, A.openConnection_closure, A.AppRouterDelegate__app____closure, A.showCongestionDependentModalDialog_closure, A.showCongestionDependentModalDialog__closure, A.showCongestionDependentModalDialog__closure0, A.DriveExplorerItemTileLeading__buildFileIcon_closure1, A._DriveExplorerItemTileTrailingState_build_closure, A._DriveExplorerItemTileTrailingState_build__closure, A._DriveExplorerItemTileTrailingState__getItems_closure, A._DriveExplorerItemTileTrailingState__getItems_closure0, A._DriveExplorerItemTileTrailingState__getItems_closure1, A._DriveExplorerItemTileTrailingState__getItems_closure2, A._DriveExplorerItemTileTrailingState__getItems_closure3, A._DriveExplorerItemTileTrailingState__getItems_closure4, A._DriveExplorerItemTileTrailingState__getItems_closure5, A._DriveExplorerItemTileTrailingState__getItems_closure6, A._DriveExplorerItemTileTrailingState__getItems_closure7, A._DriveExplorerItemTileTrailingState__getItems_closure8, A._DriveExplorerItemTileTrailingState__getItems_closure9, A._DriveExplorerItemTileTrailingState__getItems_closure10, A._DriveExplorerItemTileTrailingState__getItems_closure11, A.EntityActionsMenu__getItems_closure, A.EntityActionsMenu__getItems_closure0, A.EntityActionsMenu__getItems_closure1, A.EntityActionsMenu__getItems_closure2, A.EntityActionsMenu__getItems_closure3, A.EntityActionsMenu__getItems_closure4, A.EntityActionsMenu__getItems_closure5, A.EntityActionsMenu__getItems_closure6, A.EntityActionsMenu__getItems_closure7, A.EntityActionsMenu__getItems_closure8, A.EntityActionsMenu__getItems_closure9, A.EntityActionsMenu__getItems_closure10, A.EntityActionsMenu__getItems_closure11, A.EntityActionsMenu__getItems_closure12, A.hideFileDropdownItem_closure, A.DriveFileDropZoneState_build_closure0, A.DriveFileDropZoneState_build__closure2, A.DriveFileDropZoneState_build_closure1, A.DriveFileDropZoneState_build__closure1, A.DriveFileDropZoneState_build__closure, A.DriveFileDropZoneState__onLeave_closure, A._HoverWidgetState_build_closure, A._HoverWidgetState_build__closure0, A._HoverWidgetState_build_closure0, A._HoverWidgetState_build__closure, A.DriveDetailBreadcrumbRow__buildBreadcrumbs_buildSegment_closure, A.DriveDetailBreadcrumbRow__buildBreadcrumbs_closure0, A.DriveDetailBreadcrumbRow__navigateBackIcon__closure, A.DriveDetailBreadcrumbRow__navigateBackIcon_closure0, A._HoverTextState_build__closure0, A._HoverTextState_build__closure, A._ActionCard_uploadFile_closure, A._ActionCard_createFolder_closure, A._ActionCard_uploadFolder_closure, A._ActionCard_createPin_closure, A._VideoPlayerWidgetState_initState__closure0, A._VideoPlayerWidgetState_initState__closure, A._VideoPlayerWidgetState__listener_closure, A._VideoPlayerWidgetState__listener__closure, A._VideoPlayerWidgetState_goFullScreen___closure, A._VideoPlayerWidgetState_build__closure0, A._VideoPlayerWidgetState_build__closure1, A._VideoPlayerWidgetState_build__closure19, A._VideoPlayerWidgetState_build__closure20, A._VideoPlayerWidgetState_build__closure18, A._VideoPlayerWidgetState_build__closure16, A._VideoPlayerWidgetState_build__closure17, A._VideoPlayerWidgetState_build__closure, A._VideoPlayerWidgetState_build__closure12, A._VideoPlayerWidgetState_build____closure1, A._VideoPlayerWidgetState_build__closure13, A._VideoPlayerWidgetState_build___closure8, A._VideoPlayerWidgetState_build___closure7, A._VideoPlayerWidgetState_build__closure11, A._VideoPlayerWidgetState_build___closure5, A._VideoPlayerWidgetState_build_closure12, A._VideoPlayerWidgetState_build__closure8, A._VideoPlayerWidgetState_build__closure9, A._VideoPlayerWidgetState_build__closure10, A._VideoPlayerWidgetState_build__closure7, A._VideoPlayerWidgetState_build___closure2, A._VideoPlayerWidgetState_build___closure1, A._VideoPlayerWidgetState_build____closure0, A._VideoPlayerWidgetState_build__closure6, A._VideoPlayerWidgetState_build__closure3, A._VideoPlayerWidgetState_build__closure4, A._VideoPlayerWidgetState_build____closure, A._VideoPlayerWidgetState_build__closure2, A._FullScreenVideoPlayerWidgetState_initState____closure, A._FullScreenVideoPlayerWidgetState_initState___closure1, A._FullScreenVideoPlayerWidgetState_initState_closure0, A._FullScreenVideoPlayerWidgetState__resetHideControlsTimer_closure, A._FullScreenVideoPlayerWidgetState__showControls_closure, A._FullScreenVideoPlayerWidgetState__hideControls_closure, A._FullScreenVideoPlayerWidgetState__listener_closure, A._FullScreenVideoPlayerWidgetState__listener__closure, A._FullScreenVideoPlayerWidgetState_build__closure17, A._FullScreenVideoPlayerWidgetState_build_closure17, A._FullScreenVideoPlayerWidgetState_build__closure, A._FullScreenVideoPlayerWidgetState_build__closure14, A._FullScreenVideoPlayerWidgetState_build___closure6, A._FullScreenVideoPlayerWidgetState_build__closure13, A._FullScreenVideoPlayerWidgetState_build__closure15, A._FullScreenVideoPlayerWidgetState_build__closure16, A._FullScreenVideoPlayerWidgetState_build__closure0, A._FullScreenVideoPlayerWidgetState_build__closure10, A._FullScreenVideoPlayerWidgetState_build___closure4, A._FullScreenVideoPlayerWidgetState_build___closure3, A._FullScreenVideoPlayerWidgetState_build_closure7, A._FullScreenVideoPlayerWidgetState_build__closure9, A._FullScreenVideoPlayerWidgetState_build_closure8, A._FullScreenVideoPlayerWidgetState_build__closure6, A._FullScreenVideoPlayerWidgetState_build__closure7, A._FullScreenVideoPlayerWidgetState_build__closure8, A._FullScreenVideoPlayerWidgetState_build_closure9, A._FullScreenVideoPlayerWidgetState_build__closure5, A._FullScreenVideoPlayerWidgetState_build___closure0, A._FullScreenVideoPlayerWidgetState_build____closure0, A._FullScreenVideoPlayerWidgetState_build__closure4, A._FullScreenVideoPlayerWidgetState_build__closure2, A._FullScreenVideoPlayerWidgetState_build____closure, A._FullScreenVideoPlayerWidgetState_build__closure1, A._ImagePreviewWidgetState__resetHideControlsTimer_closure, A._ImagePreviewWidgetState__showControls_closure, A._ImagePreviewWidgetState__hideControls_closure, A._ImagePreviewWidgetState__buildImageFromBytes__closure, A._ImagePreviewWidgetState__buildImageFromBytes__closure0, A._ImagePreviewWidgetState__buildActionBar_closure0, A._ImagePreviewWidgetState__buildActionBar__closure, A._ImagePreviewWidgetState__buildNavigationButtons_closure, A._ImagePreviewWidgetState__buildNavigationButtons_closure0, A._AudioPlayerWidgetState_initState__closure0, A._AudioPlayerWidgetState_initState____closure0, A._AudioPlayerWidgetState_initState____closure, A._AudioPlayerWidgetState_initState__closure, A._AudioPlayerWidgetState_build__closure9, A._AudioPlayerWidgetState_build__closure8, A._AudioPlayerWidgetState_build__closure7, A._AudioPlayerWidgetState_build__closure, A._AudioPlayerWidgetState_build__closure0, A._AudioPlayerWidgetState_build___closure2, A._AudioPlayerWidgetState_build___closure1, A._AudioPlayerWidgetState_build_closure4, A._AudioPlayerWidgetState_build__closure4, A._AudioPlayerWidgetState_build___closure0, A._AudioPlayerWidgetState_build____closure0, A._AudioPlayerWidgetState_build__closure3, A._AudioPlayerWidgetState_build__closure1, A._AudioPlayerWidgetState_build____closure, A._VolumeSliderWidgetState_build_closure, A._VolumeSliderWidgetState_build__closure0, A._VolumeSliderWidgetState_build__closure, A._displaySpeedOptionsModal___closure, A._DriveDetailPageState_build___closure, A._DriveDetailPageState_build___closure4, A._DriveDetailPageState_build____closure, A._DriveDetailPageState__desktopView_closure, A._DriveDetailPageState__desktopView_closure0, A._DriveDetailPageState__desktopView_closure1, A._DriveDetailPageState__desktopView_closure2, A._DriveDetailPageState__desktopView_closure3, A._DriveDetailPageState__desktopView_closure4, A._DriveDetailPageState__desktopView_closure5, A._DriveDetailPageState__desktopView_closure6, A._DriveDetailPageState__desktopView_closure7, A._DriveDetailPageState__desktopView_closure8, A._DriveDetailPageState__desktopView_closure9, A._DriveDetailPageState__desktopView_closure10, A._DriveDetailPageState__desktopView_closure11, A._DriveDetailPageState__mobileView_closure, A._DriveDetailPageState__mobileView_closure0, A._DriveDetailPageState__mobileView_closure2, A.ArDriveItemListTile_build_closure, A.MobileFolderNavigation_build_closure, A.MobileFolderNavigation_build__closure, A.MobileFolderNavigation_build__closure0, A.MobileFolderNavigation_build__closure1, A.MobileFolderNavigation_build__closure2, A.MobileFolderNavigation_build__closure3, A.MobileFolderNavigation_build__closure4, A.MobileFolderNavigation_build__closure5, A.MobileFolderNavigation_build__closure6, A.NoDrivesPage__privateDrivesCard_closure, A.NoDrivesPage__publicDrivesCard_closure, A.SharedFilePage__buildShareCard_closure2, A.SharedFilePage__buildShareCard_closure3, A.SharedFilePage__buildReturnToAppLink_closure, A._FileSearchModalState_initState_closure, A._FileSearchModalState_debounceSearch_closure, A._FileSearchModalState__buildSearchResultItem_closure, A._FileSearchModalState__getTrailingIcons_closure, A._FileSearchModalState__getTrailingIcons_closure0, A.SearchTextField_build_closure, A.ArweaveService_getEntityDataFromNetwork_closure, A.ArweaveService_getUniqueUserDriveEntities_closure, A.ArweaveService_getTransactionConfirmations_closure, A.ArweaveService_dataFromTxId_closure, A.showBiometricNotEnrolled_closure, A.showBiometricPermanentlyLockedOut_closure, A.showBiometricPasscodeNotSet_closure, A.showBiometricPasscodeNotSet_closure0, A.showBiometricExceptionDialog_closure, A.showBiometricExceptionDialogForException_closure, A.showBiometricExceptionDialogForException_closure0, A.showBiometricExceptionDialogForException_closure1, A.showBiometricExceptionDialogForException_closure2, A.showBiometricExceptionDialogForException_closure3, A._FolderSelectorState_build___closure1, A._FolderSelectorState_build___closure0, A._FolderSelectorState_build__closure3, A._FolderSelectorState_build__closure4, A._FolderSelectorState_build__closure5, A._FolderSelectorState_build___closure, A._FolderSelectorState_build__closure7, A._FolderSelectorState_build__closure8, A._SharingFileListenerState_build___closure, A._SharingFileListenerState_build___closure0, A._SharingFileListenerState_build____closure, A.SyncCubit_restartArConnectSyncOnFocus_closure, A._SyncRepository_syncAllDrives_closure2, A._SyncRepository_createGhosts_closure, A._SyncRepository__updateTransactionStatuses__closure, A._SyncRepository__updateTransactionStatuses_closure0, A._SyncRepository__updateTransactionStatuses_closure1, A._SyncRepository__syncDrive_calculatePercentageBasedOnBlockHeights, A._SyncRepository__updateLicenses_closure3, A._SyncRepository__updateLicenses_closure8, A._SyncRepository__parseDriveTransactionsIntoDatabaseEntities_driveEntityParseProgress, A._SyncRepository__parseDriveTransactionsIntoDatabaseEntities__closure1, A._SyncRepository__parseDriveTransactionsIntoDatabaseEntities___closure, A._InputDropdownMenuState_build__closure0, A._InputDropdownMenuState_build___closure0, A._TurboBalanceState_addButton_closure, A._TurboBalanceState_build__closure, A.TurboTopupScaffold_build_closure, A.showTurboTopupModal_closure1, A._TurboModalState__showErrorDialog__closure0, A._TurboModalState__showErrorDialog__closure, A.TurboPaymentFormViewState__mobileView_closure, A.TurboPaymentFormViewState__desktopView__closure, A.TurboPaymentFormViewState__desktopView__closure0, A.TurboPaymentFormViewState__desktopView__closure1, A.TurboPaymentFormViewState__desktopView__closure2, A.TurboPaymentFormViewState__footer__closure, A.TurboPaymentFormViewState__footer__closure0, A.TurboPaymentFormViewState__footer__closure1, A.TurboPaymentFormViewState__footer__closure2, A.TurboPaymentFormViewState__formDesktop__closure, A.TurboPaymentFormViewState_nameOnCardTextField__closure, A.TurboPaymentFormViewState_countryTextField__closure2, A.TurboPaymentFormViewState_countryTextField___closure, A.TurboPaymentFormViewState_promoCodeAppliedWidget_closure, A.TurboPaymentFormViewState_promoCodeAppliedWidget__closure, A.TurboPaymentFormViewState_promoCodeTextField__closure, A.TurboPaymentFormViewState_promoCodeTextField___closure, A.TurboPaymentFormViewState__applyPromoCodeButton_closure, A.TimerWidgetState_startTimer__closure, A._InputDropdownMenuState__refreshChildWidth_closure, A._InputDropdownMenuState_build__closure, A._InputDropdownMenuState_build___closure, A.QuoteRefreshWidgetState_build___closure1, A.QuoteRefreshWidgetState_build___closure, A.QuoteRefreshWidgetState_build___closure0, A.QuoteRefreshWidgetState_build___closure4, A.QuoteRefreshWidgetState_build___closure2, A.QuoteRefreshWidgetState_build___closure3, A._TurboReviewViewState_build__closure0, A._TurboReviewViewState_build__closure, A._TurboReviewViewState_build__closure2, A._TurboReviewViewState_build__closure1, A._TurboReviewViewState_build__closure3, A._TurboReviewViewState_build___closure5, A._TurboReviewViewState_build___closure2, A._TurboReviewViewState_build___closure3, A._TurboReviewViewState_build___closure4, A._TurboReviewViewState_build___closure1, A._TurboReviewViewState_build___closure0, A._TurboReviewViewState_build___closure, A._TurboReviewViewState__footer____closure0, A._TurboReviewViewState__footer____closure, A._TurboReviewViewState__footer__closure0, A._TurboReviewViewState__footer__closure1, A._TurboReviewViewState__footer____closure2, A._TurboReviewViewState__footer____closure1, A.RefreshQuoteButtonState_build__closure, A._SuccessViewState_build_closure, A._SuccessViewState_build_closure0, A.TurboErrorView_build_closure0, A.TurboErrorView_build_closure, A.ErrorView_build_closure, A.DownloadWalletModal_build__closure, A.DownloadWalletModal_build__closure1, A.DownloadWalletModal_build__closure2, A.DownloadWalletModal_build__closure3, A.Debouncer_run_closure, A.Debouncer_run__closure, A.GraphQLRetry_execute_closure, A.HttpRetry_processRequest_closure, A.preCacheLoginAssets_closure, A.UploadPlanUtils_filesToUploadPlan__closure, A.UploadPlanUtils_generateFoldersForFiles_closure, A.EncryptStream_encryptStreamGenerator_dataStreamGenerator, A._ArDriveAccordionState_build___closure, A._ArDriveButtonNewState_build__closure, A.ArDriveCheckBoxState_build_closure, A.ArDriveCheckBoxState_build__closure, A.ArDriveCheckBoxState_build__closure0, A.ArDriveCheckBoxState_build__closure1, A._ArDriveDataTableState__toggleColumnVisibility_closure, A._ArDriveDataTableState_didUpdateWidget_closure, A._ArDriveDataTableState__handleEscapeKey_closure, A._ArDriveDataTableState__handleKeyDownEvent_closure, A._ArDriveDataTableState__selectMultiSelectItem_closure, A._ArDriveDataTableState__selectAllItemsInPage_closure, A._ArDriveDataTableState_build_getPadding, A._ArDriveDataTableState__buildSingleColumn_closure, A._ArDriveDataTableState__buildSingleColumn__closure, A._ArDriveDataTableState__masterMultiselectCheckBox__closure, A._ArDriveDataTableState__onChangeItemCheck_closure, A._ArDriveDataTableState__pageIndicator_closure, A._ArDriveDataTableState__pageIndicator_closure0, A._ArDriveDataTableState__pageIndicator_closure1, A._ArDriveDataTableState__pageNumber_closure, A._ArDriveDataTableState__buildRowSpacing_closure1, A._ArDriveDataTableState__buildRowSpacing__closure0, A._ArDriveDataTableState__buildRowSpacing_closure0, A._ArDriveDataTableState__buildRowSpacing__closure1, A._ArDriveDataTableState_selectPage_closure, A.ArDriveStandardModal_build_closure, A.ArDriveStandardModalNew_build_closure, A._ArDriveDropdownState_build__closure, A._ArDriveDropdownState_build_closure, A._ArDriveDropdownState_build__closure1, A._ArDriveDropdownState_build_closure0, A._ArDriveDropdownState_build__closure0, A._ArDriveOverlayState_didUpdateWidget_closure, A._ArDriveOverlayState_build_closure, A._ArDriveOverlayState_build__closure, A._ArDriveHoverWidgetState_build__closure, A._ArDriveHoverWidgetState_build__closure0, A.ArDriveRadioButtonState_didUpdateWidget_closure, A.ArDriveRadioButtonState__radio_closure, A.ArDriveRadioButtonState__radio__closure, A._ArDriveSubmenuState_build_closure, A._ArDriveSubmenuState__buildMenu_closure, A._ArDriveSubmenuState__buildMenuItem_closure0, A._ArDriveSubmenuState__buildMenuItem__closure, A._ArDriveMenuWidgetState_build_closure, A._ArDriveTabViewState_initState_closure, A._ArDriveTabViewState_initState__closure, A.ArDriveTextFieldState_build_closure, A.ArDriveTextFieldState_build__closure, A.ArDriveTextFieldState_validateAsync_closure, A.ArDriveTextFieldState_validateSync_closure, A.ArDriveMultilineObscureTextControllerNew_value_closure, A.ArDriveTextFieldStateNew_build_closure, A.ArDriveTextFieldStateNew_build__closure, A.ArDriveTextFieldStateNew_validateAsync_closure, A.ArDriveTextFieldStateNew_validateSync_closure, A.ArDriveToggleSwitchState__changeState_closure, A.ArDriveToggleSwitchState_build_closure, A.ArDriveToggleSwitchState_build__closure, A.ArDriveToggleSwitchState__toggle_closure, A._ToggleCircleState_didUpdateWidget_closure, A._ToggleCircleState_didUpdateWidget__closure, A._ArDriveAppState_changeTheme_closure, A._ArDriveAppState_initState_closure, A._ArDriveAppState_initState__closure, A._generateMetadataDataItem_closure0, A._generateMetadataDataItem_closure1, A._generateFileMetadataDataItem_closure0, A._generateFileMetadataDataItem_closure1, A.handleEncryption_closure, A.TurboUploadServiceChunkUploadsBase_post_closure, A.TurboUploadServiceChunkUploadsBase_post__closure, A._processStream_closure, A.TurboUploadServiceMultipart_finalizeUpload_closure, A._UploadController_init_closure0, A._UploadController_sendTasks__closure, A._UploadController_sendTask__closure, A._UploadController_cancel__closure, A._UploadController__handleError__closure, A.UploadDispatcher_send_closure, A.UploadFileUsingDataItemFiles__sendDataItem_closure, A.UploadFileUsingBundleStrategy_upload_closure, A.UploadFileUsingBundleStrategy_upload_closure0, A.UploadFileUsingBundleStrategy_upload_closure1, A.onTabGetsFocusedFuture_closure, A.onWalletSwitch_closure, A.TransactionUploader_upload_closure, A.TransactionUploader_upload_uploadChunkAndNotifyOfCompletion_closure, A.TransactionUploader_upload_closure0, A.TransactionUploader_upload__closure0, A.TransactionUploader_upload__closure, A.createTransactionTaskEither_______closure, A.download_startDownload_closure1, A.download_cancelDownload, A._postTransactionHeaderTaskEither_closure, A._postChunks_isComplete, A._postChunks_closure, A._postChunks__closure0, A._postChunks__closure, A.ChunkUploader_uploadChunkAndNotifyOfCompletion_closure, A.combineStreamAndFunctionList_closure, A.deepHashStreamTaskEither_closure, A.deepHashTaskEither_closure, A.signDataItemTaskEither_closure, A.getOwnerTaskEither_closure, A.decodeBase64ToBytesTaskEither_closure, A.generateTransactionChunksTaskEither_closure, A.getTxAnchor_closure, A.getTxPrice_closure, A._collectBytes_closure, A.ChunkedStreamReader_readStream_substream, A.ChunkedStreamReader_readStream_closure, A.ChunkedStreamReader_readStream_closure0, A.StreamQueue__ensureListening_closure0, A.StreamSplitter_split_closure, A._CancelOnErrorSubscriptionWrapper_onError__closure, A.AudioSession$__closure, A.Bloc_on_closure_handleEvent, A.Bloc_on_closure_handleEvent_onDone, A._FlatMapStreamTransformer_bind_closure, A._FlatMapStreamTransformer_bind___closure0, A._FlatMapStreamTransformer_bind__closure0, A._FlatMapStreamTransformer_bind__closure1, A._Emitter_onEach_closure, A.CarouselSliderState_getGestureWrapper_closure0, A.CarouselSliderState_getGestureWrapper__closure2, A.CanonicalizedMap_putIfAbsent_closure, A._MacSink_close_closure, A.Ed25519Point_base_closure, A.DartX25519__constant9_closure, A.DartX25519__constant121665_closure, A.BrowserHttpClientAdapter_fetch_closure1, A.BrowserHttpClientAdapter_fetch_stopWatchReceiveTimeout, A.BrowserHttpClientAdapter_fetch_watchReceiveTimeout, A.BrowserHttpClientAdapter_fetch_watchReceiveTimeout_closure, A.BrowserHttpClientAdapter_fetch_closure6, A.BrowserHttpClientAdapter_fetch_closure12, A.DioMixin_fetch_requestInterceptorWrapper__closure, A.DioMixin_fetch_responseInterceptorWrapper__closure, A.DioMixin_fetch_errorInterceptorWrapper_closure_handleError, A.DioMixin_fetch_closure, A.FormData_finalize_writeLine, A.FormData_finalize_closure, A.FormData_finalize_closure1, A.handleResponseStream_stopWatchReceiveTimeout, A.handleResponseStream_watchReceiveTimeout, A.handleResponseStream_watchReceiveTimeout_closure, A.handleResponseStream_closure0, A.handleResponseStream_closure2, A.writeStreamToSink_closure, A.RetryInterceptor_onError_isRequestCancelled, A.Batch__addSqlAndArguments_closure, A.DatabaseConnectionUser_transaction__closure, A.GeneratedDatabase_beforeOpen_closure, A.runCancellable_closure, A._BaseExecutor__synchronized_closure, A._BaseExecutor_runSelect_closure, A._BaseExecutor_runUpdate_closure, A._BaseExecutor_runDelete_closure, A._BaseExecutor_runInsert_closure, A._BaseExecutor_runCustom_closure, A._BaseExecutor_runBatched_closure, A._StatementBasedTransactionExecutor_ensureOpen_closure, A._StatementBasedTransactionExecutor_ensureOpen_closure0, A.DelegatedDatabase_ensureOpen_closure, A.StreamQueryStore_markAsClosed_closure, A.QueryStream__stream__closure, A.QueryStream__stream__closure0, A.QueryStream__stream__closure1, A.QueryStream__onCancelOrPause_closure, A.CustomSelectStatement__constructFetcher_closure, A.SimpleSelectStatement_watch_closure, A.JoinedSelectStatement_addColumns_closure, A.JoinedSelectStatement_watch_closure, A._LazyExpressionMap_operator$index_closure, A.DriftSqlType__dartToDrift_closure, A.MapAndAwait_mapAsyncAndAwait__closure, A.AsyncMapPerSubscription_asyncMapPerSubscription__onData_closure, A.Lock_synchronized_callBlockAndComplete, A.FetchClient_send_closure, A._CupertinoDesktopTextSelectionToolbarButtonState__onEnter_closure, A._CupertinoDesktopTextSelectionToolbarButtonState__onExit_closure, A._CupertinoTextMagnifierState_initState_closure, A._CupertinoTextMagnifierState_initState__closure, A._CupertinoTextMagnifierState__determineMagnifierPositionAndFocalPoint_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, A._CupertinoScrollbarState_initState_closure, A._CupertinoTextSelectionToolbarContentState__statusListener_closure, A._CupertinoTextSelectionToolbarButtonState__onTapDown_closure, A._CupertinoTextSelectionToolbarButtonState__onTapUp_closure, A._CupertinoTextSelectionToolbarButtonState__onTapCancel_closure, A._testPlatform_closure, A._browserPlatform_closure, A.FlutterErrorDetails_summary_formatException, A.BindingBase_lockEvents_closure, A.ChangeNotifier_notifyListeners_closure, A.LicenseRegistry_licenses_closure, A.GestureArenaManager_add_closure, A.GestureArenaManager__tryToResolveArena_closure, A.GestureBinding_dispatchEvent_closure, A.GestureBinding_dispatchEvent_closure0, A.ForcePressGestureRecognizer_handleEvent_closure, A.ForcePressGestureRecognizer_acceptGesture_closure, A.ForcePressGestureRecognizer_didStopTrackingLastPointer_closure, A.LongPressGestureRecognizer__checkLongPressStart_closure, A.LongPressGestureRecognizer__checkLongPressMoveUpdate_closure, A.LongPressGestureRecognizer__checkLongPressEnd_closure, A.DragGestureRecognizer__checkDown_closure, A.DragGestureRecognizer__checkStart_closure, A.DragGestureRecognizer__checkUpdate_closure, A.DragGestureRecognizer__checkEnd_closure, A.DragGestureRecognizer__checkEnd_closure0, A.DragGestureRecognizer__checkEnd_closure1, A.DragGestureRecognizer__checkEnd_closure2, A.PointerRouter_addRoute_closure, A.PrimaryPointerGestureRecognizer_addAllowedPointer_closure, A.TapGestureRecognizer_handleTapDown_closure, A.TapGestureRecognizer_handleTapDown_closure0, A.TapGestureRecognizer_handleTapUp_closure, A.TapGestureRecognizer_handleTapUp_closure0, A.TapGestureRecognizer_handleTapUp_closure1, A.BaseTapAndDragGestureRecognizer__handleDragUpdateThrottled_closure, A.BaseTapAndDragGestureRecognizer_addAllowedPointer_closure, A.BaseTapAndDragGestureRecognizer__checkTapDown_closure, A.BaseTapAndDragGestureRecognizer__checkTapUp_closure, A.BaseTapAndDragGestureRecognizer__checkDragStart_closure, A.BaseTapAndDragGestureRecognizer__checkDragUpdate_closure, A.BaseTapAndDragGestureRecognizer__checkDragEnd_closure, A.GestureArenaTeam_add_closure, A.MaterialPointArcTween__initialize_sweepAngle, A._BottomSheetState__handleDragStart_closure, A._BottomSheetState__handleDragEnd_closure, A._BottomSheetState__handleDragHandleHover_closure, A._ModalBottomSheetState_build_closure0, A._BottomSheetGestureDetector_build_closure, A._ButtonStyleState_handleStatesControllerChange_closure, A._ButtonStyleState_build__closure1, A.DrawerControllerState__animationChanged_closure, A._DropdownMenuState_build_closure, A.DropdownButtonFormField_closure_isHintOrDisabledHintAvailable, A.DropdownButtonFormField__closure_resolveInputBorder, A.DropdownButtonFormField__closure_effectiveBorderRadius, A._ExpansionTileState__toggleExpansion_closure, A._ExpansionTileState__toggleExpansion___closure, A._getClipCallback_closure0, A._getClipCallback_closure, A._InkResponseState_activateOnIntent_closure, A._InkResponseState_handleStatesControllerChange_closure, A._InkResponseState_updateHighlight_handleInkRemoval, A._InkResponseState__createSplash_onRemoved, A._InkResponseState_handleFocusHighlightModeChange_closure, A._HelperErrorState__handleChange_closure, A._InputDecoratorState__handleChange_closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint_closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint__closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint_closure0, A.MaterialStateMixin_addMaterialState_closure, A.MaterialStateMixin_removeMaterialState_closure, A._MenuAnchorState__childChangedOpenState_closure, A._MenuAnchorState__childChangedOpenState__closure, A._MenuAnchorState__close_closure0, A.ScaffoldMessengerState_showSnackBar_closure, A.ScaffoldMessengerState_showSnackBar_closure0, A.ScaffoldMessengerState__handleSnackBarStatusChanged_closure, A.ScaffoldMessengerState__handleSnackBarStatusChanged_closure0, A.ScaffoldMessengerState_build_closure, A._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure, A.ScaffoldState__drawerOpenedCallback_closure, A.ScaffoldState__updateSnackBar_closure, A.ScaffoldState__updateMaterialBanner_closure, A._MaterialScrollbarState_initState_closure, A._MaterialScrollbarState_handleThumbPressStart_closure, A._MaterialScrollbarState_handleThumbPressEnd_closure, A._MaterialScrollbarState_handleHover_closure, A._MaterialScrollbarState_handleHover_closure0, A._MaterialScrollbarState_handleHoverExit_closure, A._SliderState__handleFocusHighlightChanged_closure, A._SliderState__handleHoverChanged_closure, A._SliderState__buildMaterialSlider_effectiveOverlayColor, A._SliderState__buildMaterialSlider_screenSize, A._SliderState__buildMaterialSlider_closure, A._RenderSlider__startInteraction_closure, A._SnackBarActionState__handlePressed_closure, A._SnackBarActionState_build_resolveForegroundColor, A._SnackBarActionState_build_resolveBackgroundColor, A._SnackBarState_build_closure0, A.TabController__changeIndex_closure, A._TabBarState__handleTabControllerTick_closure, A._TabBarState_build_closure1, A._TabBarViewState__warpToAdjacentTab_closure, A._TabBarViewState__warpToNonAdjacentTab_closure, A._TabBarViewState__warpToNonAdjacentTab_closure0, A._TextFieldState__handleFocusChanged_closure, A._TextFieldState__handleSelectionChanged_closure, A._TextFieldState__handleHover_closure, A._TextFieldState__handleStatesControllerChange_closure, A._TextFieldState_build_closure, A._TextFieldState_build_closure0, A._TextFieldState_build_closure1, A._TextFieldState_build_closure2, A._TextFieldState_build_closure3, A._TextFieldState_build_closure4, A._TextFieldState_build__closure, A._TextSelectionToolbarOverflowableState_build_closure, A._TextSelectionToolbarOverflowableState_build__closure, A.ThemeData_localize_closure, A.ToggleableStateMixin__handleTapDown_closure, A.ToggleableStateMixin__handleTapEnd_closure, A.ToggleableStateMixin__handleFocusHighlightChanged_closure, A.ToggleableStateMixin__handleHoverChanged_closure, A.TooltipState__scheduleShowTooltip_show, A.ImageCache__trackLiveImage_closure, A.ImageCache__trackLiveImage__closure, A._LiveImage_closure, A.ImageProvider_resolveStreamForKey_closure, A.ImageProvider_resolveStreamForKey_closure0, A.MultiFrameImageStreamCompleter__handleAppFrame_closure, A.RenderAnimatedSize_closure, A.RendererBinding_pipelineOwner_closure, A.RendererBinding_pipelineOwner_closure0, A.RenderBox__computeIntrinsicDimension_closure, A.RenderBox_getDryLayout_closure, A.RenderBox_getDistanceToActualBaseline_closure, A.RenderEditable__createShowOnScreenFor_closure, A.Layer_addCompositionCallback_closure, A.Layer_addCompositionCallback_closure0, A.MouseTracker_updateWithEvent_closure, A.MouseTracker_updateWithEvent__closure, A.MouseTracker_updateAllDevices_closure, A.PaintingContext_pushClipRect_closure, A.PaintingContext_pushClipRRect_closure, A.PaintingContext_pushClipPath_closure, A.RenderObject__reportException_closure, A.RenderObject_invokeLayoutCallback_closure, A.RenderParagraph__createShowOnScreenFor_closure, A.RenderSliverList_performLayout_advance, A.SchedulerBinding_scheduleWarmUpFrame_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure0, A.SchedulerBinding_scheduleWarmUpFrame_closure1, A.CachingAssetBundle_loadString_closure, A.ServicesBinding__addLicenses_closure, A.EventChannel_receiveBroadcastStream_closure, A.EventChannel_receiveBroadcastStream_closure0, A.RawKeyEvent_RawKeyEvent$fromMessage_dataFromWeb, A.RestorationBucket__rawChildren_closure, A.RestorationBucket__rawValues_closure, A.RestorationBucket__addChildData_closure, A.SystemChrome_setSystemUIOverlayStyle_closure, A.TextInput__loudlyHandleTextInputInvocation_closure, A.TextInput__scheduleHide_closure, A._ActionsState__handleActionChanged_closure, A._FocusableActionDetectorState__updateHighlightMode_closure, A._FocusableActionDetectorState__handleMouseEnter_closure, A._FocusableActionDetectorState__handleMouseExit_closure, A._FocusableActionDetectorState__handleFocusChange_closure, A._AnimatedSwitcherState__newEntry__closure, A._WidgetsAppState_didChangeLocales_closure, A._StreamBuilderBaseState__subscribe__closure1, A._StreamBuilderBaseState__subscribe__closure, A._StreamBuilderBaseState__subscribe_closure0, A._StreamBuilderBaseState__subscribe__closure0, A._FutureBuilderState__subscribe__closure0, A._FutureBuilderState__subscribe__closure, A._AutomaticKeepAliveState__createCallback_closure, A._AutomaticKeepAliveState__createCallback__closure, A._AutomaticKeepAliveState__createCallback__closure0, A._AutomaticKeepAliveState__createCallback___closure, A.WidgetsBinding_scheduleAttachRootWidget_closure, A.RootWidget_attach_closure, A.RootWidget_attach_closure0, A._DismissibleState__handleDragStart_closure, A._DismissibleState__handleDragUpdate_closure, A.EditableTextState__onChangedClipboardStatus_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure0, A.EditableTextState_buttonItemsForToolbarOptions_closure1, A.EditableTextState_buttonItemsForToolbarOptions_closure2, A.EditableTextState_contextMenuButtonItems_closure, A.EditableTextState_contextMenuButtonItems_closure0, A.EditableTextState_contextMenuButtonItems_closure1, A.EditableTextState_contextMenuButtonItems_closure2, A.EditableTextState_contextMenuButtonItems_closure3, A.EditableTextState_contextMenuButtonItems_closure4, A.EditableTextState_contextMenuButtonItems_closure5, A.EditableTextState_contextMenuButtonItems_closure6, A.EditableTextState__textProcessingActionButtonItems_closure, A.EditableTextState__onCursorTick_closure, A.EditableTextState__onCursorTick_closure0, A.EditableTextState__didChangeTextEditingValue_closure, A.EditableTextState__handleFocusChanged_closure, A.EditableTextState_insertTextPlaceholder_closure, A.EditableTextState_removeTextPlaceholder_closure, A.EditableTextState_showAutocorrectionPromptRect_closure, A.EditableTextState__semanticsOnCopy_closure, A.EditableTextState__semanticsOnCut_closure, A.EditableTextState__semanticsOnPaste_closure, A.EditableTextState_build__closure, A._FocusState__handleFocusChanged_closure, A._FocusState__handleFocusChanged_closure0, A._FocusState__handleFocusChanged_closure1, A._FocusState__handleFocusChanged_closure2, A.FormFieldState_didChange_closure, A.BuildOwner_buildScope_closure, A.ComponentElement_performRebuild_closure, A.ComponentElement_performRebuild_closure0, A.GestureDetector_build_closure, A.GestureDetector_build_closure1, A.GestureDetector_build_closure3, A.GestureDetector_build_closure5, A.GestureDetector_build_closure7, A.GestureDetector_build_closure9, A.GestureDetector_build_closure11, A._DefaultSemanticsGestureDelegate__getTapHandler_closure, A._DefaultSemanticsGestureDelegate__getLongPressHandler_closure, A._HeroState_startFlight_closure, A._HeroState_endFlight_closure, A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate, A._ImageState_didChangeAccessibilityFeatures_closure, A._ImageState__getListener__closure, A._ImageState__handleImageFrame_closure, A._ImageState__updateSourceStream_closure, A._ImageState__updateSourceStream_closure0, A.AnimatedWidgetBaseState__handleAnimationChanged_closure, A._LayoutBuilderElement__layout_layoutCallback, A._LayoutBuilderElement__layout_layoutCallback_closure, A._LayoutBuilderElement__layout_layoutCallback_closure0, A._LocalizationsState_load__closure, A._MediaQueryFromViewState__updateData_closure, A.ModalBarrier_build_handleDismiss, A._RouteEntry_handlePush_closure, A._RouteEntry_dispose_closure0, A._RouteEntry_dispose__closure, A.NavigatorState__updatePages_closure, A.NavigatorState__updatePages_closure0, A.NavigatorState__updatePages_closure1, A.NavigatorState__updatePages_closure2, A.NavigatorState__cancelActivePointers_closure, A._OverlayEntryWidgetState__markNeedsBuild_closure, A.OverlayState_insert_closure, A.OverlayState_insertAll_closure, A.OverlayState_rearrange_closure, A.OverlayState__markDirty_closure, A.OverlayState__didChangeEntryOpacity_closure, A._OverlayPortalState__getLocation_closure, A._OverlayPortalState_show_closure, A._OverlayPortalState_hide_closure, A._GlowController_pull_closure, A._PlatformViewLinkState__onPlatformViewCreated_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary__closure, A.RestorationMixin_registerForRestoration_listener, A._RouterState_restoreState_closure, A._RouterState_restoreState_closure0, A._RouterState_didChangeDependencies_closure, A._RouterState__handleRouteInformationProviderNotification_closure, A._RouterState__rebuild_closure, A._RouterState__handleRouterDelegateNotification_closure, A._CallbackHookProvider_invokeCallback_closure, A.TransitionRoute__updateSecondaryAnimation_closure, A.TransitionRoute__updateSecondaryAnimation_closure0, A._ModalScopeState__forceRebuildPage_closure, A.ModalRoute_offstage_closure, A.ModalRoute_changedInternalState_closure, A.ScrollAwareImageProvider_resolveStreamForKey__closure, A._SelectionKeepAliveState_listensTo_closure, A.ScrollNotificationObserverState__notifyListeners_closure, A.ScrollableState_setCanDrag_closure, A.ScrollableState_setCanDrag_closure1, A.RawScrollbarState__maybeStartFadeoutTimer_closure, A.RawScrollbarState__gestures_closure, A.RawScrollbarState__gestures_closure1, A.ShortcutManager__indexShortcuts__closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure0, A.SliverMultiBoxAdaptorElement_createChild_closure, A.SliverMultiBoxAdaptorElement_removeChild_closure, A._SelectionHandleOverlayState_build_closure, A._TextSelectionGestureDetectorState_build_closure, A._TextSelectionGestureDetectorState_build_closure1, A._TextSelectionGestureDetectorState_build_closure3, A._TextSelectionGestureDetectorState_build_closure5, A._TextSelectionGestureDetectorState_build_closure7, A._AnimatedState__handleChange_closure, A._throttle__closure, A._ValueListenableBuilderState__valueChanged_closure, A._BlocBuilderBaseState_build__closure, A._StateHookState__listener_closure, A._MaterialLocalizationsDelegate_load_closure, A._WidgetsLocalizationsDelegate_load_closure, A._PortalTargetState__buildModeNormal_closure, A._PortalTargetVisibilityBuilderState_didUpdateWidget_closure, A._PortalTargetVisibilityBuilderState_didUpdateWidget__closure, A._CardFieldState_updateState_closure, A.WebStripe_confirmPayment_closure4, A.SvgLoader_loadBytes_closure, A.Task_ap_closure, A.Task_flatMap_closure, A.Task_pure_closure, A.TaskEither_flatMap_closure, A.TaskEither_pure_closure, A.TaskEither_match_closure, A.TaskEither_TaskEither$of_closure, A.TaskEither_TaskEither$left_closure, A.TaskEither_TaskEither$tryCatch_closure, A.DedupeLink_request_closure, A.MediaType_MediaType$parse_closure, A.NumberFormat__formatFixed_computeFractionDigits, A.SIPath__setPaint_closure, A.SIPath__setPaint_boundsF, A.SIPath__setPaint_closure2, A.SIPath__setPaint_closure1, A.SIText__bounds_closure, A.SITextSpan__bounds_closure, A.SITextSpan__getPaint_boundsF, A.SITextSpan__getPaint_closure1, A.SITextSpan__getPaint_closure0, A.CMap_operator$index_closure, A.ColorWriter_writeColor_closure0, A.ColorWriter_writeColor_closure1, A.SIGenericCompactBuilder__writeTransform_closure, A._getColorType_closure0, A._getColorType_closure1, A.SvgParseGraph_build_userSpace, A.SvgLinearGradientColor_toSIColor_closure, A.SvgRadialGradientColor_toSIColor_closure, A.SvgParser__processStyle_closure, A.AudioPlayer_createPositionStream_duration, A.AudioPlayer_createPositionStream_step, A.AudioPlayer__load_checkInterruption, A.AudioPlayer__setPlatformActive_wasInterrupted, A.AudioPlayer__setPlatformActive_checkInterruption, A.AudioPlayer__setPlatformActive_setPlatform, A.Jwk_toKeyPair_closure, A.Jwk_toKeyPair_closure0, A._PrograssiveDotsState_build_translatingDot, A._LottieBuilderState__load__closure, A.BaseLayer__setupInOutAnimations_closure, A.KeyframeParser__interpolatorFor_closure, A.AssetLottie_load_closure, A.ParsedPath__splitExtension_closure0, A._LinearPercentIndicatorState_initState__closure0, A._LinearPercentIndicatorState_initState_closure0, A._LinearPercentIndicatorState_initState__closure, A._LinearPercentIndicatorState__updateProgress_closure, A.OAEPEncoding_factoryConfig__closure, A.OAEPEncoding_OAEPEncoding$withSHA1_closure, A.PKCS1Encoding_factoryConfig__closure, A.RSAEngine_factoryConfig_closure, A.AESEngine_factoryConfig_closure, A.DESedeEngine_factoryConfig_closure, A.CBCBlockCipher_factoryConfig__closure, A.CCMBlockCipher_factoryConfig__closure, A.CFBBlockCipher_factoryConfig__closure, A.CTRBlockCipher_factoryConfig__closure, A.ECBBlockCipher_factoryConfig__closure, A.GCMBlockCipher_factoryConfig__closure, A.GCTRBlockCipher_factoryConfig__closure, A.IGEBlockCipher_factoryConfig__closure, A.OFBBlockCipher_factoryConfig__closure, A.SICBlockCipher_factoryConfig__closure, A.RC2Engine_factoryConfig_closure, A.Blake2bDigest_factoryConfig_closure, A.CSHAKEDigest_factoryConfig__closure, A.KeccakDigest_factoryConfig__closure, A.MD2Digest_factoryConfig_closure, A.MD4Digest_factoryConfig_closure, A.MD5Digest_factoryConfig_closure, A.RIPEMD128Digest_factoryConfig_closure, A.RIPEMD160Digest_factoryConfig_closure, A.RIPEMD256Digest_factoryConfig_closure, A.RIPEMD320Digest_factoryConfig_closure, A.SHA1Digest_factoryConfig_closure, A.SHA224Digest_factoryConfig_closure, A.SHA256Digest_factoryConfig_closure, A.SHA3Digest_factoryConfig__closure, A.SHA384Digest_factoryConfig_closure, A.SHA512Digest_factoryConfig_closure, A.SHA512tDigest_factoryConfig__closure, A.SHAKEDigest_factoryConfig__closure, A.SM3Digest_factoryConfig_closure, A.TigerDigest_factoryConfig_closure, A.WhirlpoolDigest_factoryConfig_closure, A.ECCurve_brainpoolp160r1_factoryConfig_closure, A.ECCurve_brainpoolp160t1_factoryConfig_closure, A.ECCurve_brainpoolp192r1_factoryConfig_closure, A.ECCurve_brainpoolp192t1_factoryConfig_closure, A.ECCurve_brainpoolp224r1_factoryConfig_closure, A.ECCurve_brainpoolp224t1_factoryConfig_closure, A.ECCurve_brainpoolp256r1_factoryConfig_closure, A.ECCurve_brainpoolp256t1_factoryConfig_closure, A.ECCurve_brainpoolp320r1_factoryConfig_closure, A.ECCurve_brainpoolp320t1_factoryConfig_closure, A.ECCurve_brainpoolp384r1_factoryConfig_closure, A.ECCurve_brainpoolp384t1_factoryConfig_closure, A.ECCurve_brainpoolp512r1_factoryConfig_closure, A.ECCurve_brainpoolp512t1_factoryConfig_closure, A.ECCurve_gostr3410_2001_cryptopro_a_factoryConfig_closure, A.ECCurve_gostr3410_2001_cryptopro_b_factoryConfig_closure, A.ECCurve_gostr3410_2001_cryptopro_c_factoryConfig_closure, A.ECCurve_gostr3410_2001_cryptopro_xcha_factoryConfig_closure, A.ECCurve_gostr3410_2001_cryptopro_xchb_factoryConfig_closure, A.ECCurve_prime192v1_factoryConfig_closure, A.ECCurve_prime192v2_factoryConfig_closure, A.ECCurve_prime192v3_factoryConfig_closure, A.ECCurve_prime239v1_factoryConfig_closure, A.ECCurve_prime239v2_factoryConfig_closure, A.ECCurve_prime239v3_factoryConfig_closure, A.ECCurve_prime256v1_factoryConfig_closure, A.ECCurve_secp112r1_factoryConfig_closure, A.ECCurve_secp112r2_factoryConfig_closure, A.ECCurve_secp128r1_factoryConfig_closure, A.ECCurve_secp128r2_factoryConfig_closure, A.ECCurve_secp160k1_factoryConfig_closure, A.ECCurve_secp160r1_factoryConfig_closure, A.ECCurve_secp160r2_factoryConfig_closure, A.ECCurve_secp192k1_factoryConfig_closure, A.ECCurve_secp192r1_factoryConfig_closure, A.ECCurve_secp224k1_factoryConfig_closure, A.ECCurve_secp224r1_factoryConfig_closure, A.ECCurve_secp256k1_factoryConfig_closure, A.ECCurve_secp256r1_factoryConfig_closure, A.ECCurve_secp384r1_factoryConfig_closure, A.ECCurve_secp521r1_factoryConfig_closure, A.Argon2BytesGenerator_factoryConfig_closure, A.ConcatKDFDerivator_factoryConfig__closure, A.ECDHKeyDerivator_factoryConfig_closure, A.HKDFKeyDerivator_factoryConfig__closure, A.PBKDF2KeyDerivator_factoryConfig__closure, A.PKCS12ParametersGenerator_factoryConfig__closure, A.PKCS5S1ParameterGenerator_factoryConfig__closure, A.Scrypt_factoryConfig_closure, A.ECKeyGenerator_factoryConfig_closure, A.RSAKeyGenerator_factoryConfig_closure, A.CBCBlockCipherMac_factoryConfig__closure, A.CMac_factoryConfig__closure, A.HMac_factoryConfig__closure, A.Poly1305_factoryConfig__closure, A.PaddedBlockCipherImpl_factoryConfig__closure, A.ISO7816d4Padding_factoryConfig_closure, A.PKCS7Padding_factoryConfig_closure, A.AutoSeedBlockCtrRandom_factoryConfig__closure, A.AutoSeedBlockCtrRandom_nextBigInteger_closure, A.AutoSeedBlockCtrRandom_nextBytes_closure, A.BlockCtrRandom_factoryConfig__closure, A.FortunaRandom_factoryConfig_closure, A.ECDSASigner_factoryConfig__closure, A.PSSSigner_factoryConfig__closure, A.RSASigner_factoryConfig__closure, A._RegistryImpl__addStaticFactoryConfig_closure, A._RegistryImpl__addDynamicFactoryConfig_closure, A.ChaCha20Engine_factoryConfig__closure, A.ChaCha20Poly1305_factoryConfig_closure, A.ChaCha7539Engine_factoryConfig__closure, A.CTRStreamCipher_factoryConfig__closure, A.EAX_factoryConfig__closure, A.RC4Engine_factoryConfig_closure, A.Salsa20Engine_factoryConfig_closure, A.SICStreamCipher_factoryConfig__closure, A.ListenableProvider__startListening_closure, A._InheritedProviderScopeElement_updateDependencies_closure, A.CommunityOracle_selectTokenHolder_closure3, A.AbstractControl__runAsyncValidators_closure, A.AbstractControl__runAsyncValidators__closure1, A.FormGroup_errors__closure0, A.ReactiveFormFieldState__checkTouchedState_closure, A.ReactiveFormFieldState__onControlStatusChanged_closure, A.ReactiveFormFieldState__onControlTouchChanged_closure, A.CombineLatestStream__buildController_closure, A.CombineLatestStream__buildController_closure_onDone, A.CombineLatestStream__buildController_closure0, A.CombineLatestStream__buildController_closure1, A.CombineLatestStream__buildController_closure2, A.TimerStream__buildController_onResume, A.TimerStream__buildController_onResume_closure, A.TimerStream__buildController_closure0, A.TimerStream__buildController__closure, A.TimerStream__buildController_closure1, A.TimerStream__buildController_closure, A.BehaviorSubject__deferStream_closure, A.Subject_addStream_complete, A._BackpressureStreamSink_singleWindow_closure, A._BackpressureStreamSink_multiWindow_closure0, A.BackpressureStreamTransformer_bind_closure, A.StartWithStreamTransformer_bind_closure, A.StartWithErrorStreamTransformer_bind_closure, A._SwitchMapStreamSink_onData_closure, A.SwitchMapStreamTransformer_bind_closure, A._forwardMulti__closure, A._forward_closure, A._forward_closure0, A._forward__listenToUpstream_closure, A._forward__listenToUpstream_closure0, A._forward_closure1, A.WebEnricherEventProcessor__getRequest_closure, A.MetricsAggregator__scheduleFlush_closure, A.SentryClient__attachClientReportsAndSend_closure, A.SentryEnvelopeItem_SentryEnvelopeItem$fromAttachment_closure, A.SentryEnvelopeItem_SentryEnvelopeItem$fromEvent_closure, A.SentryEnvelopeItem_SentryEnvelopeItem$fromClientReport_closure, A.SentryNative_addBreadcrumb_closure, A.Highlighter_closure, A.Highlighter__writeFileStart_closure, A.Highlighter__writeMultilineHighlights_closure, A.Highlighter__writeMultilineHighlights_closure0, A.Highlighter__writeMultilineHighlights_closure1, A.Highlighter__writeMultilineHighlights_closure2, A.Highlighter__writeMultilineHighlights__closure, A.Highlighter__writeMultilineHighlights__closure0, A.Highlighter__writeHighlightedText_closure, A.Highlighter__writeIndicator_closure, A.Highlighter__writeIndicator_closure0, A.Highlighter__writeIndicator_closure1, A.Highlighter__writeSidebar_closure, A._Highlight_closure, A.Chain_Chain$forTrace_closure, A.Frame_Frame$parseVM_closure, A.Frame_Frame$parseV8_closure, A.Frame_Frame$_parseFirefoxEval_closure, A.Frame_Frame$parseFirefox_closure, A.Frame_Frame$parseFriendly_closure, A.GenericCache__putStorageEntry_closure, A.GenericCache__putStorageEntry_closure0, A.SwitchLatest_switchLatest_closure, A.SwitchLatest_switchLatest__listenToInnerStream_closure, A.SwitchLatest_switchLatest__closure, A.SwitchLatest_switchLatest__closure1, A.SwitchLatest_switchLatest__closure2, A.SwitchLatest_switchLatest__closure3, A.BasicLock_synchronized_complete, A.decodeVectorGraphics_process, A.FlutterVectorGraphicsListener_onImage_closure, A._VectorGraphicWidgetState__loadPicture_closure1, A._VectorGraphicWidgetState__handleError_closure, A._VectorGraphicWidgetState__loadAssetBytes_closure, A._VectorGraphicWidgetState__loadAssetBytes__closure, A.DrawCommandBuilder__getOrGenerateId_closure, A._Resolver_addDeferredGradient_closure, A._Resolver_addClipPath_closure, A._Resolver_addDrawable_closure, A._VideoPlayerState_closure, A._VideoPlayerState__closure, A.RenderVisibilityDetectorBase__scheduleUpdate_closure, A._importKey_closure, A._encrypt_closure, A._decrypt_closure, A.main_closure0, A.main_closure]);
+ _inheritMany(A.Object, [A.AlarmClock, A.AppBootstrap, A.Closure, A._Enum, A._SaveStackTracking, A.ContextStateHandle, A.CkCanvas, A.CanvasKitCanvas, A.ManagedSkColorFilter, A.CkColorFilter, A.DisplayCanvasFactory, A.HtmlViewEmbedder, A.OverlayGroup, A.ViewClipChain, A.EmbeddedViewParams, A.Mutator, A.Iterable, A.EmbedderFrameContext, A.ViewListDiffResult, A.SkiaFontCollection, A.RegisteredFont, A.UnregisteredFont, A.FontDownloadResult, A.SkiaFallbackRegistry, A.ImageCodecException, A.CkImage, A.CkImageFilter, A.CkAnimatedImage, A.BrowserImageDecoder, A.Layer0, A.PrerollContext, A.PaintContext, A.LayerScene, A.LayerSceneBuilder, A.LayerTree, A.Frame0, A.CompositorContext, A.CkMaskFilter, A.Rasterizer, A.ViewRasterizer, A.CkNWayCanvas, A.NativeMemoryFinalizationRegistry, A.UniqueRef, A.CountedRef, A.CkPaint, A.CkPath, A.CkContourMeasureIter, A.CkContourMeasure, A.CkPathMetricIteratorEmpty, A.CkPicture, A.CkPictureRecorder, A.DisplayCanvas, A.CanvasKitRenderer, A.SimpleCkShader, A.CkImageShader, A.CkSurface, A.CkParagraphStyle, A.CkTextStyle, A.CkStrutStyle, A.CkParagraph, A.CkLineMetrics, A.CkParagraphBuilder, A.Error, A.CkVertices, A.ClipboardMessageHandler, A.ClipboardAPICopyStrategy, A.ClipboardAPIPasteStrategy, A.ExecCommandCopyStrategy, A.ExecCommandPasteStrategy, A.EngineColorFilter, A.FlutterConfiguration, A.Display, A.ScreenOrientation, A.HttpFetchResponseImpl, A.HttpFetchPayloadImpl, A.HttpFetchNoPayloadError, A.HttpFetchError, A.DomSubscription, A.DomPoint, A._DomListIterator, A._DomTouchListIterator, A.DomIteratorWrapper, A.FlutterViewEmbedder, A.EngineCanvas, A.SaveStackEntry, A.SaveClipEntry, A._SaveElementStackEntry, A.SaveElementStackTracking, A.FontFallbackManager, A._UnicodePropertyLookup, A.FallbackFontDownloadQueue, A.FontAsset, A.FontFamily, A.FontManifest, A.AssetFontsResult, A.FrameReference, A.CrossFrameCache, A._CrossFrameCacheItem, A.PersistedSurface, A.SvgBlendMode, A.SurfaceCanvas, A._DomClip, A.SvgFilterBuilder, A.SvgFilter, A.SurfacePaint, A.SurfacePaintData, A.Conic, A.QuadBounds, A.ConicBounds, A._ConicPair, A.CubicBounds, A.SurfacePath, A.PathIterator, A._SurfacePathMeasure, A._PathContourMeasure, A.SurfacePathMetricIterator, A.SurfacePathMetric, A.Tangent, A._PathSegment, A.PathRef, A.PathRefIterator, A.QuadRoots, A.SkQuadCoefficients, A.PathWinding, A.PaintRequest, A.RecordingCanvas, A.PaintCommand, A._PaintBounds, A.RenderStrategy, A.SurfaceVertices, A._WebGlRenderer, A.HtmlRenderer, A.SurfaceScene, A.SurfaceSceneBuilder, A.EngineImageShader, A.NormalizedGradient, A.SharedCanvas, A.EngineGradient, A.EngineImageFilter, A.EngineHtmlColorFilter, A.ShaderBuilder, A.ShaderMethod, A.ShaderDeclaration, A._PersistedSurfaceMatch, A.PrerollSurfaceContext, A.HtmlCodec, A.SingleFrameInfo, A.HtmlImage, A.AnimatedImageFrameInfo, A.ImageFileFormat, A.KeyboardBinding, A.FlutterHtmlKeyboardEvent, A.KeyboardConverter, A.ContextMenu, A.MouseCursor, A.BrowserHistory, A.NotoFont, A.FallbackFontComponent, A.EnginePictureRecorder, A.EnginePicture, A.HighContrastSupport, A.PlatformDispatcher, A.ViewConfiguration0, A.PlatformConfiguration, A.PlatformViewManager, A.PlatformViewMessageHandler, A.SafariPointerEventWorkaround, A.PointerBinding, A.ClickDebouncer, A.PointerSupportDetector, A._Listener, A._BaseAdapter, A._WheelEventListenerMixin, A._SanitizedDetails, A._ButtonSanitizer, A._PointerDeviceState, A._GlobalPointerState, A.PointerDataConverter, A.Profiler, A.RawKeyboard, A.GlProgram, A.GlContext, A.OffScreenCanvas, A.AccessibilityAnnouncements, A.PrimaryRoleManager, A.RoleManager, A.AccessibilityFocusManager, A.EngineAccessibilityFeatures, A.SemanticsUpdate, A.SemanticsNodeUpdate, A.SemanticsObject, A.EngineSemantics, A.EngineSemanticsOwner, A.SemanticsHelper, A.SemanticsEnabler, A._DefaultTextEditingStrategy_Object_CompositionAwareMixin, A.ListBase, A.MethodCall, A.JSONMessageCodec, A.JSONMethodCodec, A.StandardMessageCodec, A.StandardMethodCodec, A.WriteBuffer, A.ReadBuffer, A.SurfaceShadowData, A.CanvasParagraph, A.ParagraphSpan, A.ParagraphPlaceholder, A.StyleNode, A.CanvasParagraphBuilder, A.HtmlFontCollection, A.TextFragmenter, A.TextFragment, A._FragmentMetrics, A._FragmentPosition, A._FragmentBox, A.TextLayoutService, A.LineBuilder, A.Spanometer, A.RulerHost, A.TextPaintService, A.EngineLineMetrics, A.ParagraphLine, A.EngineParagraphStyle, A.EngineTextStyle, A.EngineStrutStyle, A.TextHeightStyle, A.TextDimensions, A.TextHeightRuler, A.UnicodeRange, A.UnicodePropertyLookup, A.BrowserAutofillHints, A.CompositionAwareMixin, A.EngineInputAction, A.EngineInputType, A.TextCapitalizationConfig, A.EngineAutofillForm, A.AutofillInfo, A.TextEditingDeltaState, A.EditingState, A.InputConfiguration, A.TextInputCommand, A.TextEditingChannel, A.HybridTextEditing, A.EditableTextStyle, A.EditableTextGeometry, A.LruCache, A.Matrix4, A.FastMatrix32, A.DimensionsProvider, A.DomManager, A.CustomElementEmbeddingStrategy, A.FullPageEmbeddingStrategy, A.FlutterViewManager, A.EngineFlutterView, A.ViewPadding, A.JS_CONST, A._HeaderValue, J.Interceptor, J.ArrayIterator, A.Stream, A.CastStreamSubscription, A.StreamTransformerBase, A.Converter, A._CopyingBytesBuilder, A._BytesBuilder, A.CastIterator, A.MapBase, A.SentinelValue, A.ListIterator, A.MappedIterator, A.WhereIterator, A.ExpandIterator, A.TakeIterator, A.TakeWhileIterator, A.SkipIterator, A.SkipWhileIterator, A.EmptyIterator, A.FollowedByIterator, A.WhereTypeIterator, A.FixedLengthListMixin, A.UnmodifiableListMixin, A.Symbol, A._Record, A.MapView, A.ConstantMap, A._KeysOrValuesOrElementsIterator, A.SetBase, A.JSInvocationMirror, A.TypeErrorDecoder, A.NullThrownFromJavaScriptException, A.ExceptionAndStackTrace, A._StackTrace, A._Required, A.LinkedHashMapCell, A.LinkedHashMapKeyIterator, A.JSSyntaxRegExp, A._MatchImplementation, A._AllMatchesIterator, A.StringMatch, A._StringAllMatchesIterator, A._Cell, A._InitializedCell, A.Rti, A._FunctionParameters, A._Type, A._StringStream, A.LocaleKeymap, A._TimerImpl, A._AsyncAwaitCompleter, A._AsyncStarStreamController, A._IterationMarker, A._SyncStarIterator, A.AsyncError, A._BufferingStreamSubscription, A._BroadcastStreamController, A._Completer, A._FutureListener, A._Future, A._AsyncCallbackEntry, A._StreamController, A._SyncStreamControllerDispatch, A._AsyncStreamControllerDispatch, A._StreamSinkWrapper, A._AddStreamState, A._DelayedEvent, A._DelayedDone, A._PendingEvents, A._DoneStreamSubscription, A._StreamIterator, A._EventSinkWrapper, A._HandlerEventSink, A._ZoneFunction, A._ZoneSpecification, A._ZoneDelegate, A._Zone, A._HashMapKeyIterator, A._HashSetIterator, A._LinkedHashSetCell, A._LinkedHashSetIterator, A._LinkedListIterator, A.LinkedListEntry, A._MapBaseValueIterator, A._UnmodifiableMapMixin, A._DoubleLinkedQueueEntry, A._DoubleLinkedQueueIterator, A._ListQueueIterator, A._SplayTreeNode, A._SplayTree, A._SplayTreeIterator, A.StringConversionSink, A.Codec, A.ByteConversionSink, A._Base64Encoder, A._Base64Decoder, A.ChunkedConversionSink, A._SimpleCallbackSink, A._JsonStringifier, A._JsonPrettyPrintMixin, A._ClosableStringSink, A._StringConversionSinkAsStringSinkAdapter, A._Utf8Encoder, A._Utf8Decoder, A._BigIntImpl, A._BigIntClassic, A._WeakReferenceWrapper, A.DateTime, A.Duration, A.OutOfMemoryError, A.StackOverflowError, A.Exception, A._Exception, A.FormatException, A.IntegerDivisionByZeroException, A.MapEntry, A.Null, A._StringStackTrace, A.Stopwatch, A.RuneIterator, A.StringBuffer, A._Uri, A.UriData, A._SimpleUri, A.Expando, A.ServiceExtensionResponse, A._SyncBlock, A.CssStyleDeclarationBase, A._GeopositionWrapper, A.EventStreamProvider, A._EventStreamSubscription0, A.ImmutableListMixin, A.FixedSizeListIterator, A._StructuredClone, A._AcceptStructuredClone, A.OSError, A.FileSystemEntity, A.FileMode, A.FileSystemException, A._RandomAccessFile, A.JsObject, A.NullRejectionException, A._JSRandom, A._Random, A._JSSecureRandom, A.Point0, A._RectangleBase, A._UnmodifiableByteBufferView, A._UnmodifiableByteDataView, A._UnmodifiableListMixin, A.Endian, A._ChannelCallbackRecord, A._StoredMessage, A._Channel, A.ChannelBuffers, A.OffsetBase, A.Rect, A.Radius, A.RRect, A.KeyData, A.Color, A.MaskFilter, A.ImageFilter, A.Shadow, A.ImmutableBuffer, A.ImageDescriptor, A.FrameTiming, A.Locale, A.SemanticsActionEvent, A.PointerData, A.PointerDataPacket, A.SemanticsAction, A.SemanticsFlag, A.SemanticsUpdateBuilder, A.FontWeight, A.FontVariation, A.GlyphInfo, A.TextDecoration, A.TextHeightBehavior, A.TextBox, A.TextPosition, A.TextRange, A.ParagraphConstraints, A.CallbackHandle, A.GestureSettings, A.AssetManager, A.BrowserPlatformLocation, A.HashUrlStrategy, A.PlatformViewRegistry, A._DiagnosticableTree_Object_Diagnosticable, A._ChildEntry0, A._State_Object_Diagnosticable, A.ArchiveFile, A.Bz2BitReader, A.BZip2Decoder, A.FileContent, A.Aes, A.InputStreamBase, A.OutputStreamBase, A.ZipDirectory, A.AesHeader, A.ZipFileHeader, A.ZipDecoder, A._ZipFileData, A._ZipEncoderData, A.ZipEncoder, A.ZLibDecoderBase, A.Deflate, A._DeflaterConfig, A._HuffmanTree, A._StaticTree, A.HuffmanTable, A.Inflate, A.ZLibDecoder, A.DatabaseConnectionUser, A._$ARNSDaoMixin, A._ARNSRepository, A.BlocBase, A.Equatable, A.ArDriveAuthImpl, A.AuthenticationFailedException, A.WalletMismatchException, A.AuthenticationUnknownException, A.AuthenticationUserIsNotLoggedInException, A.Listenable, A.EthereumSigner, A._ProfileImageTileModel, A._BentoBox5Model, A._TutorialPage, A._PageInfo, A.BreadcrumbBuilder, A.LinearProgress, A.ImagePreviewNotification, A.HideEntitySettings, A.NetworkFileIdResolver, A.FileIdResolverException, A._OwnerPrivacySizeAndType, A.SynchronousValidationResult, A.ResolveIdResult, A.FolderPrepareResult, A.UploadFile, A.UploadPlan, A.WebFolder, A.UploadFileSizeChecker, A.BundleUploadHandle, A.FileDataItemUploadHandle, A.FileV2UploadHandle, A.FolderDataItemUploadHandle, A.ArDriveNewButtonComponent, A.InputDropdownItem, A.ArDriveCookiePolicyConsent, A.ChangeNotifier, A.ARFSEntity, A._ARFSFactory, A.ARFSException, A._ARFSRepository, A.DriveRepository, A._FileRepository, A._FolderRepository, A.ARFSRevisionStatusUtils, A.ArDriveCrypto, A.ProfileKeyDerivationResult, A._DownloadService, A.ArDriveUploadCostCalculator, A.ConvertArToUSD, A._UploadRepositoryImpl, A.UploadPreparer, A.UploadPaymentEvaluator, A.UploadPreparation, A.UploadPaymentInfo, A.UploadPlansPreparation, A.ArDriveUploadPreparationManager, A.UploadParams, A.ArDriveDevTools, A.ArDriveDevToolOption, A.DriveHealthCheckStatus, A.FileHealthCheckStatus, A.Shortcut, A._ArDriveDownloader, A.MultiDownloadItem, A.ThumbnailCreationCanceledException, A.ThumbnailLoadingStatus, A.ThumbnailRepository, A.ThumbnailData, A._Entity_Object_TransactionPropertiesMixin, A.TransactionPropertiesMixin, A.EntityTransactionParseException, A.Thumbnail, A.Variant, A.LicenseAssertionTransactionParseException, A._LicenseAssertionEntity_Object_TransactionPropertiesMixin, A.LicenseComposedTransactionParseException, A._LicenseComposedEntity_Object_TransactionPropertiesMixin, A.ManifestIndex, A.ManifestPath, A.ManifestFallback, A.ManifestData, A.ManifestDataBuilder, A.GarRepositoryImpl, A.ManifestCreationException, A.ManifestRepositoryImpl, A.ManifestUploadParams, A.CreateDriveResult, A.FolderNotFoundInDriveException, A.DriveNotFoundException, A._$DriveDaoMixin, A.DriveRevisionWithTransaction, A.FolderRevisionWithTransaction, A.FileWithLicenseAndLatestRevisionTransactions, A.FileWithLatestRevisionTransactions, A.FileRevisionWithLicense, A.FileRevisionWithLicenseAndTransactions, A.FolderNode, A.DriveDAOException, A.ProfilePasswordIncorrectException, A.ProfileLoadDetails, A._$ProfileDaoMixin, A.HasResultSet, A.DataClass, A.UpdateCompanion, A.DatabaseHelpers, A.RouteInformationParser, A.AppRoutePath, A.TableRowWidget, A.BreadCrumbRowInfo, A.SliderTrackShape, A._IndexedItem_Object_EquatableMixin, A.ArDriveSearchRepository, A.SearchResult, A.ArConnectService, A.Wallet, A.ArweaveService, A.DriveEntityHistory, A.BlockEntities, A.ArweaveServiceException, A.GatewayResponseHandler, A.GetSegmentedTransactionFromDriveWithoutEntityTypeFilterStrategy, A.GetSegmentedTransactionFromDriveFilteringByEntityTypeStrategy, A.TransactionCommonMixin, A.JsonSerializable, A.BiometricAuthentication, A.BiometricUnknownException, A.BiometricNotAvailableException, A.BiometricLockedException, A.BiometricPasscodeNotSetException, A.BiometricNotEnrolledException, A.BiometriPermanentlyLockedOutException, A.AppConfig, A.ConfigFetcher, A.ConfigService, A._SelectedGateway_Object_EquatableMixin, A.EthereumProviderService, A.LicenseService, A.SnapshotValidationService, A.GhostFolder, A.DriveEntityHistoryTransactionModel, A._SyncRepository, A.BatchProcessor, A.ThemeDetector, A.PaymentService, A.TurboUserNotFound, A.GiftAlreadyRedeemed, A.PaymentServiceException, A.PaymentServiceInvalidPromoCode, A.TurboUploadService, A.DontUseUploadService, A.TurboUploadTimeoutException0, A.PaymentModel, A.PaymentSession, A.TopUpQuote, A.CountryItem, A.Disposable, A.TurboCostCalculator, A.TurboBalanceRetriever, A.StripePaymentProvider, A.TurboSupportedCountriesRetriever, A.ProfileLogoRepositoryImpl, A._UserPreferencesRepository, A._UserRepository, A._User, A.AppFlavors, A.EnvFetcher, A.NextFitBundlePacker, A.Debouncer, A.NoConnectionException, A.GraphQLRetry, A.HttpRetryOptions, A.HttpRetry, A.InternetChecker, A.ArDriveIOUtils, A.LocalKeyValueStore, A.MetadataCache, A.PlausibleApiData, A.AppLoadedProperties, A.UploadReviewProperties, A.UploadConfirmProperties, A.PlausibleEventData, A.SecureKeyValueStore, A.SizeUtils, A.BundleSizeCalculator, A.V2SizeCalculator, A.DriveHistoryComposite, A.GQLDriveHistory, A.HeightRange, A.BadHeightRange, A.BadRange, A.SubRangeIndexOverflow, A.SnapshotDriveHistory, A.SnapshotItemOnChain, A.SnapshotItemToBeCreated, A.TxSnapshot, A.TextPartitions, A.UploadPlanUtils, A.ArDriveDecryptionException, A.CipherStream, A.CipherStreamRes, A.CipherStreamGenRes, A.EncryptStream, A.DecryptStream, A.ArDriveHTTP, A.ArDriveHTTPResponse, A.WebWorkerNetworkRequestError, A.ArDriveMobileDownloader, A.SaveStatus, A.FileProviderFactory, A.IOException, A.IOFileAdapter, A._DataFile, A._StreamFile, A._FromXFile, A.IOFolderAdapter, A.WebIO, A.WebFileSystemProvider, A.FolderPicker, A.WebFile, A.ArDriveContext, A.Logger, A._LogExporter, A.LogExportInfo, A.ArDriveAccordionItem, A.TableColumn, A.MultiSelectBox, A.DropzoneWrongInputException, A.ModalAction, A.RadioButtonOptions, A.ArDriveSubmenuItem, A.ArDriveTextFieldTheme, A.Primitives, A.ArDriveColorTokens, A.ArDriveColors, A.Body0, A.Headline, A.ArDriveDesktopTypography, A.ArDriveMobileTypography, A.ArDriveShadows, A.ArDriveThemeData, A.ArDriveToggleTheme, A.ArDriveTableTheme, A.ArDriveDropdownTheme, A._ArDriveUploader, A.UploadMetadata, A.ARFSUploadData, A.ArDriveUploadCostCalculator0, A.ConvertArToUSD0, A.D2NStreamedUpload, A.DataTransactionBundler, A.BDIDataBundler, A.DataResultWithContents, A.UploadFilePreparation, A.UploadCanceledException, A.UploadStrategyException, A.DataTransactionUploadException, A.BundleUploadException, A.UnderFundException, A.ThumbnailUploadException, A.TurboUploadTimeoutException, A._DataBundlerFactory, A._UploadFileStrategyFactory, A.StreamedUploadFactory, A.TurboUploadServiceFactory, A.ARFSUploadMetadataGenerator, A.ARFSTagsGenetator, A.StreamedUploadResult, A.TurboStreamedUpload, A.TurboUploadService0, A.TurboUploadServiceChunkUploadsBase, A._UploadController, A.UploadProgress, A.UploadWorker, A.WorkerPool0, A.UploadItem, A.UploadTaskCancelToken, A.UploadResult, A.UploadDispatcher, A.UploadFileStrategy, A.UploadFolderStructureStrategy, A._UploadThumbnailStrategy, A.UploadTask, A.ThumbnailUploadTask, A.AppInfo, A.AppInfoServices, A.MiB, A.GiB, A.ThumbnailGenerationResult, A.FutureError, A.TabVisibilitySingleton, A.InvalidAddress, A.InvalidTransactionId, A.Worker, A.WorkerPool, A.ARIOException, A.ArioSDKWeb, A.Gateway, A.Settings, A.Stats, A.ResponseObject, A.ARNSProcessData, A.State0, A.ARNSName, A.ArtemisClient, A.GraphQLResponse, A.ArweaveApi, A.Arweave, A.TransactionChunksWithProofs, A._Chunk, A._MerkleNode, A.Proof, A.DataBundle, A.DataItem, A.Tag, A.Transaction0, A.TransactionChunk, A.TransactionUploader, A.SignatureConfig, A.ArweaveSigner, A.TransactionResult, A.DataItemFile, A.SignDataItemResult, A.DataItemResult, A.DataBundleResult, A.TransactionData, A.StreamTransactionError, A.SHA384Hash, A.UploadAborter, A.ChunkUploader, A.PrepareChunksResult, A.ArweaveTransactionsApi, A.ChunkedStreamReader, A.DelegatingStreamSubscription, A.FutureGroup, A.ErrorResult, A.ValueResult, A.StreamQueue, A._NextRequest, A._CancelRequest, A._HasNextRequest, A.StreamSplitter, A.AudioSessionWeb, A.AndroidAudioAttributes, A.AndroidAudioFlags, A.AndroidAudioUsage, A.AndroidAudioFocusGainType, A.AudioSession, A.AudioSessionConfiguration, A.AVAudioSessionCategoryOptions, A.AVAudioSessionSetActiveOptions, A.BlocObserver, A._Emitter, A.Change, A.CarouselControllerImpl, A.CarouselOptions, A.GestureArenaMember, A.CarouselState, A.StringCharacterRange, A.Breaks, A.BackBreaks, A.Clock, A.CanonicalizedMap, A.DefaultEquality, A.IterableEquality, A.ListEquality, A._UnorderedEquality, A._MapEntry, A.MapEquality, A.DeepCollectionEquality, A.HeapPriorityQueue, A._QueueList_Object_ListMixin, A.Particle, A.Connectivity, A.PlatformInterface, A.XFileBase, A.Digest, A.DigestSink, A.HashSink, A.Cipher, A.Cryptography, A.BrowserHashAlgorithmMixin, A.HashAlgorithm, A.KdfAlgorithm, A.MacAlgorithm, A.SignatureAlgorithm, A.KeyExchangeAlgorithm, A.KeyPair, A.Hash, A.PublicKey, A.KeyPairType, A.Mac, A.SecretBoxAuthenticationError, A.SecretBox, A.SecretKey, A.Signature, A.PackageCryptoDigestCaptureSink, A.PackageCryptoHashMixin, A.DartAesMixin, A.DartHashAlgorithmMixin, A.DartKeyExchangeAlgorithmMixin, A.DartMacAlgorithmMixin, A.DartMacSinkMixin, A.Ed25519Point, A.Register25519, A._ConstantTimeBytesEquality, A.DesktopDropWeb, A.DesktopDrop, A.WebDropItem, A.DropDoneDetails, A.DropEventDetails, A.DropEvent, A.DeviceInfoPlugin, A.BaseDeviceInfo, A.WebBrowserInfo, A.ResponseBody, A.BrowserHttpClientAdapter, A.CancelToken, A._DioForBrowser_Object_DioMixin, A.DioException, A.DioMixin, A.InterceptorState, A._BaseHandler, A.Interceptor0, A.FormData, A.Headers, A.OptionsMixin, A._RequestConfig, A.Options, A.Response0, A.Transformer, A.DefaultRetryEvaluator, A.RetryNotSupportedException, A.Expression, A.DriftDatabaseOptions, A.Batch, A.DatabaseConnection, A.DriftRuntimeOptions, A.StreamQueryUpdateRules, A.TableUpdate, A.TableUpdateQuery, A.CancellationToken, A.CancellationException, A.Value, A.ValueSerializer, A.VerificationMeta, A.VerificationResult, A.VerificationContext, A.InvalidDataException, A.DriftWrappedException, A.CouldNotRollBackException, A.QueryExecutor, A.BatchedStatements, A.ArgumentsForBatchedStatement, A.QueryDelegate, A.TransactionDelegate, A.DbVersionDelegate, A.QueryResult, A.QueryStreamFetcher, A.StreamKey, A.StreamQueryStore, A.QueryStream, A._QueryStreamListener, A.Component, A._StarFunctionParameter, A.GenerationContext, A.MigrationStrategy, A.Migrator, A.OpeningDetails, A.TableInfo, A.InsertStatement, A.UpsertClause, A.Selectable, A.SingleTableQueryMixin, A.LimitContainerMixin, A._CustomSelectStatement_Object_Selectable, A.QueryRow, A.TypedResult, A._ResultStructure, A.SqlTypes, A.DriftAny, A.Lock, A.SqlJsModule, A.SqlJsDatabase, A.PreparedStatement, A._LocalStorageImpl, A._IndexedDbStorage, A.EquatableMixin, A.BaseClient, A.BaseResponse, A.FilePickerResult, A.KDialogHandler, A.QarmaAndZenityHandler, A.PlatformFile, A.FileSaverWeb, A.FileDialogOptions, A.FileSaveLocation, A.DomHelper, A.AbortError, A.NotAllowedError, A.InvalidModificationError, A.NotFoundError, A.SecurityError, A.NoModificationAllowedError, A.FilePickerAcceptType, A.Simulation, A._AnimationStyle_Object_Diagnosticable, A.AnimationWithParentMixin, A.ParametricCurve, A.AnimationLazyListenerMixin, A.AnimationEagerListenerMixin, A.AnimationLocalListenersMixin, A.AnimationLocalStatusListenersMixin, A.Animatable, A.TweenSequenceItem, A._Interval, A.TextSelectionControls, A._IconThemeData_Object_Diagnosticable, A.LocalizationsDelegate, A.DefaultCupertinoLocalizations, A._CupertinoBackGestureController, A._Decoration_Object_Diagnosticable, A.BoxPainter, A._RenderObject_Object_DiagnosticableTreeMixin, A._CupertinoTextThemeData_Object_Diagnosticable, A._TextThemeDefaultsBuilder, A.NoDefaultCupertinoThemeData, A._CupertinoThemeDefaults, A._CupertinoTextThemeDefaults, A.DiagnosticsNode, A._FlutterErrorDetails_Object_Diagnosticable, A.BindingBase, A._NoDefaultValue, A.Diagnosticable, A.DiagnosticableTreeMixin, A.Key, A._TypeLiteral, A.LicenseEntry, A.PersistentHashMap, A._TrieNode, A.WriteBuffer0, A.ReadBuffer0, A.StackFrame, A.SynchronousFuture, A.GestureArenaEntry, A._GestureArena, A.GestureArenaManager, A._Resampler, A.GestureBinding, A.DragDownDetails, A.DragStartDetails, A.DragUpdateDetails, A.DragEndDetails, A._PointerEvent_Object_Diagnosticable, A._PointerEventDescription, A._AbstractPointerEvent, A._CopyPointerAddedEvent, A._CopyPointerRemovedEvent, A._CopyPointerHoverEvent, A._CopyPointerEnterEvent, A._CopyPointerExitEvent, A._CopyPointerDownEvent, A._CopyPointerMoveEvent, A._CopyPointerUpEvent, A._CopyPointerScrollEvent, A._CopyPointerScrollInertiaCancelEvent, A._CopyPointerScaleEvent, A._CopyPointerPanZoomStartEvent, A._CopyPointerPanZoomUpdateEvent, A._CopyPointerPanZoomEndEvent, A._CopyPointerCancelEvent, A.ForcePressDetails, A.DeviceGestureSettings, A.HitTestEntry, A._TransformPart, A.HitTestResult, A.LongPressStartDetails, A.LongPressMoveUpdateDetails, A.LongPressEndDetails, A._Vector, A._Matrix, A.PolynomialFit, A.LeastSquaresSolver, A._CountdownZoned, A._TapTracker, A.PointerRouter, A.PointerSignalResolver, A.OffsetPair, A.TapDownDetails, A.TapUpDetails, A._TapDragDownDetails_Object_Diagnosticable, A._TapDragUpDetails_Object_Diagnosticable, A._TapDragStartDetails_Object_Diagnosticable, A._TapDragUpdateDetails_Object_Diagnosticable, A._TapDragEndDetails_Object_Diagnosticable, A._TapStatusTrackerMixin, A._CombiningGestureArenaEntry, A.GestureArenaTeam, A.Velocity, A.VelocityEstimate, A._PointAtTime, A.VelocityTracker, A._ActionIconThemeData_Object_Diagnosticable, A.ScrollBehavior, A._AppBarTheme_Object_Diagnosticable, A._Diagonal, A._BadgeThemeData_Object_Diagnosticable, A._MaterialBannerThemeData_Object_Diagnosticable, A._BottomAppBarTheme_Object_Diagnosticable, A._BottomNavigationBarThemeData_Object_Diagnosticable, A.Route, A._BottomSheetThemeData_Object_Diagnosticable, A._ButtonBarThemeData_Object_Diagnosticable, A._ButtonStyle_Object_Diagnosticable, A._LerpSides, A._MouseCursor_Object_Diagnosticable, A._ButtonThemeData_Object_Diagnosticable, A._CardTheme_Object_Diagnosticable, A._CheckboxThemeData_Object_Diagnosticable, A._ChipThemeData_Object_Diagnosticable, A._ColorScheme_Object_Diagnosticable, A._DataTableThemeData_Object_Diagnosticable, A._DatePickerThemeData_Object_Diagnosticable, A._DialogTheme_Object_Diagnosticable, A._DividerThemeData_Object_Diagnosticable, A._DrawerThemeData_Object_Diagnosticable, A.SingleChildLayoutDelegate, A._DropdownRouteResult, A._MenuLimits, A._DropdownMenuThemeData_Object_Diagnosticable, A.MaterialStateProperty, A._ElevatedButtonThemeData_Object_Diagnosticable, A._ElevationOpacity, A.ExpansionTileController, A._ExpansionTileThemeData_Object_Diagnosticable, A._FilledButtonThemeData_Object_Diagnosticable, A._DefaultHeroTag, A._FloatingActionButtonThemeData_Object_Diagnosticable, A.FloatingActionButtonLocation, A.FabFloatOffsetY, A.FabEndOffsetX, A.FloatingActionButtonAnimator, A._IconButtonThemeData_Object_Diagnosticable, A.InkFeature, A.InteractiveInkFeatureFactory, A.ShapeBorder, A.FloatingLabelAlignment, A._Decoration, A._RenderDecorationLayout, A.InputDecoration, A._InputDecorationTheme_Object_Diagnosticable, A._ListTileThemeData_Object_Diagnosticable, A.DefaultMaterialLocalizations, A._BorderSide_Object_Diagnosticable, A._TextStyle_Object_Diagnosticable, A._LerpProperties, A._MaterialStatePropertyWith, A.MaterialStatePropertyAll, A.MaterialStateMixin, A.MenuController, A._Action_Object_Diagnosticable, A._MenuStyle_Object_Diagnosticable, A._MenuThemeData_Object_Diagnosticable, A._MenuButtonThemeData_Object_Diagnosticable, A._LerpSides1, A._NavigationBarThemeData_Object_Diagnosticable, A._NavigationDrawerThemeData_Object_Diagnosticable, A._NavigationRailThemeData_Object_Diagnosticable, A._OutlinedButtonThemeData_Object_Diagnosticable, A.MaterialRouteTransitionMixin, A.RouteSettings, A.PageTransitionsBuilder, A._PageTransitionsTheme_Object_Diagnosticable, A._ZoomTransitionBase, A._PopupMenuThemeData_Object_Diagnosticable, A._ProgressIndicatorThemeData_Object_Diagnosticable, A._RadioThemeData_Object_Diagnosticable, A.ScaffoldPrelayoutGeometry, A.ScaffoldGeometry, A.Constraints, A.MultiChildLayoutDelegate, A.ScaffoldFeatureController, A._ScrollbarThemeData_Object_Diagnosticable, A._SearchBarThemeData_Object_Diagnosticable, A._LerpSides0, A._SearchViewThemeData_Object_Diagnosticable, A._SegmentedButtonThemeData_Object_Diagnosticable, A._Intent_Object_Diagnosticable, A._SliderThemeData_Object_Diagnosticable, A.SliderComponentShape, A.SliderTickMarkShape, A.BaseSliderTrackShape, A._SnackBarThemeData_Object_Diagnosticable, A._SwitchThemeData_Object_Diagnosticable, A._TabBarTheme_Object_Diagnosticable, A._TextButtonThemeData_Object_Diagnosticable, A.TextSelectionGestureDetectorBuilder, A._TextSelectionThemeData_Object_Diagnosticable, A._TextTheme_Object_Diagnosticable, A._ThemeData_Object_Diagnosticable, A._IdentityThemeDataCacheKey, A._FifoCache, A._VisualDensity_Object_Diagnosticable, A.TimeOfDay, A._TimePickerThemeData_Object_Diagnosticable, A._ToggleButtonsThemeData_Object_Diagnosticable, A.ToggleableStateMixin, A._TooltipThemeData_Object_Diagnosticable, A._Typography_Object_Diagnosticable, A.ImageProvider, A.AlignmentGeometry, A.TextAlignVertical, A.PaintingBinding, A.BorderRadiusGeometry, A.FittedSizes, A.ClipContext, A._BlendedDecorationImage, A._BlendedDecorationImagePainter, A.EdgeInsetsGeometry, A.Gradient0, A.ImageCache, A._CachedImageBase, A._PendingImage, A.ImageConfiguration, A._ImageStreamCompleter_Object_Diagnosticable, A.AssetBundleImageKey, A.NetworkImageLoadException, A.ImageInfo, A.ImageStreamListener, A._ImageChunkEvent_Object_Diagnosticable, A._ImageStream_Object_Diagnosticable, A.ImageStreamCompleterHandle, A.Accumulator, A.InlineSpanSemanticsInformation, A._StrutStyle_Object_Diagnosticable, A.PlaceholderDimensions, A.TextBoundary, A._TextLayout, A._TextPainterLayoutCacheWithOffset, A._LineCaretMetrics, A._EmptyLineCaretMetrics, A.TextPainter, A._LinearTextScaler, A.SpringDescription, A._CriticalSolution, A._OverdampedSolution, A._UnderdampedSolution, A.Tolerance, A.RendererBinding, A._PipelineOwner_Object_DiagnosticableTreeMixin, A.ParentData, A._IntrinsicDimensionsCacheEntry, A.RenderBoxContainerDefaultsMixin, A.DebugOverflowIndicatorMixin, A.TextSelectionPoint, A.VerticalCaretMovementRun, A._LayoutSizes, A.AnnotationResult, A._Layer_Object_DiagnosticableTreeMixin, A.LayerHandle, A.LayerLink, A._MouseState, A.__MouseTrackerUpdateDetails_Object_Diagnosticable, A.RenderObjectWithChildMixin, A.ContainerParentDataMixin, A.ContainerRenderObjectMixin, A.RelayoutWhenSystemFontsChangeMixin, A._SemanticsFragment, A._SemanticsGeometry, A.SemanticsTag, A.RenderInlineChildrenContainerDefaults, A.__SelectableFragment_Object_Selectable, A._PlatformViewGestureMixin, A.RenderProxyBoxMixin, A.RenderAnimatedOpacityMixin, A.Selectable0, A.SelectionRegistrant, A.SelectionEvent, A.SelectionGeometry, A._SelectionPoint_Object_Diagnosticable, A.SliverLayoutDimensions, A._SliverGeometry_Object_Diagnosticable, A.RenderSliverHelpers, A.KeepAliveParentDataMixin, A.RenderSliverWithKeepAliveMixin, A.RelativeRect, A.ViewConfiguration, A.RevealedOffset, A._RunMetrics, A._TaskEntry, A._FrameCallbackEntry, A.PerformanceModeRequestHandle, A.SchedulerBinding, A.Ticker, A.TickerFuture, A.TickerCanceled, A.SemanticsBinding, A.SemanticsHandle, A.ChildSemanticsConfigurationsResult, A.ChildSemanticsConfigurationsResultBuilder, A.CustomSemanticsAction, A.AttributedString, A._SemanticsData_Object_Diagnosticable, A._SemanticsNode_Object_DiagnosticableTreeMixin, A._BoxEdge, A._SemanticsSortGroup, A._TraversalSortNode, A.SemanticsConfiguration, A._SemanticsSortKey_Object_Diagnosticable, A.SemanticsEvent, A.AssetBundle, A._AssetManifestBin, A.AssetMetadata, A.AutofillConfiguration, A.BinaryMessenger, A.ServicesBinding, A.BrowserContextMenu, A.ClipboardData, A._KeyEvent_Object_Diagnosticable, A.HardwareKeyboard, A.KeyMessage, A.KeyEventManager, A.KeyboardInsertedContent, A._KeyboardKey_Object_Diagnosticable, A.MethodCall0, A.PlatformException, A.MissingPluginException, A.StringCodec, A.JSONMessageCodec0, A.JSONMethodCodec0, A.StandardMessageCodec0, A.StandardMethodCodec0, A.MouseCursorManager, A.MouseCursorSession, A.BasicMessageChannel, A.MethodChannel, A.EventChannel, A.PlatformViewsRegistry, A.PlatformViewController, A.ProcessTextAction, A.DefaultProcessTextService, A._RawKeyEventData_Object_Diagnosticable, A._RawKeyEvent_Object_Diagnosticable, A.RawKeyboard0, A._ModifierSidePair, A.RestorationBucket, A.SuggestionSpan, A.SpellCheckResults, A.DefaultSpellCheckService, A.ApplicationSwitcherDescription, A.SystemUiOverlayStyle, A._TextEditingDelta_Object_Diagnosticable, A.TextInputFormatter, A._MutableTextRange, A._TextEditingValueAccumulator, A.TextInputType, A.TextInputConfiguration, A.RawFloatingCursorPoint, A.TextEditingValue, A.TextSelectionDelegate, A.TextInputClient, A.SelectionRect, A.TextInputConnection, A.TextInput, A.TextInputControl, A.__PlatformTextInputControl_Object_TextInputControl, A.UndoManager, A.UndoManagerClient, A._ActionDispatcher_Object_Diagnosticable, A._OverridableActionMixin, A._ChildEntry, A.AsyncSnapshot, A.Notification0, A.AutomaticKeepAliveClientMixin, A.WidgetsBindingObserver, A.WidgetsBinding, A.ContextMenuButtonItem, A.ContextMenuController, A.DisposableBuildContext, A.ToolbarOptions, A._KeyFrame, A._ScribbleCacheKey, A._GlyphHeights, A._Autofocus, A.FocusAttachment, A._FocusNode_Object_DiagnosticableTreeMixin, A._FocusManager_Object_DiagnosticableTreeMixin, A._HighlightModeManager, A._FocusTraversalGroupInfo, A._FocusTraversalPolicy_Object_Diagnosticable, A._DirectionalPolicyDataEntry, A._DirectionalPolicyData, A.DirectionalFocusTraversalPolicyMixin, A.__ReadingOrderSortData_Object_Diagnosticable, A.__ReadingOrderDirectionalGroupData_Object_Diagnosticable, A._InactiveElements, A.BuildOwner, A.NotifiableElementMixin, A._NotificationNode, A.RootElementMixin, A.IndexedSlot, A.GestureRecognizerFactory, A.SemanticsGestureDelegate, A._HeroFlightManifest, A._HeroFlight, A.NavigatorObserver, A.IconData, A.CapturedThemes, A.RenderConstrainedLayoutBuilder, A._Pending, A.DefaultWidgetsLocalizations, A.MagnifierInfo, A.TextMagnifierConfiguration, A.MagnifierController, A.MediaQueryData, A.RouteTransitionRecord, A.TransitionDelegate, A._NavigatorObservation, A._RestorationInformation, A.OverlayEntry, A._RenderTheaterMixin, A.OverlayPortalController, A._StorageEntryIdentifier, A.PageStorageBucket, A._FixedScrollMetrics_Object_ScrollMetrics, A.ScrollPhysics, A.MenuSerializableShortcut, A.PlatformMenuDelegate, A.PlatformViewCreationParams, A.RestorationMixin, A.RouteInformation, A._CallbackHookProvider, A.PopNavigatorRouterDelegateMixin, A.LocalHistoryEntry, A.LocalHistoryRoute, A.ScrollActivity, A.ScrollDragController, A._WrappedScrollBehavior, A.SliverChildDelegate, A.ScrollMetrics, A.ViewportNotificationMixin, A.ViewportElementMixin, A.SelectionContainerDelegate, A.ScrollableDetails, A.EdgeDraggingAutoScroller, A._SingleActivator_Object_Diagnosticable, A.__ActivatorIntentPair_Object_Diagnosticable, A._ShortcutManager_Object_Diagnosticable, A._ShortcutRegistry_Object_ChangeNotifier, A.SlottedMultiChildRenderObjectWidgetMixin, A.SlottedContainerRenderObjectMixin, A._DefaultSnapshotPainter, A.SpellCheckConfiguration, A.TextSelectionOverlay, A.SelectionOverlay, A.TextSelectionHandleControls, A.TextSelectionToolbarAnchors, A.SingleTickerProviderStateMixin, A.TickerProviderStateMixin, A._ConstantValueListenable, A.UndoHistoryValue, A._UndoStack, A.FlutterDownloaderException, A.DownloadTask, A.DropzoneEvent, A.FlutterDropzoneView, A.AppLocalizations, A._Hook_Object_Diagnosticable, A._HookState_Object_Diagnosticable, A.HookElement, A.GlobalMaterialLocalizations, A.GlobalWidgetsLocalizations, A.Filled, A.EnhancedCompositedTransformAligned, A.AxisFlag, A.EnhancedLayerLink, A.PortalLabel, A.PortalLink, A.PortalLinkOverlay, A.SanityCheckNestedPortalInfo, A.FlutterSecureStorage, A.Options0, A.FlutterSharingIntent, A.SharedFile, A.Stripe, A.Cache, A.SvgTheme, A.BytesLoader, A.SvgCacheKey, A._AssetByteLoaderCacheKey, A.Svg, A.SvgImageKey, A.HKT2, A.HKT, A.Alt2, A.Applicative, A.Applicative2, A.Extend2, A.Foldable2, A.Functor, A.Functor2, A.Monad, A.Monad2, A.Monoid, A.__Monoid_Object_Semigroup, A.Semigroup, A.Node1, A.Visitor, A.Link0, A.ContextEntry, A.Context0, A.GraphQLError, A.ErrorLocation, A.Operation, A.Request0, A.Response1, A.LinkException, A.RequestSerializer, A.ResponseParser, A.BaseRequest, A.ClientException, A.MultipartFile, A.MediaType, A.ChannelIterator, A.IfdContainer, A._ExifEntry, A.ExifTag, A.IfdDirectory, A.IfdValue, A.BmpFileHeader, A.BmpInfo, A.Decoder, A.DecodeInfo, A.Encoder, A.ExrAttribute, A.ExrCompressor, A.ExrChannel, A.ExrHufDec, A.ExrImage, A.ExrPart, A._PizChannelData, A.GifColorMap, A.GifImageDesc, A.GifInfo, A.IcoInfo, A.IcoInfoImage, A.ComponentData, A.HuffmanNode, A.JpegAdobe, A.JpegComponent, A.JpegData, A._JpegHuffman, A.JpegFrame, A.JpegJfif, A.JpegScan, A.PngFrame, A.PngInfo, A.PsdEffect, A.PsdLayerData, A.PsdBlendingRanges, A.PsdChannel, A.PsdImage, A.PsdImageResource, A.PsdLayer, A.PvrColorRgbCore, A.Pvr2Info, A.Pvr3Info, A.PvrAppleInfo, A.PvrPacket, A.TgaInfo, A.TiffBitReader, A.TiffEntry, A.TiffFaxDecoder, A.TiffImage, A.TiffInfo, A.LzwDecoder, A.VP8, A.VP8BitReader, A.VP8Filter, A.VP8FrameHeader, A.VP8PictureHeader, A.VP8SegmentHeader, A.VP8BandProbas, A.VP8Proba, A.VP8FilterHeader, A.VP8FInfo, A.VP8MB, A.VP8QuantMatrix, A.VP8MBData, A.VP8TopSamples, A.VP8L, A.VP8LBitReader, A.VP8LColorCache, A.VP8LTransform, A.WebPAlpha, A.WebPFrame, A.HuffmanTree, A.HTreeGroup, A.WebPInfo, A.IccProfile, A.Palette, A.PixelRangeIterator, A.ImageException, A.InputBuffer, A.OutputBuffer, A.Rational, A.ImageResizer, A.DateSymbols, A.NumberSymbols, A.DateBuilder, A.DateFormat, A._DateFormatField, A.NumberFormat, A.NumberFormatParseResult, A.NumberFormatParser, A.StringStack, A.UninitializedLocaleData, A.LocaleDataException, A.JsIsolatedWorkerImpl, A.DataOutputSink, A.Affine, A.SIRenderable, A.SIGroupHelper, A.SIMaskedHelper, A.SITextBuilder, A.SITextHelper, A._ImageLoader, A.SITextChunk, A.PruningBoundary, A.SIVisitor, A.SIImageData, A.SIPaint, A.SIColor, A.SIColorVisitor, A.SIStringPathMaker, A.GenericParser, A.BnfLexer, A.ParseError, A.SITextAttributes, A.CanonicalizedData, A.CMap, A.ColorWriter, A.PathBuilder0, A.ScalableImage, A._SIParentNode, A._GroupBuilder, A._MaskedBuilder, A.UIPathBuilder, A.AbstractPathParser, A.SvgParseGraph, A._CollectCanonBuilder, A.SvgInheritableTextAttributes, A.SvgNode, A._NullSink, A.SvgNodeReferrers, A.SvgTextFields, A.SvgPaint, A._SvgPathBoundsBuilder, A.SvgGradientNode, A.SvgTextAttributes, A.SvgFontSize, A.SvgColor, A.SvgGradientStop, A.SvgCoordinate, A.SvgFontWeight, A._SvgBoundary, A._FlattenContext, A._FCNumberSource, A._FCLastValue, A.SvgTextSpanComponent, A.SvgTextChunk, A.SvgFlatSpan, A._TagEntry, A.__SvgParserEventHandler_Object_XmlEventVisitor, A.ScalableImageSource, A._CacheEntry, A.ScalableImageCache, A.CheckedFromJsonException, A.AudioPlayer, A.PlayerException, A.PlayerInterruptedException, A.PlaybackEvent, A.PlayerState, A.IcyInfo, A.IcyHeaders, A.IcyMetadata, A.SequenceState, A._ProxyHttpServer, A.AudioSource, A.AudioPlayerPlatform, A._InitialSeekValues, A.AudioPipeline, A.PositionDiscontinuity, A.PlayerDataMessage, A.PlaybackEventMessage, A.IcyMetadataMessage, A.IcyInfoMessage, A.IcyHeadersMessage, A.InitRequest, A.DisposePlayerRequest, A.DisposePlayerResponse, A.DisposeAllPlayersRequest, A.DisposeAllPlayersResponse, A.LoadRequest, A.LoadResponse, A.PlayRequest, A.PlayResponse, A.PauseRequest, A.PauseResponse, A.SetVolumeRequest, A.SetVolumeResponse, A.SetSpeedRequest, A.SetSpeedResponse, A.SetPitchRequest, A.SetPitchResponse, A.SetSkipSilenceRequest, A.SetSkipSilenceResponse, A.SetLoopModeRequest, A.SetLoopModeResponse, A.SetShuffleModeRequest, A.SetShuffleModeResponse, A.SeekRequest, A.SeekResponse, A.DisposeRequest, A.DisposeResponse, A.AudioSourceMessage, A.AudioSourcePlayer, A._PlayPauseRequest, A._PlayPauseQueue, A.Jwk, A.JwkBuilder, A.LocalAuthentication, A.AuthMessages, A.AuthenticationOptions, A.BaseStrokeContent, A._PathGroup, A.CompoundTrimPathContent, A.ContentGroup, A.EllipseContent, A.FillContent, A.GradientFillContent, A.PolystarContent, A.RectangleContent, A.RepeaterContent, A.RoundedCornersContent, A.ShapeContent, A.TrimPathContent, A.BaseKeyframeAnimation, A._EmptyKeyframeWrapper, A._SingleKeyframeWrapper, A._KeyframesWrapperImpl, A.DropShadowKeyframeAnimation, A.MaskKeyframeAnimation, A.Keyframe, A.TransformKeyframeAnimation, A.CompositionParameters, A.LottieComposition, A.FontToLoad, A.FrameRate, A.LottieDrawable, A.LottieFontStyle, A.LottieImageAsset, A.BaseAnimatableValue, A.AnimatablePathValue, A.AnimatableSplitDimensionPathValue, A.AnimatableTextProperties, A.AnimatableTransform, A.BlurEffect, A.CircleShape, A.DropShadowEffect, A.GradientColor, A.GradientFill, A.GradientStroke, A.Mask, A.MergePaths, A.PolystarShapeType, A.PolystarShape, A.RectangleShape, A.Repeater, A.RoundedCorners, A.ShapeData, A.ShapeFill, A.ShapeGroup, A.ShapePath, A.ShapeStroke, A.ShapeTrimPath, A.CubicCurveData, A.DocumentData, A.Font, A.FontCharacter, A.BaseLayer, A.Layer, A._TextSubLine, A.Marker, A.DropShadowEffectParser, A.GradientColorParser, A.Buffer, A.JsonReader, A.JsonReaderOptions, A.JsonDataException, A.JsonEncodingException, A.PerformanceTracker, A.LottieProvider, A.LottieCache, A.ListEquality0, A.MagicNumber, A.MimeTypeResolver, A.Mutex, A._ReadWriteMutexRequest, A.ReadWriteMutex, A.SingleChildWidgetElementMixin, A.PackageInfo, A.PackageInfoData, A.Context, A.Style0, A.ParsedPath, A.PathException, A._PathOffset, A.SvgPathStringSource, A.PathSegmentData, A.SvgPathNormalizer, A.MissingPlatformDirectoryException, A.WebDelegate, A.Permission, A.Context1, A.ParserException, A.Parser, A.Token, A.MatchesIterator, A.CharacterPredicate, A.LookupCharPredicate, A.RangeCharPredicate, A.WhitespaceCharPredicate, A.Platform, A.BaseBlockCipher, A.AsymmetricKeyParameter, A.CipherParameters, A.ParametersWithIV, A.ParametersWithSalt, A.RegistryFactoryException, A.RSAAsymmetricKey, A.PSSSignature, A.BaseAsymmetricBlockCipher, A.DesBase, A.BaseAEADBlockCipher, A.BaseDigest, A.ECAsymmetricKey, A.ECSignature, A.ECDomainParametersImpl, A.ECFieldElementBase, A.ECPointBase, A.ECCurveBase, A._WNafPreCompInfo, A.BaseKeyDerivator, A.PKCS12ParametersGenerator, A.PKCS5S1ParameterGenerator, A.ECKeyGenerator, A.RSAKeyGenerator, A.BaseMac, A.PaddedBlockCipherImpl, A.BasePadding, A.AutoSeedBlockCtrRandom, A.SecureRandomBase, A.FortunaRandom, A.ECDSASigner, A._RFC6979KCalculator, A._RandomKCalculator, A.PSSSigner, A.RSASigner, A.BaseAEADCipher, A.BaseStreamCipher, A.Platform0, A.PlatformException0, A.FactoryConfig, A._RegistryImpl, A.Register64, A.Register64List, A._Dependency, A._Delegate, A._DelegateState, A.ProviderNullException, A.ProviderNotFoundException, A.ArDriveContractOracle, A.CommunityOracle, A.ContractOracle, A.ARNSContractReader, A.WarpContractReader, A.PstService, A.CommunityContractData, A.CommunityContractVotes, A.CommunityContractSettings, A.VaultItem, A.CommunityContractDataBuilder, A.ReactiveFormsException, A.FormControlCollection, A.AbstractControl, A.Validator, A.RegExpPatternEvaluator, A.ControlValueAccessor, A.ResponsiveSizingConfig, A.SizingInformation, A.RetryOptions, A._Wrapper, A.ForwardingSink, A._Empty, A.ErrorAndStackTrace, A._MultiControllerSink, A.ClientReport, A.ClientReportRecorder, A._QuantityKey, A.DiscardedEvent, A.NoOpClientReportRecorder, A.EnvironmentVariables, A.DeduplicationEventProcessor, A.WebEnricherEventProcessor, A.WebExcptionEventProcessor, A.ExceptionCause, A.Hint, A.Hub, A._StackItem, A._WeakMap, A.UnsupportedThrowablesHandler, A._UnsupportedExceptionWrapper, A.HubAdapter, A.Integration, A.MetricsAggregator, A.MetricsApi, A.NoOpClient, A.NoOpHub, A.Platform1, A.PlatformChecker, A.PropagationContext, A.Breadcrumb, A.Dsn, A.Mechanism, A.SdkVersion, A.SentryApp, A.SentryBrowser, A.SentryCulture, A.SentryDevice, A._SentryEvent_Object_SentryEventLike, A.SentryException, A.SentryGpu, A.SentryId, A.SentryLevel, A.SentryOperatingSystem, A.SentryPackage, A.SentryRequest, A.SentryResponse, A.SentryRuntime, A.SentryStackFrame, A.SentryStackTrace, A.SentryThread, A.SentryTraceContext, A.SentryUser, A.SpanId, A.RecursiveExceptionCauseExtractor, A.Scope, A.SentryBaggage, A.SentryClient, A.SentryEnvelope, A.SentryEnvelopeHeader, A.SentryEnvelopeItem, A._CachedItem, A.SentryEnvelopeItemHeader, A.SentryEventLike, A.SentryExceptionFactory, A.SentryOptions, A.SentryStackTraceFactory, A.SentryTraceContextHeader, A.SentryTracesSampler, A.Spotlight, A.ThrowableMechanism, A.HttpTransport, A.HttpTransportRequestHandler, A._CredentialBuilder, A.NoOpTransport, A.RateLimit, A.RateLimitParser, A.RateLimiter, A.Transport, A.TaskQueue, A.UrlDetails, A.SentryFlutterWeb, A.BindingWrapper, A.AndroidPlatformExceptionEventProcessor, A._JvmExceptionFactory, A.FlutterEnricherEventProcessor, A.FlutterExceptionEventProcessor, A.NativeAppStartEventProcessor, A.PlatformExceptionEventProcessor, A.FileSystemTransport, A.DefaultFrameCallbackHandler, A.WebConnectivityProvider, A.DebugPrintIntegration, A.FlutterErrorIntegration, A.NativeSdkIntegration, A.ScreenshotIntegration, A.WidgetsBindingIntegration, A.JvmException, A.JvmFrame, A.NativeScopeObserver, A.RendererWrapper, A.SentryViewHierarchyIntegration, A._SentryWidgetsBindingObserver_Object_WidgetsBindingObserver, A.SharedPreferences, A.PreferencesFilter, A.GetAllParameters, A.SourceFile, A.SourceLocationMixin, A.SourceSpanMixin, A.Highlighter, A._Highlight, A._Line, A.SourceLocation, A.SourceSpanException, A.Chain, A.Frame, A.LazyChain, A.Trace, A.UnparsedFrame, A._Entry_Object_EquatableMixin, A.EntryBuilder, A._Info_Object_EquatableMixin, A.CacheManager, A.StashEvent, A.BaseEvictionPolicy, A.EternalExpiryPolicy, A.GenericCache, A.BaseSampler, A.DefaultCacheStats, A._CopyingBytesBuilder0, A._BytesBuilder0, A.BytesReader, A.BytesWriter, A.StoreCodec, A.Store, A.GenericVault, A.VaultManager, A.DefaultVaultStats, A.MsgPackExtension, A.MemoryStore, A.SharedPreferencesAdapter, A.StringScanner, A._BillingDetails_Object__$BillingDetails, A._BillingAddress_Object__$BillingAddress, A._$BillingDetails, A._$_BillingDetails0, A._$BillingAddress, A._$_PaymentElementBillingDetailsAddress0, A._StripeError_Object__$StripeError, A._$StripeError, A._$_PaymentElementChangeEvent, A._ShippingDetails_Object__$ShippingDetails, A._ShippingDetailsAddress_Object__$ShippingDetailsAddress, A._$ShippingDetails, A._$_PaymentElementChangeEvent0, A._$ShippingDetailsAddress, A._$_PaymentElementBillingDetailsAddress, A._CardElementChangeEvent_Object__$CardElementChangeEvent, A._CardElementChangeEventValue_Object__$CardElementChangeEventValue, A._$CardElementChangeEvent, A._$_CardElementChangeEvent, A._$CardElementChangeEventValue, A._$_CardElementChangeEventValue, A._$_CardElementOptions, A._$_ElementAppearance, A._$_ConfirmAlipayPaymentData, A._$_ConfirmCardPaymentData, A._$_ConfirmIdealPaymentData, A._PaymentIntent_Object__$PaymentIntent, A._PaymentIntentAmountDetails_Object__$PaymentIntentAmountDetails, A._PaymentIntentTip_Object__$PaymentIntentTip, A._PaymentIntentAutomaticPaymentMethods_Object__$PaymentIntentAutomaticPaymentMethods, A._$PaymentIntent, A._$_PaymentIntent0, A._$PaymentIntentAmountDetails, A._$_PaymentIntentAmountDetails, A._$PaymentIntentTip, A._$_PaymentIntentTip, A._$PaymentIntentAutomaticPaymentMethods, A._$_PaymentIntentAutomaticPaymentMethods, A._PaymentIntentResponse_Object__$PaymentIntentResponse, A._$PaymentIntentResponse, A._$_PaymentIntentResponse, A._$_CardPaymentMethodRef, A._$_CardPaymentMethodDefault, A._$_CardPaymentMethodDetailsToken, A._$_IdealPaymentMethodDetailsSelfCollect, A._$_IdealBankData, A._$_CardTokenPaymentMethod, A.CardFieldContext, A._Address_Object__$Address, A._$Address, A._$_AppInfo, A._CardStyle_Object__$CardStyle, A._CardPlaceholder_Object__$CardPlaceholder, A._CardFieldInputDetails_Object__$CardFieldInputDetails, A._$CardStyle, A._$CardPlaceholder, A._$CardFieldInputDetails, A._StripeException_Object__$StripeException, A._LocalizedErrorMessage_Object__$LocalizedErrorMessage, A.StripeConfigException, A._$_StripeErrorGeneric, A._$StripeException, A._$_StripeException, A._$LocalizedErrorMessage, A._$_LocalizedErrorMessage, A._NextAction_Object__$NextAction, A._$NextAction, A._$_NextActionRedirect, A._$_NextActionOxxo, A._$_NextActionWeChatRedirect, A._$_NextActionMicroDeposits, A._PaymentIntent_Object__$PaymentIntent0, A._ShippingDetails_Object__$ShippingDetails0, A._$PaymentIntent0, A._$_PaymentIntent, A._$ShippingDetails0, A._$_ShippingDetails, A._MandateData_Object__$MandateData, A._MandateDataCustomerAcceptance_Object__$MandateDataCustomerAcceptance, A._MandateDataOnlineData_Object__$MandateDataOnlineData, A._$_BillingDetails, A._$_PaymentMethodParamsCard, A._$_PaymentMethodData, A._$MandateData, A._$_MandateData, A._$MandateDataCustomerAcceptance, A._$_MandateDataCustomerAcceptance, A._$MandateDataOnlineData, A._$_MandateDataOnlineData, A.ResultParser, A.BasicLock, A.WebViewConfiguration, A.InAppWebViewConfiguration, A.LaunchOptions, A.RNG, A.Uuid, A.PictureInfo, A._PatternConfig, A._PatternState, A._DefaultPictureFactory, A.VectorGraphicsCodecListener, A._TextPosition, A._TextConfig, A.VectorGraphicsDecodeException, A.RasterKey, A.RasterData, A._PictureData, A._PictureKey, A.DecodeResponse, A.VectorGraphicsCodec, A.VectorGraphicsBuffer, A._ReadBuffer, A.DrawCommandBuilder, A.Point, A.Rect0, A.ImageData, A.DrawImageData, A.AffineMatrix, A.PathCommand, A.PathBuilder, A.Path, A._CircularIntervalList, A._PathDasher, A.PatternData, A.ImageSizeData, A.Color0, A.Gradient1, A.Paint, A.Stroke, A.Fill, A.TextPosition0, A.TextConfig, A.TextDecoration0, A.Node2, A._SvgGroupTuple, A.SvgParser, A._Resolver, A._Viewport, A.SvgAttributes, A.DoubleOrPercentage, A.SvgStrokeAttributes, A.SvgFillAttributes, A.ColorOrNone, A.Visitor0, A.SvgTheme0, A.ErrorOnUnResolvedNode, A.VectorInstructions, A.DrawCommand, A.Matrix41, A.Vector2, A.Vector40, A.Matrix3, A.Matrix40, A.Quaternion, A.Vector3, A.Vector4, A.Caption, A.VideoPlayerValue, A.__VideoAppLifeCycleObserver_Object_WidgetsBindingObserver, A.DataSource, A.VideoEvent, A.DurationRange, A.VideoPlayerOptions, A.VideoPlayer0, A.RenderVisibilityDetectorBase, A.VisibilityInfo, A.VisibilityDetectorController, A.EventStreamProvider0, A._EventStreamSubscription, A.Algorithm, A.WebcryptoPlugin, A._AesCtrSecretKey, A.Credentials, A.WebThreeRPCError, A.EthereumUserRejected, A.EthereumChainSwitchNotSupported, A.EthereumException, A.EthersException, A.BinanceWalletException, A.EthereumAddress, A.MsgSignature, A.DtdExternalId, A.XmlEntityMapping, A.XmlException, A.XmlFormatException, A.XmlCache, A.XmlAnnotator, A.XmlHasBuffer, A.XmlHasLocation, A.XmlHasParent, A.__XmlEventEncoderSink_Object_XmlEventVisitor, A._XmlEvent_Object_XmlHasParent, A.XmlEventIterator, A.XmlEventParser, A.ConversionSink, A._XmlEventAttribute_Object_XmlNamed, A.XmlNamed, A.XmlEventVisitor]);
+ _inheritMany(A.Closure, [A.Closure0Args, A.AppBootstrap_prepareEngineInitializer_closure0, A.AppBootstrap__prepareAppRunner_closure, A.AppBootstrap__prepareFlutterApp_closure, A.AppBootstrap__prepareFlutterApp_closure0, A.CkCanvas_saveLayerWithFilter_closure, A._canvasKitJsUrls_closure, A._downloadCanvasKitJs_loadEventHandler, A._downloadCanvasKitJs_errorEventHandler, A.HtmlViewEmbedder_getOverlayCanvases_closure, A.HtmlViewEmbedder_submitFrame_closure, A.HtmlViewEmbedder__updateOverlays_closure, A.HtmlViewEmbedder__updateOverlays_closure0, A.HtmlViewEmbedder__updateOverlays_closure1, A.diffViewList_lookForwards, A.diffViewList_lookBackwards, A.SkiaFontCollection_registerDownloadedFonts_makeRegisterFont, A.readChunked_closure, A.ImageFilterEngineLayer_preroll_closure, A.MultiSurfaceRasterizer_setResourceCacheMaxBytes_closure, A._finalizationRegistry_closure, A.CkPaint_imageFilter_closure, A._getEffectiveFontFamilies_closure, A.CkVertices_CkVertices$raw_closure, A.ClipboardMessageHandler_setDataMethodCall_closure, A.ClipboardMessageHandler_setDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall_closure, A.ClipboardMessageHandler_getDataMethodCall_closure0, A.ClipboardMessageHandler_getDataMethodCall__closure, A.ClipboardMessageHandler_hasStringsMethodCall_closure, A.ClipboardMessageHandler_hasStringsMethodCall_closure0, A.ClipboardMessageHandler_hasStringsMethodCall__closure, A.DomConsoleExtension_get_warn_closure, A.DomNavigatorExtension_get_languages_closure, A.Closure2Args, A._ttPolicy_closure, A.sendFontChangeMessage_closure, A.sendFontChangeMessage__closure, A.FontFallbackManager$__closure, A.FontFallbackManager$__closure0, A.FontFallbackManager$__closure1, A.FontFallbackManager$__closure2, A.FontFallbackManager$__closure3, A.FontFallbackManager$__closure4, A.FontFallbackManager_findFontsForMissingCodePoints_closure, A.FontFallbackManager__selectFont_closure, A.fetchFontManifest_closure, A.fetchFontManifest_closure0, A.fetchFontManifest_closure1, A.fetchFontManifest__closure, A._PathContourMeasure__buildSegments_lineToHandler, A.NormalizedGradient_NormalizedGradient_closure, A.HtmlCodec_getNextFrame_closure, A.HtmlCodec_getNextFrame_closure0, A.HtmlCodec__decodeUsingOnLoad_closure, A.HtmlCodec__decodeUsingOnLoad_closure0, A.initializeEngineServices__closure, A.FlutterApp__staticInteropFactoryStub_closure, A.FlutterApp__staticInteropFactoryStub_closure0, A.FlutterEngineInitializer__staticInteropFactoryStub_closure, A.FlutterAppRunner__staticInteropFactoryStub_closure, A.futureToPromise__closure, A.futureToPromise__closure0, A._kLogicalKeyToModifierGetter_closure, A._kLogicalKeyToModifierGetter_closure0, A._kLogicalKeyToModifierGetter_closure1, A._kLogicalKeyToModifierGetter_closure2, A._kLogicalKeyToModifierGetter_closure3, A._kLogicalKeyToModifierGetter_closure4, A._kLogicalKeyToModifierGetter_closure5, A._kLogicalKeyToModifierGetter_closure6, A.KeyboardBinding$__closure, A.KeyboardBinding$__closure0, A.KeyboardBinding__addEventListener_loggedHandler, A.KeyboardBinding__onKeyData_closure, A.KeyboardConverter__scheduleAsyncEvent_closure, A.KeyboardConverter_handleEvent_closure, A.preventDefaultListener_closure, A.MultiEntriesBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure, A.SingleEntryBrowserHistory_onPopState_closure0, A.FallbackFontComponent__activeFonts_closure, A.EnginePicture_toImage_closure, A.EnginePicture_toImage_closure0, A.EnginePlatformDispatcher_closure, A.EnginePlatformDispatcher__zonedPlatformMessageResponseCallback_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure, A.EnginePlatformDispatcher__sendPlatformMessage_closure0, A.EnginePlatformDispatcher__sendPlatformMessage_closure1, A.EnginePlatformDispatcher__addLocaleChangedListener_closure, A.EnginePlatformDispatcher__addBrightnessMediaQueryListener_closure, A.EnginePlatformDispatcher_replyToPlatformMessage_closure, A.SafariPointerEventWorkaround_workAroundMissingPointerEvents_closure, A._BaseAdapter_addEventListener_loggedHandler, A._PointerAdapter__addPointerEventListener_closure, A._PointerAdapter_setup_closure, A._PointerAdapter_setup_closure0, A._PointerAdapter_setup_closure1, A._PointerAdapter_setup_closure2, A._PointerAdapter_setup_closure3, A._PointerAdapter_setup_closure4, A.RawKeyboard_handleHtmlEvent_closure0, A.Dialog__setDefaultFocus_closure, A.AccessibilityFocusManager_manage_closure, A.AccessibilityFocusManager_manage_closure0, A.Incrementable_closure, A.Incrementable_closure0, A.Scrollable_update_closure0, A.Scrollable_update_closure1, A.EngineSemanticsOwner__finalizeTree_closure, A.DesktopSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.MobileSemanticsEnabler_prepareAccessibilityPlaceholder_closure, A.Tappable_closure, A.TextField__initializeForBlink_closure, A.TextField__initializeForBlink_closure0, A.TextField__initializeForWebkit_closure, A.TextField__initializeForWebkit_closure0, A.TextField__invokeIosWorkaround_closure0, A.CanvasParagraph_computeLineMetrics_closure, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey, A.EngineAutofillForm_addInputEventListeners_addSubscriptionForKey_closure, A.DefaultTextEditingStrategy_addEventHandlers_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure0, A.DefaultTextEditingStrategy_preventDefaultForMouseEvents_closure1, A.IOSTextEditingStrategy_addEventHandlers_closure, A.IOSTextEditingStrategy_addEventHandlers_closure0, A.IOSTextEditingStrategy__addTapListener_closure, A.AndroidTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure, A.FirefoxTextEditingStrategy_addEventHandlers_closure0, A.HybridTextEditing__startEditing_closure, A.EditableTextGeometry_EditableTextGeometry$fromFrameworkMessage_closure, A.bytesToHexString_closure, A.CustomElementDimensionsProvider__closure, A.CustomElementEmbeddingStrategy_initialize_closure, A.FullPageEmbeddingStrategy_initialize_closure, A._ContentType_emptyIfNull, A._CastListBase_removeWhere_closure, A._CastListBase_retainWhere_closure, A.CastMap_entries_closure, A.Instantiation, A.TearOffClosure, A.JsLinkedHashMap_values_closure, A.JsLinkedHashMap_containsValue_closure, A.initHooks_closure, A.initHooks_closure1, A._StringStream__goalToEventCode_closure, A._AsyncRun__initializeScheduleImmediate_internalCallback, A._AsyncRun__initializeScheduleImmediate_closure, A._awaitOnObject_closure, A._asyncStarHelper_closure0, A._SyncBroadcastStreamController__sendData_closure, A._SyncBroadcastStreamController__sendError_closure, A._SyncBroadcastStreamController__sendDone_closure, A.Future_wait_closure, A.Future_any_onValue, A.FutureExtensions_onError_closure, A._Future__chainForeignFuture_closure, A._Future__propagateToListeners_handleWhenCompleteCallback_closure, A.Stream_Stream$fromFuture_closure, A.Stream_Stream$fromFutures_onValue, A.Stream_Stream$fromIterable_closure, A.Stream_Stream$periodic_closure_sendEvent, A.Stream_asyncExpand__closure, A.Stream_forEach_closure0, A.Stream_forEach__closure0, A.Stream_length_closure, A.Stream_toList_closure, A.Stream_first_closure0, A.Stream_firstWhere_closure0, A.Stream_firstWhere__closure0, A._StreamHandlerTransformer_closure, A._CustomZone_bindUnaryCallback_closure, A._CustomZone_bindUnaryCallbackGuarded_closure, A._RootZone_bindUnaryCallback_closure, A._RootZone_bindUnaryCallbackGuarded_closure, A.runZonedGuarded_closure, A._HashMap_values_closure, A._CustomHashMap_closure, A._LinkedCustomHashMap_closure, A.MapBase_entries_closure, A.SplayTreeMap_closure, A.SplayTreeSet_closure, A._convertJsonToDart_walk, A._JsonMap_values_closure, A.JsonUtf8Encoder_convert_addChunk, A._BigIntImpl_hashCode_finish, A._BigIntImpl_toDouble_readBits, A.DateTime_parse_parseIntOrZero, A.DateTime_parse_parseMilliAndMicroseconds, A._Uri__makePath_closure, A._Uri__splitQueryStringAll_parsePair, A._createTables_setChars, A._createTables_setRange, A._ChildrenElementList__filter_closure, A.Geolocation_getCurrentPosition_closure, A.Geolocation_getCurrentPosition_closure0, A.Notification_requestPermission_closure, A._EventStreamSubscription_closure0, A._EventStreamSubscription_onData_closure0, A._convertDartToNative_Value_closure, A.FilteredElementList__iterable_closure, A.FilteredElementList__iterable_closure0, A.FilteredElementList_removeRange_closure, A._completeRequest_closure, A.Transaction_completed_closure, A.Transaction_completed_closure0, A.Transaction_completed_closure1, A._Directory_exists_closure, A._FileStream__readBlock_closure, A._FileStream__start_onReady, A._FileStream__start_onOpenFile, A._File_exists_closure, A._File_open_closure, A._File_length_closure, A._File_readAsBytes_readUnsized, A._File_readAsBytes_readUnsized_read_closure, A._File_readAsBytes_readSized_read_closure, A._File_readAsBytes_closure, A._File_readAsBytes__closure, A._RandomAccessFile_close_closure, A._RandomAccessFile_read_closure, A._RandomAccessFile_readInto_closure, A._RandomAccessFile_setPosition_closure, A._RandomAccessFile_length_closure, A._convertToJS_closure, A._convertToJS_closure0, A._wrapToDart_closure, A._wrapToDart_closure0, A._wrapToDart_closure1, A.jsify__convert, A.promiseToFuture_closure, A.promiseToFuture_closure0, A.dartify_convert, A.KeyData__quotedCharCode_closure, A.bootstrapEngine_closure, A.HashUrlStrategy_addPopStateListener_wrappedFn, A.HashUrlStrategy__waitForPopState_closure, A._ZoomedFadeInFadeOut_build_closure, A._ZoomedFadeInFadeOut_build_closure0, A._PageTransitionSwitcherState__newEntry_closure, A._PageTransitionSwitcherState__newEntry_closure0, A._PageTransitionSwitcherState_build_closure, A.AppShellState_initState__closure, A.AppShellState_initState___closure, A.AppShellState_build_closure_buildPage, A.AppShellState_build__buildPage____closure, A.AppShellState_build__buildPage____closure0, A.AppShellState_build__closure, A.AppShellState_build__closure0, A.ARNSDao_saveAntRecords_closure, A._ARNSRepository_closure, A._ARNSRepository_setUndernamesToFile_closure, A._ARNSRepository_getAntRecordsForWallet_closure, A._ARNSRepository_getAntRecordsForWallet_closure0, A.AssignNameBloc__closure, A.AssignArNSNameModal_build_closure, A._AssignArNSNameModalState_build__closure1, A._AssignArNSNameModalState_build___closure, A._AssignArNSNameModalState_build____closure, A._AssignArNSNameModalState_build___closure1, A._AssignArNSNameModalState_build___closure2, A.parseAssignedNamesFromString_closure, A.ArDriveAuthImpl__updateBalance_closure, A.ArDriveAuthImpl__updateBalance_closure0, A.ArDriveAuthImpl__updateBalance_closure1, A._BiometricToggleState__listenToBiometricChange_closure, A._BiometricToggleState_build__closure, A.FadeThroughTransitionSwitcher_build_closure, A.LoginBloc__handleForgetWalletEvent_closure, A._LoginPageState_initState_closure, A._LoginPageState_build_closure2, A._LoginPageScaffoldState_build_closure, A._LoginPageScaffoldState_build_closure0, A._LoginPageScaffoldState_build_closure1, A._LoginPageScaffoldState_build_closure2, A._EnterYourPasswordWidgetState_didChangeDependencies_closure, A._EnterYourPasswordWidgetState_build_closure0, A._EnterYourPasswordWidgetState_build_closure1, A._EnterYourPasswordWidgetState_build_closure, A._EnterYourPasswordWidgetState__buildContent_closure2, A._EnterYourPasswordWidgetState__buildContent_closure1, A._EnterYourPasswordWidgetState__buildContent_closure0, A._ImportWalletModalState_build_closure, A._SecureYourWalletWidgetState_initState_closure, A._SecureYourWalletWidgetState_build_closure0, A._SecureYourWalletWidgetState_build_closure1, A._SecureYourWalletWidgetState_build_closure3, A._SecureYourWalletWidgetState_build_closure2, A._RoundContainerState_build_closure, A._RoundContainerState_build_closure0, A.__ArDriveIsForEveryOneState_build_closure1, A._ProfileImageTileState_build_closure0, A._ProfileImageTileState_build_closure, A._PermanentStorageTileState_build_closure, A._PermanentStorageTileState_build_closure0, A._CarouselWithGroupsState_build_closure, A._CarouselWithGroupsState_build__closure0, A._CarouselWithGroupsState_build_closure1, A._CarouselWithGroupsState_build_closure2, A._CustomIndicatorState_initState_closure0, A._CustomIndicatorState_build_closure, A.__Bento5State_build_closure, A.__Bento5State_build_closure1, A.__Bento5State_build_closure2, A._PriceCalculatorState_build_closure, A._PriceCalculatorState_build_closure0, A.TutorialsViewState_build_closure, A._TutorialContentState_initState_closure, A._TutorialContentState_initState___closure, A._WalletCreatedViewState_build_closure4, A._WalletCreatedViewState_build_closure5, A._WalletCreatedViewState_build_closure6, A._WalletCreatedViewState_build_closure7, A._WalletCreatedViewState_build_closure8, A.CreateManifestCubit_loadFolder_closure, A.CreateManifestCubit_uploadManifest_closure, A.CreateSnapshotCubit__newItemToBeCreated_closure, A.CreateSnapshotCubit_refreshTurboBalance_closure, A.CreateSnapshotCubit__computeBalanceEstimate_closure, A.DriveAttachCubit_submit_closure, A.DriveDetailCubit_openFolder_closure0, A.DriveDetailCubit_openFolder__closure, A.DriveDetailCubit_openFolder__closure0, A.DriveDetailCubit_openFolder__closure1, A.DriveDetailCubit_openFolder__closure2, A.DriveDetailCubit_openFolder_closure1, A.DriveDetailCubit_openFolder_closure2, A.DriveDetailCubit_parseEntitiesToDatatableItem_closure, A.DriveDetailCubit_parseEntitiesToDatatableItem_closure0, A.DriveDetailCubit_selectItems_closure, A.DriveDetailCubit_getIndexForImage_closure, A.DriveDetailCubit_getAllImagesOfCurrentFolder_closure, A.DriveRenameCubit__fileWithSameNameExistis_closure, A.DrivesCubit_closure, A.DrivesCubit_closure0, A.DrivesCubit_closure1, A.DrivesCubit_closure2, A.DrivesCubit__closure, A.DrivesCubit__closure0, A.DrivesCubit__closure1, A.DrivesCubit__closure2, A.DrivesCubit__closure3, A.DrivesCubit__resetDriveSelection_closure, A.DrivesCubit__resetDriveSelection_closure0, A.ProfileFileDownloadCubit__downloadFile_closure, A.ProfileFileDownloadCubit__downloadFile_closure1, A.SharedFileDownloadCubit__downloadFile_closure, A.SharedFileDownloadCubit__downloadFile_closure1, A.FileShareCubit_loadFileShareDetails_closure, A.FsEntryActivityCubit_closure, A.FsEntryActivityCubit_closure0, A.FsEntryActivityCubit_closure1, A.FsEntryInfoCubit_closure, A.FsEntryInfoCubit_fileHandler, A.FsEntryInfoCubit_closure0, A.FsEntryInfoCubit_closure1, A.FsEntryLicenseBloc__enumerateFiles_enumerateFilesFromTree, A.FsEntryLicenseBloc__enumerateFiles_closure, A.FsEntryLicenseBloc__licenseEntities__closure, A.FsEntryMoveBloc_loadFolder_closure, A.FsEntryMoveBloc_moveEntities_closure, A.FsEntryMoveBloc_moveEntities_closure0, A.FsEntryMoveBloc_moveEntities__closure0, A.FsEntryMoveBloc_moveEntities_closure1, A.FsEntryMoveBloc_moveEntities_closure2, A.FsEntryMoveBloc_moveEntities__closure, A.FsEntryMoveNameConflict_conflictingFileNames_closure, A.FsEntryMoveNameConflict_conflictingFolderNames_closure, A.FsEntryPreviewCubit__preview_closure, A.FsEntryPreviewCubit__supportedExtension_closure, A.FsEntryPreviewCubit__supportedExtension_closure0, A.GhostFixerCubit_closure, A.GhostFixerCubit_loadFolder_closure, A.GlobalHideBloc_closure, A.NetworkFileIdResolver__getOwnerAndPrivacyOfDataTransaction_closure, A.PinFileBloc__handlePinFileSubmit_closure0, A.PromptToSnapshotBloc__onDriveSelected_closure0, A.SharedFileCubit_fetchLicenseForRevision_closure, A.SharedFileCubit_fetchLicenseForRevision_closure0, A.UploadCubit_prepareManifestUpload_closure, A.UploadCubit_prepareManifestUpload_closure0, A.UploadCubit_prepareManifestUpload_closure1, A.UploadCubit_checkConflictingFolders_closure, A.UploadCubit_checkConflictingFiles_closure, A.UploadCubit_checkConflictingFiles_closure1, A.UploadCubit_skipLargeFilesAndCheckForConflicts_closure, A.UploadCubit_selectFiles_closure, A.UploadCubit_startUploadPreparation_closure, A.UploadCubit_startUploadPreparation_closure0, A.UploadCubit_startUploadPreparation_closure1, A.UploadCubit_generateFoldersAndAssignParentsForFiles_closure, A.UploadCubit_generateFoldersAndAssignParentsForFiles_closure0, A.UploadCubit_prepareUploadPlanAndCostEstimates_closure, A.UploadCubit__uploadFolders_closure, A.UploadCubit__uploadFolders_closure0, A.UploadCubit__uploadFolders_closure1, A.UploadCubit__uploadFolders_closure2, A.UploadCubit__uploadFiles_closure, A.UploadCubit__uploadFiles_closure0, A.UploadCubit__uploadFiles_closure1, A.UploadCubit__uploadFiles_closure2, A.UploadCubit__removeFilesWithFileNameConflicts_closure, A.UploadCubit__removeSuccessfullyUploadedFiles_closure, A.UploadCubit__removeFilesWithFolderNameConflicts_closure, A.BundleUploadHandle$_create_closure, A.AppTopBar_build_closure, A.promptToCreateManifest_closure, A._CreateManifestFormState_manifestNameForm_closure0, A._CreateManifestFormState_manifestNameForm_closure, A._CreateManifestFormState_build_closure_errorDialog, A._CreateManifestFormState__assignArNSNameModal_closure, A._CreateManifestFormState__paymentOptions_closure, A._CreateManifestFormState__paymentOptions_closure0, A._CreateManifestFormState__paymentOptions_closure2, A._CreateManifestFormState__selectFolder_closure, A._CreateManifestFormState__selectFolder_closure0, A._CreateManifestFormState__selectFolder_closure1, A._CreateManifestFormState__selectFolder_closure2, A._CreateManifestFormState__selectFolder_closure6, A._CreateManifestFormState__selectFolder_closure7, A.promptToCreateSnapshot_closure, A.promptToCreateSnapshot_closure0, A._explanationDialog_closure, A._explanationDialog_closure0, A._confirmDialog_closure, A._confirmDialog_closure0, A.promptToExportCSVData_closure, A.FileDownloadDialog_build__closure, A._DetailsPanelState_build_closure0, A._DetailsPanelState_build_closure1, A._DetailsPanelState_build___closure, A._DetailsPanelState_build___closure0, A._DetailsPanelState__buildContent_closure0, A._DetailsPanelState__buildContent_closure1, A._DetailsPanelState__buildContent_closure2, A._DetailsPanelState__buildContent_closure4, A._DetailsPanelState__buildContent_closure5, A._CopyButtonState__createOverlayEntry_closure, A._LicenseDetailsPopoverButtonState_build_closure1, A.attachDrive__closure0, A._DriveAttachFormState_initState_closure, A._DriveAttachFormState_build__closure, A._DriveAttachFormState_build__closure1, A._DriveAttachFormState_build__closure0, A._DriveAttachFormState_build__closure3, A._DriveAttachFormState_build__closure2, A.promptToCreateDrive__closure, A._DriveCreateFormState_build__closure0, A._DriveCreateFormState_build__closure1, A._DriveCreateFormState_build__closure3, A._DriveCreateFormState_build__closure2, A.promptToRenameDrive__closure, A._DriveRenameFormState_build__closure, A.promptToShareDrive_closure, A.promptToShareDrive_closure0, A.promptToShareFile_closure, A.promptToShareFile_closure0, A.promptToCreateFolder__closure, A.promptToCreateFolderWithoutCongestionWarning_closure, A._FolderCreateFormState_build__closure, A._FolderCreateFormState_build__closure0, A.promptToLicense_closure, A._FsEntryLicenseFormState_build__closure, A._FsEntryLicenseFormState_build___closure2, A._FsEntryLicenseFormState_build___closure1, A.promptToMove_closure, A.FsEntryMoveForm_build___closure, A.FsEntryMoveForm_build____closure1, A.FsEntryMoveForm_build____closure2, A.FsEntryMoveForm_build_____closure0, A.FsEntryMoveForm_build____closure3, A.FsEntryMoveForm_build_____closure, A.promptToRenameModal_closure, A._FsEntryRenameFormState_build__closure1, A._FsEntryRenameFormState_build__closure2, A.promptToReCreateFolder_closure, A._GhostFixerFormState_build__closure, A._GhostFixerFormState_build__closure0, A._GhostFixerFormState_build__closure1, A._GhostFixerFormState_build__closure4, A._GhostFixerFormState_build__closure5, A._KeyboardHandlerState_build_closure0, A._KeyboardHandlerState_build__closure, A._CcTypeFormState_build_closure0, A._CcTypeFormState_build_closure1, A._CcTypeFormState_build_closure, A._CcTypeFormState_build_closure2, A._UdlParamsFormState_build_closure0, A._UdlParamsFormState_build_closure, A._UdlParamsFormState_build_closure2, A._UdlParamsFormState_build_closure1, A._UdlParamsFormState_build_closure4, A._UdlParamsFormState_build_closure3, A._UdlParamsFormState_build_closure6, A._UdlParamsFormState_build_closure5, A._UdlParamsFormState_build_closure7, A.LicenseSummary_build_closure, A.NewButton__buildNewButton_closure0, A.NewButton__buildNewButton_closure, A.NewButton__displayPlusModal_closure, A.NewButton__displayPlusModal__closure, A.NewButton__getNewMenuItems_closure, A.NewButton__getNewMenuItems_closure0, A.NewButton__getAdvancedItems__closure, A.showPinFileDialog__closure, A.PinFileDialog_build__closure, A.PinFileDialog_build__closure0, A._ProfileCardState__loggedInView_closure0, A._ProfileCardState__loggedInView_closure, A._ProfileCardState__buildLoggedInViewForPlatform_closure, A._ProfileCardState__buildProfileCardContent__closure1, A._ProfileCardState__buildProfileCardContent_closure7, A._ProfileCardState__buildProfileCardContent_closure8, A._ProfileCardState__buildProfileCardContent_closure9, A._ProfileCardState__buildIOTokenRow_closure0, A.__LogoutButtonState_build__closure, A.ProfileCardHeader__buildProfileIcon_closure, A.promptToSnapshot_closure, A._AppSideBarState_build_closure0, A._AppSideBarState_build_closure, A._Accordion_build__closure, A._Accordion_build__closure0, A._Accordion_build__closure1, A._Accordion_build__closure2, A._Accordion_build__closure3, A._TopUpEstimationViewState_build__closure, A._TopUpEstimationViewState_build__closure1, A._TopUpEstimationViewState_build__closure0, A.UnitSelector_build_closure, A.UnitSelector_build_closure0, A.UnitSelector_build_closure1, A.UnitSelector_build_closure2, A._PresetAmountSelectorState_initState_closure, A._PresetAmountSelectorState_buildButtonBar_buildButtons_closure, A._PresetAmountSelectorState_buildButtonBar_closure0, A._PresetAmountSelectorState_buildButtonBar_closure, A._PresetAmountSelectorState_build_closure, A._PresetAmountSelectorState_build_closure0, A._PresetAmountSelectorState_build_closure1, A._PresetAmountSelectorState_build_closure2, A._PresetAmountSelectorState__customAmountTextField_closure0, A._BalanceViewState_build_closure, A._BalanceViewState_build_closure0, A.AnimatedFeedbackMessageState_build_closure0, A.AnimatedFeedbackMessageState_build_closure, A.promptToUpload_closure, A._showUploadForm_closure0, A._showUploadForm_closure1, A._UploadFormState_build__closure0, A._UploadFormState_build___closure, A._UploadFormState_build____closure, A._UploadFormState_build___closure0, A._UploadFormState_build__closure1, A._UploadFormState_build__closure3, A._UploadFormState_build__closure2, A._StatsScreenState_initState_closure, A._StatsScreenState_build__closure, A.ConfiguringLicenseScreen_build_closure, A._UploadReadyModalBaseState_build__closure, A._UploadReadyModalBaseState_build___closure2, A._UploadReadyModalBaseState_build__closure0, A._UploadReadyModalBaseState_build___closure, A._LicenseNameWithPopoverButtonState_build_closure0, A._SelectPaymentMethodManifestUploadState_build_closure4, A._SelectPaymentMethodManifestUploadState_build_closure0, A._UploadReadyWidget_build_closure0, A._UploadReadyWidget_build_closure, A._UploadReadyWidget_build_closure1, A._UploadReadyWidget_build__closure0, A._UploadReadyWidget_build__closure1, A._UploadReadyWidget_build__closure4, A._UploadReadyWidget_build__closure3, A._UploadReadyWidget_build__closure7, A._UploadReadyWidget_build__closure8, A._UploadReviewWithLicenseWidget_build_closure1, A._UploadReviewWithArnsNameWidget_build_closure1, A.showCookiePolicyConsentModal_closure, A.DriveRepository_getAllUserDrives_closure, A.ARFSRevisionStatusUtils_hasPendingFilesOnTargetFolder_closure, A._UploadRepositoryImpl_uploadFiles_closure, A._UploadRepositoryImpl_uploadFolders_closure, A._UploadRepositoryImpl_pickFiles_closure, A._UploadRepositoryImpl_pickFilesFromFolder_closure, A.UploadPaymentEvaluator_getUploadPaymentInfoForUploadPlans_closure, A.UploadPaymentEvaluator_getUploadPaymentInfoForUploadPlans__closure, A.UploadManifestOptionsBloc_closure, A.UploadManifestOptionsBloc__closure2, A.UploadManifestOptionsBloc__closure1, A.UploadManifestOptionsBloc__closure0, A.UploadManifestOptionsBloc__closure, A.__ManifestOptionTileState_build_closure, A._AntSelectorState_loadARNSUndernames_closure0, A._AntSelectorState_build__closure, A._AntSelectorState_build__closure0, A.ArDriveDevTools__devToolsWindow_closure, A.ArDriveAppWithDevTools_build_closure, A.AppConfigWindowManagerState_build_closure5, A.AppConfigWindowManagerState_build_closure0, A.AppConfigWindowManagerState_build_closure1, A.AppConfigWindowManagerState_build_closure6, A.AppConfigWindowManagerState_build_closure3, A.AppConfigWindowManagerState_build_closure4, A.AppConfigWindowManagerState_build_closure7, A.AppConfigWindowManagerState_build_closure8, A.AppConfigWindowManagerState_build_closure, A.AppConfigWindowManagerState_build_closure9, A.AppConfigWindowManagerState_build_closure2, A.AppConfigWindowManagerState_buildOption_closure, A.AppConfigWindowManagerState_buildOption_closure0, A.AppConfigWindowManagerState_buildOption_closure1, A.AppConfigWindowManagerState_buildOption_closure4, A.DraggableWindow_build_closure2, A.DraggableWindow_build_closure, A.DraggableWindow_build_closure1, A._DrivesHealthCheckModalState_initState_closure, A._DrivesHealthCheckModalState_processDrivesSequentially_closure0, A._DrivesHealthCheckModalState_build_closure1, A._DrivesHealthCheckModalState_build__closure1, A._DrivesHealthCheckModalState_build_closure2, A._DrivesHealthCheckModalState_build__closure, A._DrivesHealthCheckModalState_build_closure3, A._DrivesHealthCheckModalState_processFiles_processNext_closure, A._DriveHealthCheckTielState_build_closure, A.ShortcutHandlerState_build_closure, A._ArDriveDownloader_downloadFile_closure0, A._ArDriveDownloader_downloadFile_closure1, A._ArDriveDownloader_downloadFile_closure2, A._ArDriveDownloader_downloadFile_closure3, A._ArDriveDownloader_downloadToMemory_closure, A.isSizeAboveDownloadSizeLimit_closure, A.MultipleDownloadBloc__startDownload_closure, A.promptToDownloadMultipleFiles_closure, A._MultipleFilesDownloadState_build__closure, A.ArDriveDockState_build_closure, A.MultiThumbnailCreationBloc__createMultiThumbnailForDrive_closure, A.MultiThumbnailCreationBloc__createMultiThumbnailForDrive_closure0, A.MultiThumbnailCreationBloc__createMultiThumbnailForDrive_closure1, A.MultiThumbnailCreationBloc__createMultiThumbnailForDrive_closure2, A.MultiThumbnailCreationBloc__createMultiThumbnailForDrive__closure, A.MultiThumbnailCreationBloc__createMultiThumbnailForDrive_closure3, A._MultiThumbnailCreationWrapperState__createOverlayEntry_closure, A._MultiThumbnailCreationWrapperState_build_closure, A._MultiThumbnailCreationWrapperState_build__closure0, A.ThumbnailRepository_uploadThumbnail_closure, A.ThumbnailRepository_uploadThumbnail_closure0, A.ThumbnailCreationModal_build_closure0, A.ThumbnailCreationModal_build_closure, A.DriveEntity_fromTransaction_closure, A.FileEntity_fromTransaction_closure, A.Thumbnail_Thumbnail$fromJson_closure, A.Thumbnail_toJson_closure, A._$FileEntityFromJson_closure, A.FolderEntity_fromTransaction_closure, A.LicenseAssertionEntity_fromTransaction_closure, A.LicenseAssertionEntity_fromTransaction_closure0, A.LicenseAssertionEntity_fromTransaction_closure1, A.LicenseComposedEntity_fromTransaction_closure, A.LicenseComposedEntity_fromTransaction_closure0, A.ManifestDataBuilder_build_closure, A.ManifestDataBuilder_build__closure, A.GarRepositoryImpl_getSelectedGateway_closure, A.GarRepositoryImpl_searchGateways_closure, A.GatewaySwitcherModal_build_closure, A._GatewaySwitcherModalState_build__closure0, A._GatewaySwitcherModalState_build__closure, A._RedeemGiftModalState_initState_closure, A._RedeemGiftModalState_initState__closure, A._RedeemGiftModalState_build__closure, A._RedeemGiftModalState_build___closure, A._RedeemGiftModalState_build__closure5, A._RedeemGiftModalState_build__closure4, A._RedeemGiftModalState__emailField_closure1, A._RedeemGiftModalState__emailField_closure0, A._RedeemGiftModalState__emailField_closure, A._RedeemGiftModalState__giftCodeField_closure, A._RedeemGiftModalState__giftCodeField_closure0, A.kValidationMessages_closure, A.kValidationMessages_closure0, A.kValidationMessages_closure1, A.kValidationMessages_closure2, A.kValidationMessages_closure3, A.kValidationMessages_closure4, A.kValidationMessages_closure5, A.kValidationMessages_closure6, A.kValidationMessages_closure7, A.kValidationMessages_closure8, A._initializeServices_refreshHTMLPageAtInterval, A._initializeServices_refreshHTMLPageAtInterval_closure, A.AppState_initState_closure, A.AppState_build__closure, A.AppState_blocProviders_closure, A.AppState_blocProviders_closure0, A.AppState_blocProviders_closure1, A.AppState_blocProviders_closure2, A.AppState_blocProviders_closure3, A.AppState_blocProviders_closure4, A.AppState_blocProviders_closure5, A.AppState_blocProviders_closure6, A.AppState_blocProviders_closure7, A.AppState_blocProviders_closure8, A.AppState_blocProviders_closure9, A.AppState_repositoryProviders_closure, A.AppState_repositoryProviders_closure0, A.AppState_repositoryProviders_closure1, A.AppState_repositoryProviders_closure2, A.AppState_repositoryProviders_closure3, A.AppState_repositoryProviders_closure4, A.AppState_repositoryProviders_closure5, A.AppState_repositoryProviders_closure6, A.AppState_repositoryProviders_closure7, A.AppState_repositoryProviders_closure8, A.AppState_repositoryProviders_closure9, A.AppState_repositoryProviders_closure10, A.AppState_repositoryProviders_closure11, A.AppState_repositoryProviders_closure12, A.AppState_repositoryProviders_closure13, A.AppState_repositoryProviders_closure14, A.AppState_repositoryProviders_closure15, A.AppState_repositoryProviders_closure16, A.AppState_repositoryProviders_closure17, A.AppState_repositoryProviders_closure18, A.AppState_repositoryProviders_closure19, A.AppState_repositoryProviders_closure20, A.AppState_repositoryProviders_closure21, A.AppState_repositoryProviders_closure22, A.AppState_repositoryProviders_closure23, A.ManifestRepositoryImpl_uploadManifest_closure, A.ManifestRepositoryImpl_uploadManifest_closure0, A.ManifestRepositoryImpl_checkNameConflictAndReturnExistingFileId_closure, A.ManifestRepositoryImpl_checkNameConflictAndReturnExistingFileId_closure0, A.DriveDao_insertNewDriveRevisions_closure, A.DriveDao_insertNewFileRevisions_closure, A.DriveDao_insertNewFolderRevisions_closure, A.DriveDao_insertNewNetworkTransactions_closure, A.DriveDao_updateFolderEntries_closure, A.DriveDao_updateFileEntries_closure, A.DriveDao_createDrive_closure, A.DriveDao_updateUserDrives_closure, A.DriveDao_updateUserDrives__closure, A.DriveDao_writeDriveEntity_closure, A.DriveDao_watchFolderContents_closure, A.DriveDao_watchFolderContents__closure1, A.DriveDao_watchFolderContents_closure0, A.DriveDao_watchFolderContents_closure1, A.DriveDao_watchFolderContents_closure2, A.DriveDao_watchFolderContents_closure3, A.DriveDao_watchFolderContents_closure4, A.DriveDao_search_closure, A.DriveDao_search_closure0, A.DriveDao_search_closure1, A.DriveDao_search_closure2, A.DriveDao_search_closure3, A.DriveDao_search_closure4, A.DriveDao_search_closure5, A.DriveDao_getFolderTree_getFolderChildren, A.DriveDao_getFolderTree_getFolderChildren_closure, A.DriveDao_getFolderTree_getFolderChildren_closure0, A.DriveDao_writeFileEntity_closure, A.DriveDao_insertFileRevision__closure, A.DriveDao_insertLicense__closure, A._$DriveDaoMixin_latestDriveRevisionsByDriveIdWithTransactions_closure, A._$DriveDaoMixin_hasHiddenItems_closure, A._$DriveDaoMixin_latestFolderRevisionsByFolderIdWithTransactions_closure, A._$DriveDaoMixin_filesInFolderWithLicenseAndRevisionTransactions_closure, A._$DriveDaoMixin_filesInDriveWithRevisionTransactions_closure, A._$DriveDaoMixin_latestFileRevisionByFileIdWithLicense_closure, A._$DriveDaoMixin_latestFileRevisionsByFileIdWithLicenseAndTransactions_closure, A.FolderNode_computeFolderSize_closure, A.ProfileDao_deleteProfile_closure, A.Database_migration_closure, A.Database_migration_closure0, A.FileEntryExtensions_asEntity_closure, A.LicensesCompanionExtensions_get_licenseTypeEnum_closure, A.AppRouterDelegate__app___closure, A.AppRouterDelegate__app___closure3, A.AppRouterDelegate__app____closure0, A.AppRouterDelegate__app___closure6, A.AppRouterDelegate__app___closure7, A.DriveExplorerItemTileLeading__buildFileIcon_closure0, A.DriveExplorerItemTileLeading__buildFileIcon__closure, A.DriveExplorerItemTileLeading__buildFileIcon__closure0, A._DriveExplorerItemTileTrailingState_build_closure0, A.EntityActionsMenu__getItems__closure, A.DriveFileDropZoneState_build_closure, A.DriveFileDropZoneState_build_closure2, A.DriveFileDropZoneState_build__closure0, A.DriveFileDropZoneState__onDrop_closure, A._HoverDetectorState_build_closure, A._HoverDetectorState_build_closure0, A.DriveDetailBreadcrumbRow_build_closure, A.DriveDetailBreadcrumbRow_build_closure0, A.DriveDetailBreadcrumbRow__buildBreadcrumbs_isLastSegment, A.DriveDetailBreadcrumbRow__buildBreadcrumbs_segmentStyle, A.DriveDetailBreadcrumbRow__buildBreadcrumbs_buildSegment, A.DriveDetailBreadcrumbRow__buildBreadcrumbs_buildSeparator, A.DriveDetailBreadcrumbRow__buildBreadcrumbs_closure, A.DriveDetailBreadcrumbRow__buildBreadcrumbs_closure1, A.DriveDetailBreadcrumbRow__navigateBackIcon_closure, A._HoverTextState_build_closure, A._HoverTextState_build_closure0, A._buildDataListContent___closure, A._buildDataListContent___closure4, A._buildDataListContent____closure, A._buildDataListContent_____closure, A._buildDataListContent____closure0, A._buildDataListContent___closure6, A._buildDataListContent___closure7, A._buildDataListContent___closure2, A._buildDataListContent___closure1, A._buildDataListContent___closure5, A._buildDataListContent___closure3, A._buildDataListContent___closure0, A._sortItems_closure, A._sortItems_closure1, A._DriveDetailFolderEmptyCardState_buildArDriveCard__closure0, A._DriveDetailFolderEmptyCardState_buildArDriveCard__closure, A._EmptyFolder_build_closure0, A._EmptyFolder_build_closure, A._NewUserEmptyRootFolder_build_closure0, A._NewUserEmptyRootFolder_build_closure, A._ExistingUserEmptyRootFolder_build_closure0, A._ExistingUserEmptyRootFolder_build_closure, A._VideoPlayerWidgetState_initState_closure, A._VideoPlayerWidgetState_initState_closure0, A._VideoPlayerWidgetState_goFullScreen_closure, A._VideoPlayerWidgetState_goFullScreen_closure0, A._VideoPlayerWidgetState_goFullScreen__closure, A._VideoPlayerWidgetState_goFullScreen____closure, A._VideoPlayerWidgetState_build_closure19, A._VideoPlayerWidgetState_build___closure, A._VideoPlayerWidgetState_build_closure, A._VideoPlayerWidgetState_build_closure0, A._VideoPlayerWidgetState_build_closure1, A._VideoPlayerWidgetState_build___closure10, A._VideoPlayerWidgetState_build_closure2, A._VideoPlayerWidgetState_build_closure3, A._VideoPlayerWidgetState_build___closure9, A._VideoPlayerWidgetState_build_closure4, A._VideoPlayerWidgetState_build_closure5, A._VideoPlayerWidgetState_build_closure7, A._VideoPlayerWidgetState_build_closure6, A._VideoPlayerWidgetState_build_closure20, A._VideoPlayerWidgetState_build_closure9, A._VideoPlayerWidgetState_build___closure6, A._VideoPlayerWidgetState_build_closure8, A._VideoPlayerWidgetState_build__closure14, A._VideoPlayerWidgetState_build__closure15, A._VideoPlayerWidgetState_build_closure10, A._VideoPlayerWidgetState_build_closure11, A._VideoPlayerWidgetState_build___closure4, A._VideoPlayerWidgetState_build___closure3, A._VideoPlayerWidgetState_build_closure13, A._VideoPlayerWidgetState_build_closure14, A._VideoPlayerWidgetState_build_closure15, A._VideoPlayerWidgetState_build__closure5, A._VideoPlayerWidgetState_build_closure16, A._VideoPlayerWidgetState_build___closure0, A._VideoPlayerWidgetState_build_closure17, A._VideoPlayerWidgetState_build_closure18, A._FullScreenVideoPlayerWidgetState_initState_closure, A._FullScreenVideoPlayerWidgetState_initState__closure, A._FullScreenVideoPlayerWidgetState_initState___closure, A._FullScreenVideoPlayerWidgetState_initState___closure0, A._FullScreenVideoPlayerWidgetState_build_closure1, A._FullScreenVideoPlayerWidgetState_build_closure0, A._FullScreenVideoPlayerWidgetState_build_closure, A._FullScreenVideoPlayerWidgetState_build_closure16, A._FullScreenVideoPlayerWidgetState_build_closure15, A._FullScreenVideoPlayerWidgetState_build_closure3, A._FullScreenVideoPlayerWidgetState_build___closure5, A._FullScreenVideoPlayerWidgetState_build_closure4, A._FullScreenVideoPlayerWidgetState_build_closure2, A._FullScreenVideoPlayerWidgetState_build___closure7, A._FullScreenVideoPlayerWidgetState_build_closure14, A._FullScreenVideoPlayerWidgetState_build_closure6, A._FullScreenVideoPlayerWidgetState_build_closure5, A._FullScreenVideoPlayerWidgetState_build__closure11, A._FullScreenVideoPlayerWidgetState_build__closure12, A._FullScreenVideoPlayerWidgetState_build___closure2, A._FullScreenVideoPlayerWidgetState_build___closure1, A._FullScreenVideoPlayerWidgetState_build_closure10, A._FullScreenVideoPlayerWidgetState_build__closure3, A._FullScreenVideoPlayerWidgetState_build_closure11, A._FullScreenVideoPlayerWidgetState_build___closure, A._FullScreenVideoPlayerWidgetState_build_closure12, A._FullScreenVideoPlayerWidgetState_build_closure13, A._ImagePreviewWidgetState__buildImage_closure, A._ImagePreviewWidgetState__buildImageFromBytes_closure1, A._ImagePreviewWidgetState__buildImageFromBytes_closure0, A._ImagePreviewWidgetState__buildImageFromBytes_closure, A._ImagePreviewWidgetState__buildActionBar_closure, A._ImagePreviewWidgetState__buildNameAndExtension_closure, A._ImagePreviewWidgetState__toggleFullScreen_closure, A._AudioPlayerWidgetState_initState_closure, A._AudioPlayerWidgetState_initState___closure, A._AudioPlayerWidgetState_initState___closure0, A._AudioPlayerWidgetState_initState_closure0, A._AudioPlayerWidgetState_build_closure, A._AudioPlayerWidgetState_build_closure0, A._AudioPlayerWidgetState_build_closure1, A._AudioPlayerWidgetState_build_closure8, A._AudioPlayerWidgetState_build_closure7, A._AudioPlayerWidgetState_build_closure3, A._AudioPlayerWidgetState_build_closure2, A._AudioPlayerWidgetState_build__closure5, A._AudioPlayerWidgetState_build__closure6, A._AudioPlayerWidgetState_build_closure5, A._AudioPlayerWidgetState_build__closure2, A._AudioPlayerWidgetState_build_closure6, A._AudioPlayerWidgetState_build___closure, A._VolumeSliderWidgetState_build_closure0, A._VolumeSliderWidgetState_build_closure2, A._VolumeSliderWidgetState_build_closure1, A._displaySpeedOptionsModal_closure, A._DriveDetailPageState_build__closure, A._DriveDetailPageState_build___closure1, A._DriveDetailPageState_build___closure0, A._DriveDetailPageState_build___closure2, A._DriveDetailPageState_build___closure3, A._DriveDetailPageState_build___closure5, A._DriveDetailPageState_build___closure6, A._DriveDetailPageState__desktopView__closure1, A._DriveDetailPageState__desktopView__closure0, A._DriveDetailPageState__desktopView__closure, A._DriveDetailPageState__mobileView_closure1, A._DriveDetailPageState__mobileViewContent_closure, A._DriveDetailPageState__mobileViewContent_closure2, A._DriveDetailPageState__mobileViewContent__closure, A.MobileFolderNavigation_build___closure1, A.MobileFolderNavigation_build___closure0, A.MobileFolderNavigation_build___closure, A.NoDrivesPage_build_closure, A.NoDrivesPage_build_closure0, A.SharedFilePage_build_closure_activityPanel, A.SharedFilePage_build__closure, A.SharedFilePage_build__closure0, A.SharedFilePage__buildShareCard_closure, A.SharedFilePage__buildShareCard_closure0, A.SharedFilePage__buildShareCard_closure1, A.FileSearchModal_build_closure, A.FileSearchModal_build_closure0, A._FileSearchModalState_build_closure0, A._FileSearchModalState_build__closure, A._FileSearchModalState_build_closure, A._FileSearchModalState_build__closure0, A._FileSearchModalState__navigateToFile_closure, A.SearchTextField_build_closure0, A.ArweaveService_closure0, A.ArweaveService_closure, A.ArweaveService_getWalletBalance_closure, A.ArweaveService_getCurrentBlockHeight_closure, A.ArweaveService_getPrice_closure, A.ArweaveService_getPendingTxFees_closure, A.ArweaveService_getPendingTxFees_closure0, A.ArweaveService_getLicenseAssertions_closure, A.ArweaveService_getLicenseComposed_closure, A.ArweaveService_getLicenseComposed_closure0, A.ArweaveService_getLicenseComposed__closure, A.ArweaveService_createDriveEntityHistoryFromTransactions_closure, A.ArweaveService_createDriveEntityHistoryFromTransactions__closure, A.ArweaveService_createDriveEntityHistoryFromTransactions__closure0, A.ArweaveService_createDriveEntityHistoryFromTransactions_closure0, A.ArweaveService_createDriveEntityHistoryFromTransactions_closure1, A.ArweaveService_createDriveEntityHistoryFromTransactions_closure2, A.ArweaveService_createDriveEntityHistoryFromTransactions_closure4, A.ArweaveService__getEntityData_closure, A.ArweaveService_getUniqueUserDriveEntityTxs_closure, A.ArweaveService_getUniqueUserDriveEntityTxs__closure, A.ArweaveService_getUniqueUserDriveEntityTxs_closure0, A.ArweaveService_getFirstPrivateDriveTxId_closure, A.ArweaveService_getUniqueUserDriveEntities__closure, A.ArweaveService_getUniqueUserDriveEntities_closure0, A.ArweaveService_getLatestDriveEntityWithId_closure, A.ArweaveService_getLatestDriveEntityWithId__closure, A.ArweaveService_getFilePrivacyForId_closure, A.ArweaveService_getFilePrivacyForId__closure, A.ArweaveService_getOwnerForDriveEntityWithId_closure, A.ArweaveService_getOwnerForDriveEntityWithId__closure, A.ArweaveService_getLatestFileEntityWithId_closure, A.ArweaveService_getLatestFileEntityWithId__closure, A.ArweaveService_getAllFileEntitiesWithId_closure, A.ArweaveService_getAllFileEntitiesWithId__closure, A.ArweaveService_getOwnerForFileEntityWithId_closure, A.ArweaveService_getOwnerForFileEntityWithId__closure, A.ArweaveService_getTransactionConfirmations__closure, A.GetSegmentedTransactionFromDriveWithoutEntityTypeFilterStrategy__getSegmentedTransactionWithoutFilter_closure, A.GetSegmentedTransactionFromDriveWithoutEntityTypeFilterStrategy__getSegmentedTransactionWithoutFilter_closure0, A.GetSegmentedTransactionFromDriveFilteringByEntityTypeStrategy__getSegmentedTransaction_closure, A.GetSegmentedTransactionFromDriveFilteringByEntityTypeStrategy__getSegmentedTransaction_closure0, A._isSupportedArFSVersion_closure, A.TransactionMixinExtensions_getTag_closure, A._$AllFileEntitiesWithId$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$AllFileEntitiesWithId$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$AllFileEntitiesWithId$Query$TransactionConnectionFromJson_closure, A._$AllFileEntitiesWithId$Query$TransactionConnectionToJson_closure, A._$DriveEntityHistoryWithoutEntityTypeFilter$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$DriveEntityHistoryWithoutEntityTypeFilter$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$DriveEntityHistoryWithoutEntityTypeFilter$Query$TransactionConnectionFromJson_closure, A._$DriveEntityHistoryWithoutEntityTypeFilter$Query$TransactionConnectionToJson_closure, A._$InfoOfTransactionToBePinned$Query$TransactionFromJson_closure, A._$InfoOfTransactionToBePinned$Query$TransactionToJson_closure, A._$DriveEntityHistory$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$DriveEntityHistory$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$DriveEntityHistory$Query$TransactionConnectionFromJson_closure, A._$DriveEntityHistory$Query$TransactionConnectionToJson_closure, A._$LicenseComposed$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$LicenseComposed$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$LicenseComposed$Query$TransactionConnectionFromJson_closure, A._$LicenseComposed$Query$TransactionConnectionToJson_closure, A._$LatestFileEntityWithId$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$LatestFileEntityWithId$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$LatestFileEntityWithId$Query$TransactionConnectionFromJson_closure, A._$LatestFileEntityWithId$Query$TransactionConnectionToJson_closure, A._$TransactionStatuses$Query$TransactionConnectionFromJson_closure, A._$TransactionStatuses$Query$TransactionConnectionToJson_closure, A._$TransactionStatuses$Query$BlockConnectionFromJson_closure, A._$TransactionStatuses$Query$BlockConnectionToJson_closure, A._$SnapshotEntityHistory$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$SnapshotEntityHistory$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$SnapshotEntityHistory$Query$TransactionConnectionFromJson_closure, A._$SnapshotEntityHistory$Query$TransactionConnectionToJson_closure, A._$FirstDriveEntityWithIdOwner$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$FirstDriveEntityWithIdOwner$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$FirstDriveEntityWithIdOwner$Query$TransactionConnectionFromJson_closure, A._$FirstDriveEntityWithIdOwner$Query$TransactionConnectionToJson_closure, A._$FirstFileEntityWithIdOwner$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$FirstFileEntityWithIdOwner$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$FirstFileEntityWithIdOwner$Query$TransactionConnectionFromJson_closure, A._$FirstFileEntityWithIdOwner$Query$TransactionConnectionToJson_closure, A._$UserDriveEntities$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$UserDriveEntities$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$UserDriveEntities$Query$TransactionConnectionFromJson_closure, A._$UserDriveEntities$Query$TransactionConnectionToJson_closure, A._$PendingTxFees$Query$TransactionConnectionFromJson_closure, A._$PendingTxFees$Query$TransactionConnectionToJson_closure, A._$TransactionDetails$Query$TransactionFromJson_closure, A._$TransactionDetails$Query$TransactionToJson_closure, A._$LicenseAssertions$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$LicenseAssertions$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$LicenseAssertions$Query$TransactionConnectionFromJson_closure, A._$LicenseAssertions$Query$TransactionConnectionToJson_closure, A._$LatestDriveEntityWithId$Query$TransactionConnection$TransactionEdge$TransactionFromJson_closure, A._$LatestDriveEntityWithId$Query$TransactionConnection$TransactionEdge$TransactionToJson_closure, A._$LatestDriveEntityWithId$Query$TransactionConnectionFromJson_closure, A._$LatestDriveEntityWithId$Query$TransactionConnectionToJson_closure, A._$FirstTxForWallet$Query$TransactionConnectionFromJson_closure, A._$FirstTxForWallet$Query$TransactionConnectionToJson_closure, A.LicenseService_licenseTypeByTxId_closure, A.UdlLicenseParams_fromAdditionalTags_closure, A.UdlLicenseParams_fromAdditionalTags_closure0, A.UdlLicenseParams_fromAdditionalTags_closure1, A.SharingFileBloc_closure, A.SharingFileBloc_closure0, A._FolderSelectorState_build__closure, A._FolderSelectorState_build__closure0, A.FolderSelectorBloc__closure, A.FolderSelectorBloc__closure0, A._SharingFileListenerState_build__closure, A._SharingFileListenerState_build__closure0, A._SharingFileListenerState_build____closure1, A.SnapshotValidationService_validateSnapshotItems_closure, A.SyncCubit_createSyncStream_closure, A.SyncCubit_createSyncStream_closure0, A.SyncCubit__restartSync_closure, A.SyncCubit_createArConnectSyncStream_closure, A.SyncCubit_createArConnectSyncStream__closure, A.SyncCubit_createArConnectSyncStream__closure0, A.SyncCubit_restartArConnectSyncOnFocus__closure, A._SyncRepository_syncAllDrives_closure, A._SyncRepository_syncAllDrives_closure0, A._SyncRepository_syncAllDrives_closure3, A._SyncRepository_syncAllDrives_closure1, A._SyncRepository_syncAllDrives_closure4, A._SyncRepository_syncAllDrives_closure5, A._SyncRepository_syncAllDrives__closure, A._SyncRepository_syncAllDrives__closure0, A._SyncRepository_syncAllDrives__closure1, A._SyncRepository_syncAllDrives__closure2, A._SyncRepository__syncDrive_closure, A._SyncRepository__updateLicenses_closure, A._SyncRepository__updateLicenses_closure0, A._SyncRepository__updateLicenses_closure1, A._SyncRepository__updateLicenses_closure2, A._SyncRepository__updateLicenses__closure0, A._SyncRepository__updateLicenses_closure4, A._SyncRepository__updateLicenses_closure5, A._SyncRepository__updateLicenses_closure6, A._SyncRepository__updateLicenses_closure7, A._SyncRepository__updateLicenses__closure, A._SyncRepository__parseDriveTransactionsIntoDatabaseEntities_closure, A._SyncRepository__parseDriveTransactionsIntoDatabaseEntities__closure, A._SyncRepository__parseDriveTransactionsIntoDatabaseEntities__closure0, A._SyncRepository__addNewDriveEntityRevisions_closure, A._SyncRepository__addNewFolderEntityRevisions_closure, A.createNetworkTransactionsCompanionsForDrives_closure, A.createNetworkTransactionsCompanionsForFiles_closure, A.createNetworkTransactionsCompanionsForFolders_closure, A._parseHttpResponseForPriceForFiat_closure, A.TurboUploadService_postDataItem_closure, A.TurboUploadService_postDataItem_closure0, A.TurboTopUpEstimationBloc_closure, A.TurboTopupFlowBloc_listenToSessionExpiration_closure, A._InputDropdownMenuState_build_closure0, A._TurboBalanceState_addButton__closure, A._$PaymentModelFromJson_closure, A.showTurboTopupModal_closure, A.showTurboTopupModal__closure, A.showTurboTopupModal__closure0, A.showTurboTopupModal__closure1, A.showTurboTopupModal_closure0, A._TurboModalState__content__closure, A._TurboModalState__content__closure0, A._TurboModalState__content__closure1, A._TurboModalState__content__closure2, A._TurboModalState__content___closure, A._TurboModalState__showErrorDialog_closure, A.TurboPaymentFormViewState_build_closure0, A.TurboPaymentFormViewState_build_closure, A.TurboPaymentFormViewState__footer_closure0, A.TurboPaymentFormViewState__footer_closure, A.TurboPaymentFormViewState__formDesktop_closure, A.TurboPaymentFormViewState__formDesktop_closure1, A.TurboPaymentFormViewState__formDesktop_closure0, A.TurboPaymentFormViewState_nameOnCardTextField_closure, A.TurboPaymentFormViewState_countryTextField__closure1, A.TurboPaymentFormViewState_countryTextField__closure, A.TurboPaymentFormViewState_countryTextField__closure0, A.TurboPaymentFormViewState_promoCodeTextField__closure1, A.TimerWidgetState_startTimer_closure, A.TimerWidgetState_build_closure, A.TimerWidgetState_build_closure0, A._InputDropdownMenuState_initState_closure, A._InputDropdownMenuState_build_closure, A.QuoteRefreshWidgetState_build_closure0, A.QuoteRefreshWidgetState_build_closure, A._TurboReviewViewState_build__closure7, A._TurboReviewViewState_build__closure6, A._TurboReviewViewState_build__closure8, A._TurboReviewViewState_build__closure9, A._TurboReviewViewState_build__closure10, A._TurboReviewViewState_build__closure11, A._TurboReviewViewState__footer_closure0, A._TurboReviewViewState__footer___closure, A._TurboReviewViewState__footer___closure0, A._TurboReviewViewState__footer_closure, A._TurboReviewViewState__footer___closure1, A._TurboReviewViewState__footer___closure2, A.TurboSessionManager__startSessionExpirationListener_closure, A.TurboPriceEstimator__startOnPriceEstimateChange_closure, A._quoteEstimateTimer_closure, A.UserBalanceBloc__onGetUserBalance_closure, A.UserBalanceBloc__onRefreshUserBalance_closure, A.showDownloadWalletModal_closure, A.DownloadWalletModal_build__closure0, A._UserPreferencesRepository_closure, A._UserPreferencesRepository_saveTheme_closure, A._UserPreferencesRepository_saveLastSelectedDriveId_closure, A._UserPreferencesRepository_saveShowHiddenFiles_closure, A._UserPreferencesRepository_saveUserHasHiddenItem_closure, A._UserRepository_getBalance_closure, A.doesTagsContainValidArFSVersion_closure, A.NextFitBundlePacker_packItems_closure, A.parseCustomGqlTags_closure, A.GraphQLRetry_execute_closure0, A.HttpRetry_processRequest_closure0, A.shouldLogErrorCallback_closure, A.showArDriveDialog_closure, A.DriveHistoryComposite__computeSubRanges_closure0, A.DriveHistoryComposite__computeSubRanges_closure1, A.DriveHistoryComposite__computeSubRanges__closure, A.SnapshotItem_SnapshotItem$fromGQLNode_closure, A.SnapshotItem_SnapshotItem$fromGQLNode_closure0, A.SnapshotItem_SnapshotItem$fromGQLNode_closure1, A.SnapshotItem_instantiateSingle_closure, A.SnapshotItem_instantiateSingle_closure0, A.SnapshotItemToBeCreated_getSnapshotData_closure, A.SnapshotItemToBeCreated__isSnapshotTx_closure, A.SnapshotItemToBeCreated__isSnapshotTx_closure0, A.txSnapshotToSnapshotData_closure, A.decryptTransactionData_closure, A.AesStream_aesStreamTransformer_closure, A.AesGcmStream_decryptTransformer_closure, A.chunkTransformer_closure, A.ArDriveHTTP__getDioRetrySettings_retryDelay, A.WebFileSystemProvider_getFolder_closure, A.FolderPicker_pickFolderFiles_closure, A.FolderPicker_pickFolderFiles__closure, A.Logger_initSentry_closure, A._ArDriveAccordionState_build__closure, A._ArDriveButtonState__overlayColor_closure, A._ArDriveButtonState__shape_closure, A._ArDriveButtonState__shapeOutlined_closure, A._ArDriveButtonState__borderSize_closure, A._ArDriveButtonState__maxSize_closure, A._ArDriveButtonState__backgroundColor_closure, A.ArDriveTextButton__hoverColor_closure, A._ArDriveButtonNewState_build_closure0, A._ArDriveButtonNewState_build_closure, A._ArDriveButtonNewState_build_closure1, A._ArDriveDataTableState__isMultiSelecting_closure, A._ArDriveDataTableState_openMultiSelectBox_closure, A._ArDriveDataTableState_getMultiSelectBox_closure, A._ArDriveDataTableState_getMultiSelectBox_closure0, A._ArDriveDataTableState_didUpdateWidget_closure0, A._ArDriveDataTableState__selectMultiSelectItem__closure, A._ArDriveDataTableState_build_closure, A._ArDriveDataTableState__masterMultiselectCheckBox_closure, A._ArDriveDataTableState__multiSelectColumn_closure, A._ArDriveDataTableState__multiSelectColumn_closure0, A._ArDriveDataTableState__getPagesIndicators_closure, A._ArDriveDataTableState__buildRowSpacing__closure, A._ArDriveDataTableState__buildRowSpacing_closure, A._ArDriveDropZoneState_build_closure1, A._ArDriveDropZoneState_build__closure, A._ArDriveDropZoneState_build_closure, A._ArDriveDropZoneState_build_closure0, A._ArDriveDropZoneState_verifyIfFolder_closure, A.showAnimatedDialog_closure0, A.showAnimatedDialog_closure, A.showAnimatedDialogWithBuilder_closure0, A.showAnimatedDialogWithBuilder_closure, A._ArDriveDropdownState_didChangeDependencies_closure, A._ArDriveDropdownState_build_closure1, A._ArDriveHoverWidgetState_build_closure0, A._ArDriveHoverWidgetState_build_closure, A._ArDriveRadioButtonGroupState_build__closure, A._ArDriveRadioButtonGroupState_build___closure, A._ArDriveSubmenuState__buildMenuItem_closure, A._ArDriveTabViewState_build_closure, A._ArDriveTabViewState_build_closure0, A.ArDriveFormState_didChangeDependencies_closure, A.ArDriveFormState_didChangeDependencies__closure, A.ArDriveFormState__waitValidations_closure, A.ArDriveFormState__findAndValidateTextFieldAsync_closure, A.ArDriveFormState__findAndValidateTextFieldAsync__closure, A.ArDriveFormState__findTextFields_closure, A.ArDriveTextFieldState_build_closure0, A.ArDriveFormNewState_didChangeDependencies_closure, A.ArDriveFormNewState_didChangeDependencies__closure, A.ArDriveFormNewState__waitValidations_closure, A.ArDriveFormNewState__findAndValidateTextFieldAsync_closure, A.ArDriveFormNewState__findAndValidateTextFieldAsync__closure, A.ArDriveFormNewState__findTextFields_closure, A.ArDriveTextFieldStateNew_build_closure0, A._ToggleCircleState_didUpdateWidget_closure0, A._ArDriveAppState_build_closure, A._ArDriveUploader_uploadEntities_closure, A._ArDriveUploader_uploadEntities_closure0, A.UploadCostEstimateCalculatorForAR_calculateCost_closure, A.D2NStreamedUpload_send_closure, A.D2NStreamedUpload_send_closure0, A.D2NStreamedUpload_send__closure, A.DataTransactionBundler_createDataBundle_closure, A.DataTransactionBundler_createDataBundleForEntities_closure, A.DataTransactionBundler_createDataBundleTransaction_closure, A.DataTransactionBundler_createDataBundleTransaction_closure0, A.DataTransactionBundler_createDataBundleTransaction_closure1, A.DataTransactionBundler_createDataBundleTransaction_closure2, A.BDIDataBundler__createBundleStable_closure, A.BDIDataBundler__createBundleStable_closure0, A.BDIDataBundler__createBundleStable_closure1, A.BDIDataBundler_createDataBundleForEntities_closure, A.BDIDataBundler_createDataBundleForEntities_closure0, A.BDIDataBundler_createDataBundleForEntities_closure1, A._generateDataDataItem_closure, A._generateMetadataDataItem_closure, A._generateMetadataDataItem_closure2, A._generateMetadataDataItem_closure3, A._generateMetadataDataItem_closure4, A._generateMetadataDataItem_closure5, A._generateMetadataDataItem_closure6, A._generateFileMetadataDataItem_closure, A._generateFileMetadataDataItem_closure2, A._generateFileMetadataDataItem_closure3, A._generateFileMetadataDataItem_closure4, A._generateFileMetadataDataItem_closure5, A._generateFileMetadataDataItem_closure6, A._getDataItemResult_closure, A._getDataItemResult_closure0, A._getDataItemResult_closure1, A.createDataItemForThumbnail_closure, A.createDataItemForThumbnail_closure0, A.createDataItemForThumbnail_closure1, A.ARFSUploadMetadataGenerator_generateMetadata_closure, A.TurboStreamedUpload_send_closure, A.TurboStreamedUpload_send_closure0, A.TurboUploadServiceChunkUploadsBase_post_closure0, A.TurboUploadServiceChunkUploadsBase_post___closure, A.TurboUploadServiceChunkUploadsBase_post__closure0, A.TurboUploadServiceChunkUploadsBase_post__closure1, A._calculateChunkSize_applyLimits, A.TurboUploadServiceNonChunked_post_closure, A.TurboUploadServiceNonChunked_post_closure0, A._UploadController_notCompletedTasks_closure, A._UploadController_init_closure, A._UploadController_init_closure1, A._UploadController_sendTasks_closure, A._UploadController_sendTasks_closure1, A._UploadController_sendTasks_closure0, A._UploadController_sendTask_closure0, A._UploadController_sendTask_closure, A._UploadController_retryFailedTasks_closure, A._UploadController_cancel_closure, A._UploadController_cancel_closure0, A._UploadController__handleError_closure, A._UploadController__handleError_closure0, A._UploadController__handleError_closure1, A._UploadController__onProgressChange_closure, A._UploadController__onDone_closure, A._UploadController__onCancel_closure, A._UploadController__onError_closure, A._UploadController__onCompleteTask_closure, A._UploadController__onFailedTask_closure, A.UploadWorker_addTask_closure, A.WorkerPool__setWorkerCallbacks_closure0, A.WorkerPool__setWorkerCallbacks__closure1, A.UploadFileUsingDataItemFiles_upload_closure, A.UploadFileUsingDataItemFiles__sendDataItem_closure0, A.UploadFileUsingBundleStrategy_upload_closure2, A.UploadFolderStructureAsBundleStrategy_upload_closure, A._UploadThumbnailStrategy_upload_closure, A.createDataItemResultFromDataItemFiles_closure, A.getJsonFromListOfTags_closure, A.FileTypeHelper_isImage_closure, A.FileTypeHelper_isAudio_closure, A.FileTypeHelper_isVideo_closure, A.FileTypeHelper_isCode_closure, A.getFirstFutureResult_onValue, A.onTabGetsFocused_closure, A.onWalletSwitch_listener, A.Worker_addTask_closure, A.WorkerPool__setWorkerCallbacks_closure, A.WorkerPool__setWorkerCallbacks__closure, A._generateLeaves_closure, A.generateProofs_flatten, A.DataBundle_fromDataItems_closure, A.Transaction_getSignatureData_closure, A.TransactionUploader_upload_uploadChunkAndNotifyOfCompletion_closure0, A.TransactionUploader_upload_closure1, A.Wallet_getOwner_closure, A.SignatureConfig_arweave_closure, A.SignatureConfig_ethereum_closure, A.TransactionResult_toJson_closure, A.createTransactionTaskEither_closure, A.createTransactionTaskEither__closure, A.createTransactionTaskEither___closure, A.createTransactionTaskEither____closure, A.createTransactionTaskEither_____closure, A.createTransactionTaskEither_____closure0, A.createTransactionTaskEither______closure, A.createBundledDataItemTaskEither_closure, A.createBundledDataItemTaskEither_closure0, A.createBundledDataItemTaskEither__closure, A.createDataBundleTaskEither_closure, A.createDataBundleTaskEither__closure, A.createDataItemTaskEither_closure, A.createDataItemTaskEither__closure, A.createDataItemTaskEither___closure, A.createDataItemTaskEither____closure, A.createDataItemTaskEither_____closure, A.createDataItemTaskEither______closure, A.download_setProgressTimer, A.download_setProgressTimer_closure, A.download_startDownload, A.download_startDownload_closure, A.download_startDownload_closure0, A.download_startDownload_closure2, A._verify_closure, A._verify_closure0, A.uploadTransaction_closure, A._postChunks___closure0, A._postChunks_closure0, A._postChunks___closure, A.ChunkUploader_uploadChunkAndNotifyOfCompletion_closure0, A.toStream_closure, A.prepareChunksTaskEither_closure, A.getTxAnchor__closure, A.getTxPrice__closure, A.verifyTransaction_closure, A.ArweaveTransactionsApi_getTransactionAnchor_closure, A.ArweaveTransactionsApi_getPrice_closure, A.ownerToAddress_closure, A.estimateDataItemSize_closure, A.FutureGroup_add_closure, A.StreamQueue__ensureListening_closure, A.StreamSplitter__onPause_closure, A.AudioSession$__closure0, A._bytesToBinary_closure, A.entropyToMnemonic_closure, A.entropyToMnemonic_closure0, A.mnemonicToEntropy_closure, A.mnemonicToEntropy_closure0, A.mnemonicToEntropy_closure1, A.Bloc_on_closure, A.Bloc_on_closure0, A.Bloc_on_closure_onEmit, A.Bloc_close_closure, A.Bloc_close_closure0, A._FlatMapStreamTransformer_bind__closure, A._FlatMapStreamTransformer_bind___closure, A._Emitter_forEach_closure, A.CarouselSliderState_getTimer_closure, A.CarouselSliderState_getTimer__closure, A.CarouselSliderState_getGestureWrapper_closure1, A.CarouselSliderState_getGestureWrapper__closure, A.CarouselSliderState_getGestureWrapper__closure0, A.CarouselSliderState_getGestureWrapper__closure1, A.CarouselSliderState_getGestureWrapper_closure, A.CarouselSliderState_build_closure, A.CanonicalizedMap_entries_closure, A.CanonicalizedMap_keys_closure, A.CanonicalizedMap_values_closure, A._ConfettiWidgetState__startAnimation_closure, A.ParticleSystem__clean_closure, A.MethodChannelConnectivity_checkConnectivity_closure, A.parseConnectivityResults_closure, A.XFile__blob_closure, A.XFile__blob_closure0, A.SecretKey_extractBytes_closure, A.ListToCsvConverter_convert_closure, A.ListToCsvConverter__containsAny_closure, A.DesktopDropWeb__registerEvents_closure, A.DesktopDropWeb__registerEvents__closure, A.DesktopDropWeb__registerEvents_closure0, A.DesktopDropWeb__registerEvents_closure1, A.DesktopDropWeb__registerEvents_closure2, A.DesktopDrop_init_closure, A.DesktopDrop__handleMethodChannel_closure, A.DesktopDrop__handleMethodChannel_closure0, A.DesktopDrop__handleMethodChannel_closure1, A.DesktopDrop__handleMethodChannel_closure2, A.DesktopDrop__handleMethodChannel_closure3, A.DesktopDrop__handleMethodChannel_closure4, A.BrowserHttpClientAdapter_fetch_closure0, A.BrowserHttpClientAdapter_fetch_closure2, A.BrowserHttpClientAdapter_fetch_closure3, A.BrowserHttpClientAdapter_fetch_closure4, A.BrowserHttpClientAdapter_fetch_closure5, A.BrowserHttpClientAdapter_fetch_closure7, A.BrowserHttpClientAdapter_fetch_closure8, A.BrowserHttpClientAdapter_fetch_closure9, A.BrowserHttpClientAdapter_fetch_closure10, A.DioMixin_fetch_requestInterceptorWrapper, A.DioMixin_fetch_requestInterceptorWrapper_closure, A.DioMixin_fetch_responseInterceptorWrapper, A.DioMixin_fetch_responseInterceptorWrapper_closure, A.DioMixin_fetch_errorInterceptorWrapper, A.DioMixin_fetch_errorInterceptorWrapper_closure, A.DioMixin__transformData_closure, A.DioMixin_listenCancelForAsyncTask_closure, A.Interceptors_clear_closure, A.FormData_finalize_writeUtf8, A.FormData_finalize_closure0, A.handleResponseStream_closure, A.SyncTransformer_transformResponse_closure, A.encodeMap_closure, A.encodeMap_maybeEncode, A.caseInsensitiveKeyMap_closure0, A.RetryInterceptor_onError_closure, A.RetryInterceptor__printErrorIfRequestHasMultipartFile_closure, A.Batch_insertAllOnConflictUpdate_closure, A.DatabaseConnectionUser_doWhenOpened_closure, A.DatabaseConnectionUser_customUpdate_closure, A.DatabaseConnectionUser__customWrite_closure0, A.DatabaseConnectionUser__customWrite_closure, A.DatabaseConnectionUser_customStatement_closure, A.DatabaseConnectionUser_transaction_closure, A.DatabaseConnectionUser_batch_closure, A.DriftRuntimeOptions_debugPrint_closure, A.DriftRuntimeOptions_debugPrint__closure, A.QueryResult_asMap_closure, A.StreamQueryStore_updatesForSync_closure, A.StreamQueryStore_updatesForSync_closure0, A.QueryStream__stream_closure, A.QueryStream__onListenOrResume_closure, A.MultipleUpdateQuery_matches_closure, A.TableOrViewStatements_count_closure, A.TableInfoUtils_get_mapFromRow_closure, A.TableInfoUtils_mapFromRowOrNull_closure, A.TableInfoUtils_mapFromRowOrNull_closure0, A.DeleteStatement_go_closure, A.InsertStatement_insert_closure, A.InsertStatement_insertOnConflictUpdate_closure, A.Query_writeInto_writeWithSpace, A.QueryTableExtensions_whereSamePrimaryKey_closure, A.QueryTableExtensions_whereSamePrimaryKey_closure0, A.CustomSelectStatement__mapArgs_closure, A.CustomSelectStatement__executeRaw_closure, A.CustomSelectStatement__mapDbResponse_closure, A.SimpleSelectStatement__getRaw_closure, A.JoinedSelectStatement_watch_closure0, A.JoinedSelectStatement__getRaw_closure, A.JoinedSelectStatement__mapWithStructure_closure, A.JoinedSelectStatement__mapResponse_closure, A.UpdateStatement__performQuery_closure, A.MapAndAwait_mapAsyncAndAwait_closure, A.AsyncMapPerSubscription_asyncMapPerSubscription_closure, A.AsyncMapPerSubscription_asyncMapPerSubscription_closure_onData, A.LazyDatabase__awaitOpened_closure, A.LazyDatabase_ensureOpen_closure, A.Lock_synchronized_closure, A._IndexedDbStorage_open_closure, A.CompleteIdbRequest_complete_closure, A.CompleteIdbRequest_complete_closure0, A._combine_closure0, A.mapPropsToString_closure, A.onDone_closure, A.FilePickerWeb_pickFiles_changeEventListener, A.FilePickerWeb_pickFiles_changeEventListener_addPickedFile, A.FilePickerWeb_pickFiles_changeEventListener_closure, A.FilePickerWeb_pickFiles_changeEventListener_closure0, A.FilePickerWeb_pickFiles_changeEventListener_closure1, A.FilePickerWeb_pickFiles_cancelledEventListener, A.FilePickerWeb_pickFiles_cancelledEventListener_closure, A.FilePickerIO__getPath_closure, A.FilePickerIO__getPath__closure, A.FilePickerMacOS_resultStringToFilePaths_closure, A.FilePickerMacOS_resultStringToFilePaths_closure0, A.FilePickerMacOS_resultStringToFilePaths_closure1, A.FilePickerMacOS_resultStringToFilePaths__closure, A.KDialogHandler_fileTypeToFileFilter_closure, A.KDialogHandler_resultStringToFilePaths_closure, A.QarmaAndZenityHandler_resultStringToFilePaths_closure, A.filePathsToPlatformFiles_closure, A.filePathsToPlatformFiles_closure0, A.filePathsToPlatformFiles__closure, A.filePathsToPlatformFiles___closure, A.MethodChannelFileSelector_getSavePath_closure, A.WindowFileSystemAccess__toInteropAcceptType_closure, A._CupertinoButtonState__animate_closure, A._CupertinoBackGestureDetectorState_dispose_closure, A._CupertinoBackGestureController_dragEnd_closure, A._CupertinoEdgeShadowDecoration_lerp_closure, A._CupertinoEdgeShadowDecoration_lerp_closure0, A._CupertinoScrollbarState_handleThumbPress_closure, A._CupertinoTextSelectionToolbarContentState_build_closure, A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure, A._RenderCupertinoTextSelectionToolbarItems_performLayout_closure0, A._RenderCupertinoTextSelectionToolbarItems_paint_closure, A._RenderCupertinoTextSelectionToolbarItems_redepthChildren_closure, A._RenderCupertinoTextSelectionToolbarItems_visitChildrenForSemantics_closure, A.CupertinoThemeData_resolveFrom_convertColor, A.NoDefaultCupertinoThemeData_resolveFrom_convertColor, A._CupertinoThemeDefaults_resolveFrom_convertColor, A.FlutterError_FlutterError_closure, A.FlutterError_defaultStackFilter_closure, A.FlutterError_defaultStackFilter_closure0, A.debugPrintStack_closure, A.debugPrintThrottled_closure, A.StackFrame_fromStackString_closure, A.SynchronousFuture_whenComplete_closure, A._GestureArena_toString_closure, A.PointerEventConverter_expand_closure, A.PointerEventConverter_expand_closure0, A.PolynomialFit_toString_closure, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure0, A.AdaptiveTextSelectionToolbar_getAdaptiveButtons_closure1, A._MaterialAppState__materialBuilder_closure, A.MaterialRectArcTween__initialize_closure, A._DragHandle_build_closure, A._DragHandle_build_closure0, A._ModalBottomSheetState_build__closure, A.ModalBottomSheetRoute_buildPage_closure, A._BottomSheetGestureDetector_build_closure0, A.ButtonBar_build_closure, A._ButtonStyleState_build_effectiveValue, A._ButtonStyleState_build_resolve, A._ButtonStyleState_build_resolve_closure, A._ButtonStyleState_build_closure, A._ButtonStyleState_build_closure0, A._ButtonStyleState_build_closure1, A._ButtonStyleState_build_closure2, A._ButtonStyleState_build_closure3, A._ButtonStyleState_build_closure4, A._ButtonStyleState_build_closure5, A._ButtonStyleState_build_closure6, A._ButtonStyleState_build_closure7, A._ButtonStyleState_build_closure8, A._ButtonStyleState_build_closure9, A._ButtonStyleState_build_closure10, A._ButtonStyleState_build_closure11, A._ButtonStyleState_build_closure12, A._ButtonStyleState_build_closure20, A._ButtonStyleState_build__closure0, A._ButtonStyleState_build_closure21, A._ButtonStyleState_build__closure, A._ButtonStyleState_build_closure13, A._ButtonStyleState_build_closure14, A._ButtonStyleState_build_closure15, A._ButtonStyleState_build_closure16, A._ButtonStyleState_build_closure17, A._ButtonStyleState_build_closure18, A._ButtonStyleState_build_closure19, A._CheckboxState__widgetFillColor_closure, A._CheckboxState_build_closure, A._CheckboxDefaultsM2_side_closure, A._CheckboxDefaultsM2_fillColor_closure, A._CheckboxDefaultsM2_overlayColor_closure, A._CheckboxDefaultsM3_side_closure, A._CheckboxDefaultsM3_fillColor_closure, A._CheckboxDefaultsM3_checkColor_closure, A._CheckboxDefaultsM3_overlayColor_closure, A._DropdownRoutePageState_build_closure, A._DropdownButtonState_initState_closure, A._DropdownButtonState_initState_closure0, A._DropdownButtonState__updateSelectedIndex_closure, A._DropdownButtonState__handleTap_closure, A._DropdownButtonState__handleTap_closure0, A.DropdownButtonFormField_closure, A.DropdownButtonFormField__closure, A.DropdownButtonFormField__closure0, A._ElevatedButtonDefaultsM3_backgroundColor_closure, A._ElevatedButtonDefaultsM3_foregroundColor_closure, A._ElevatedButtonDefaultsM3_overlayColor_closure, A._ElevatedButtonDefaultsM3_elevation_closure, A._ElevatedButtonDefaultsM3_mouseCursor_closure, A._ExpansionTileState__toggleExpansion__closure, A._IconButtonM3_themeStyleOf_isIconThemeDefault, A._IconButtonDefaultsM3_foregroundColor_closure, A._IconButtonDefaultsM3_overlayColor_closure, A._IconButtonDefaultsM3_mouseCursor_closure, A._FilledIconButtonDefaultsM3_backgroundColor_closure, A._FilledIconButtonDefaultsM3_foregroundColor_closure, A._FilledIconButtonDefaultsM3_overlayColor_closure, A._FilledIconButtonDefaultsM3_mouseCursor_closure, A._FilledTonalIconButtonDefaultsM3_backgroundColor_closure, A._FilledTonalIconButtonDefaultsM3_foregroundColor_closure, A._FilledTonalIconButtonDefaultsM3_overlayColor_closure, A._FilledTonalIconButtonDefaultsM3_mouseCursor_closure, A._OutlinedIconButtonDefaultsM3_backgroundColor_closure, A._OutlinedIconButtonDefaultsM3_foregroundColor_closure, A._OutlinedIconButtonDefaultsM3_overlayColor_closure, A._OutlinedIconButtonDefaultsM3_side_closure, A._OutlinedIconButtonDefaultsM3_mouseCursor_closure, A._InkResponseState_highlightsExist_closure, A._InkResponseState_build_getHighlightColorForType, A._RenderDecoration_paint_doPaint, A._InputDecoratorDefaultsM2_hintStyle_closure, A._InputDecoratorDefaultsM2_labelStyle_closure, A._InputDecoratorDefaultsM2_floatingLabelStyle_closure, A._InputDecoratorDefaultsM2_helperStyle_closure, A._InputDecoratorDefaultsM2_errorStyle_closure, A._InputDecoratorDefaultsM2_fillColor_closure, A._InputDecoratorDefaultsM2_iconColor_closure, A._InputDecoratorDefaultsM2_prefixIconColor_closure, A._InputDecoratorDefaultsM2_suffixIconColor_closure, A._InputDecoratorDefaultsM3_hintStyle_closure, A._InputDecoratorDefaultsM3_fillColor_closure, A._InputDecoratorDefaultsM3_activeIndicatorBorder_closure, A._InputDecoratorDefaultsM3_outlineBorder_closure, A._InputDecoratorDefaultsM3_prefixIconColor_closure, A._InputDecoratorDefaultsM3_suffixIconColor_closure, A._InputDecoratorDefaultsM3_labelStyle_closure, A._InputDecoratorDefaultsM3_floatingLabelStyle_closure, A._InputDecoratorDefaultsM3_helperStyle_closure, A._InputDecoratorDefaultsM3_errorStyle_closure, A.ListTile_build_resolveColor, A._RenderListTile_paint_doPaint, A.ListTileTheme_merge_closure, A.TextMagnifier_adaptiveMagnifierConfiguration_closure, A._MaterialState_build_closure, A._MaterialInteriorState_forEachTween_closure, A._MaterialInteriorState_forEachTween_closure0, A._MaterialInteriorState_forEachTween_closure1, A._MaterialInteriorState_forEachTween_closure2, A.MaterialStateMixin_updateMaterialState_closure, A._MenuAnchorState_build_closure, A._MenuAnchorState_build_closure0, A._MenuAnchorState__buildContents_closure, A._MenuAnchorState__getFocusableChildren_closure, A._MenuAnchorState__childChangedOpenState_closure0, A._MenuAnchorState__close_closure, A._MenuLayout_getPositionForChild_offLeftSide, A._MenuLayout_getPositionForChild_offRightSide, A._MenuLayout_getPositionForChild_offTop, A._MenuLayout_getPositionForChild_offBottom, A._MenuPanelState_build_effectiveValue, A._MenuPanelState_build_resolve, A._MenuPanelState_build_resolve_closure, A._MenuPanelState_build_closure, A._MenuPanelState_build_closure0, A._MenuPanelState_build_closure1, A._MenuPanelState_build_closure2, A._MenuPanelState_build_closure3, A._MenuPanelState_build_closure4, A._MenuPanelState_build_closure5, A._MenuPanelState_build_closure6, A._MenuPanelState_build_closure7, A._MenuPanelState_build_closure8, A._MenuPanelState_build_closure9, A._Submenu_build_effectiveValue, A._Submenu_build_resolve, A._Submenu_build_resolve_closure, A._Submenu_build_closure2, A._Submenu_build__closure, A._Submenu_build_closure, A._Submenu_build_closure0, A._Submenu_build_closure1, A._Submenu_build_closure3, A._OutlinedButtonDefaultsM3_foregroundColor_closure, A._OutlinedButtonDefaultsM3_overlayColor_closure, A._OutlinedButtonDefaultsM3_side_closure, A._OutlinedButtonDefaultsM3_mouseCursor_closure, A._ZoomPageTransition_build_closure, A._ZoomPageTransition_build_closure0, A._ZoomPageTransition_build_closure1, A._ZoomPageTransition_build_closure2, A.PageTransitionsTheme__all_closure, A.ScaffoldMessengerState_hideCurrentSnackBar_closure, A._MaterialScrollbarState__trackVisibility_closure, A._MaterialScrollbarState__thumbColor_closure, A._MaterialScrollbarState__trackColor_closure, A._MaterialScrollbarState__trackBorderColor_closure, A._MaterialScrollbarState__thickness_closure, A._SliderState_showValueIndicator_closure, A._RenderSlider_closure, A._RenderSlider__maxSliderPartWidth_closure, A._RenderSlider__maxSliderPartHeight_closure, A._SliderDefaultsM3_overlayColor_closure, A._SnackBarActionState_build_resolveForegroundColor_closure, A._SnackBarActionState_build_resolveBackgroundColor_closure, A._SnackBarState_build_closure, A._SnackbarDefaultsM3_actionTextColor_closure, A._TabStyle__resolveWithLabelColor_closure, A._TabBarState_initState_closure, A._TabBarState_build_closure, A._TabBarState_build_closure0, A._TabsPrimaryDefaultsM3_overlayColor_closure, A._TextButtonDefaultsM3_foregroundColor_closure, A._TextButtonDefaultsM3_overlayColor_closure, A._TextButtonDefaultsM3_mouseCursor_closure, A._TextFieldState_build_closure7, A._TextFieldState_build_closure8, A._m2StateInputStyle_closure, A._m3StateInputStyle_closure, A.TextFormField_closure, A.TextFormField_closure_onChangedHandler, A._RenderTextSelectionToolbarItemsLayout__layoutChildren_closure, A._RenderTextSelectionToolbarItemsLayout__placeChildren_closure, A._RenderTextSelectionToolbarItemsLayout_paint_closure, A._RenderTextSelectionToolbarItemsLayout_visitChildrenForSemantics_closure, A._AnimatedThemeState_forEachTween_closure, A.ThemeData__lerpThemeExtensions_closure0, A.TimeOfDay_toString_addLeadingZeroIfNeeded, A.TimePickerThemeData_dayPeriodColor_closure, A.NetworkImage__loadAsync_closure, A.NetworkImage__loadAsync_closure0, A._CompoundBorder_scale_closure, A._CompoundBorder_preferPaintInterior_closure, A._CompoundBorder_toString_closure, A.ClipContext_clipPathAndPaint_closure, A.ClipContext_clipRRectAndPaint_closure, A.ClipContext_clipRectAndPaint_closure, A._CachedImageBase_dispose_closure, A.ImageProvider_resolve_closure0, A.ImageProvider__createErrorHandlerAndKey_closure, A.AssetImage_obtainKey_closure, A.ImageStreamCompleter_reportError_closure, A.ImageStreamCompleter_reportImageChunkEvent_closure, A.InlineSpan_getSpanForPosition_closure, A.InlineSpan_codeUnitAt_closure, A._ShapeDecorationPainter__precache_closure, A._ShapeDecorationPainter__precache_closure0, A._ShapeDecorationPainter__precache_closure1, A.TextPainter_inlinePlaceholderBoxes_closure, A.TextPainter_getBoxesForSelection_closure, A.TextPainter_computeLineMetrics_closure, A.TextStyle_fontFamilyFallback_closure, A.FrictionSimulation_closure, A.RendererBinding_pipelineOwner_closure1, A.RendererBinding__scheduleMouseTrackerUpdate_closure, A.BoxConstraints_toString_describe, A.RenderEditable_getBoxesForSelection_closure, A.RenderEditable_describeSemanticsConfiguration_closure, A.RenderEditable__canComputeDryLayoutForInlineWidgets_closure, A.MouseTracker__handleDeviceUpdate_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure0, A.RenderObject__updateCompositingBits_closure, A.RenderObject_clearSemantics_closure, A.RenderObject__getSemanticsForParent_closure, A.RenderObject__getSemanticsForParent_closure0, A.RenderObject__getSemanticsForParent_closure1, A.RelayoutWhenSystemFontsChangeMixin__scheduleSystemFontsUpdate_closure, A.RenderParagraph_markNeedsLayout_closure, A.RenderParagraph_selectionColor_closure, A.RenderParagraph__canComputeDryLayoutForInlineWidgets_closure, A._factoriesTypeSet_closure, A._PlatformViewGestureRecognizer_closure, A.RenderSliverHelpers_hitTestBoxChild_closure, A.RenderSliverMultiBoxAdaptor__createOrObtainChild_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage_closure, A.RenderSliverMultiBoxAdaptor_collectGarbage__closure, A.RenderStack_computeMinIntrinsicWidth_closure, A.RenderStack_computeMaxIntrinsicWidth_closure, A.RenderStack_computeMinIntrinsicHeight_closure, A.RenderStack_computeMaxIntrinsicHeight_closure, A.RenderViewportBase_visitChildrenForSemantics_closure, A.RenderViewportBase_hitTestChildren_closure, A.SchedulerBinding_endOfFrame_closure, A.SchedulerBinding__handleDrawFrame_closure, A.TickerFuture_whenCompleteOrCancel_thunk, A.SemanticsNode_getSemanticsData_closure, A.SemanticsNode__childrenInTraversalOrder_closure, A._SemanticsSortGroup_sortedWithinVerticalGroup_closure, A._SemanticsSortGroup_sortedWithinKnot_search, A._SemanticsSortGroup_sortedWithinKnot_closure0, A._SemanticsSortGroup_sortedWithinKnot_closure1, A._childrenInDefaultOrder_closure, A.SemanticsOwner_sendSemanticsUpdate_closure, A.SemanticsOwner__getSemanticsActionHandlerForId_closure, A.SemanticsConfiguration__addArgumentlessAction_closure, A.SemanticsConfiguration_onMoveCursorForwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorBackwardByCharacter_closure, A.SemanticsConfiguration_onMoveCursorForwardByWord_closure, A.SemanticsConfiguration_onMoveCursorBackwardByWord_closure, A.SemanticsConfiguration_onSetSelection_closure, A.SemanticsConfiguration_onSetText_closure, A.CachingAssetBundle_loadStructuredData_closure, A.PlatformAssetBundle_load_closure, A.AssetManifest_loadFromAssetBundle_closure, A._AssetManifestBin_getAssetVariants_closure, A.ServicesBinding__initKeyboard_closure, A._DefaultBinaryMessenger_send_closure, A.LogicalKeyboardKey_expandSynonyms_closure, A.BasicMessageChannel_setMessageHandler_closure, A.MethodChannel_setMethodCallHandler_closure, A.EventChannel_receiveBroadcastStream__closure, A.RestorationManager_handleRestorationUpdateFromEngine_closure, A.RestorationManager_scheduleSerializationFor_closure, A.RestorationBucket__visitChildren_closure, A.FilteringTextInputFormatter__processRegion_adjustIndex, A.TextEditingValue_replaced_adjustIndex, A.TextInput__handleTextInputInvocation_closure0, A.TextInput__handleTextInputInvocation_closure, A.TextInput__handleTextInputInvocation_closure1, A._PlatformTextInputControl_setSelectionRects_closure, A.HtmlElementViewImpl_get__createController_closure, A.HtmlElementViewImpl__createController_closure, A._getParent_closure, A.Actions__findDispatcher_closure, A.Actions_maybeFind_closure, A.Actions__maybeFindWithoutDependingOn_closure, A.Actions_invoke_closure, A.Actions_maybeInvoke_closure, A._FocusableActionDetectorState_initState_closure, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowHoverHighlight, A._FocusableActionDetectorState__mayTriggerCallback_canRequestFocus, A._FocusableActionDetectorState__mayTriggerCallback_shouldShowFocusHighlight, A._FocusableActionDetectorState_didUpdateWidget_closure, A._AnimatedSwitcherState__newEntry_closure, A._AnimatedSwitcherState__rebuildOutgoingWidgetsIfNeeded_closure, A._AnimatedSwitcherState_build_closure, A._WidgetsAppState_build_closure, A._StreamBuilderBaseState__subscribe_closure, A._FutureBuilderState__subscribe_closure, A._AutomaticKeepAliveState__addClient_closure, A._AutomaticKeepAliveState__getChildElement_closure, A._UbiquitousInheritedElement_notifyClients_closure, A._UbiquitousInheritedElement__recurseChildren_closure, A.ClipPath_shape_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_initInstances_closure0, A._WidgetsFlutterBinding_BindingBase_GestureBinding_SchedulerBinding_ServicesBinding_PaintingBinding_SemanticsBinding_RendererBinding_WidgetsBinding_drawFrame_closure, A.ContextMenuController_show_closure, A.DefaultSelectionStyle_merge_closure, A.DisplayFeatureSubScreen_avoidBounds_closure, A.DisplayFeatureSubScreen_avoidBounds_closure0, A.EditableTextState_cutSelection_closure, A.EditableTextState__pasteText_closure, A.EditableTextState_didChangeDependencies_closure, A.EditableTextState_didUpdateWidget_closure, A.EditableTextState__createSelectionOverlay_closure, A.EditableTextState__scheduleShowCaretOnScreen_closure, A.EditableTextState_didChangeMetrics_closure, A.EditableTextState__startCursorBlink_closure, A.EditableTextState__onCursorTick_closure1, A.EditableTextState_showSpellCheckSuggestionsToolbar_closure, A.EditableTextState__actions_closure, A.EditableTextState_build_closure1, A.EditableTextState_build_closure0, A._ScribbleFocusableState_isInScribbleRect_closure, A.FocusNode_traversalDescendants_closure, A.FocusNode__removeChild_closure, A._getAncestor_closure, A.FocusTraversalPolicy__findInitialFocus_closure, A.FocusTraversalPolicy__sortAllDescendants_visitGroups, A.FocusTraversalPolicy__sortAllDescendants_closure, A._ReadingOrderTraversalPolicy_FocusTraversalPolicy_DirectionalFocusTraversalPolicyMixin_changedScope_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure0, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure0, A.DirectionalFocusTraversalPolicyMixin__popPolicyDataIfNeeded_popOrInvalidate, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure0, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure1, A.DirectionalFocusTraversalPolicyMixin_inDirection_closure2, A._ReadingOrderSortData_commonDirectionalityOf_closure, A._ReadingOrderSortData_directionalAncestors_getDirectionalityAncestors, A._ReadingOrderDirectionalGroupData_rect_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand_closure, A._InactiveElements__unmount_closure, A.Element_renderObjectAttachingChild_closure, A.Element_describeMissingAncestor_closure, A.Element_describeElements_closure, A.Element_updateChildren_replaceWithNullIfForgotten, A.Element_updateSlotForChild_visit, A.Element__updateDepth_closure, A.Element_detachRenderObject_closure, A.Element_attachRenderObject_closure, A.ParentDataElement__applyParentData_applyParentDataToChild, A.MultiChildRenderObjectElement_children_closure, A.GestureDetector_build_closure0, A.GestureDetector_build_closure2, A.GestureDetector_build_closure4, A.GestureDetector_build_closure6, A.GestureDetector_build_closure8, A.GestureDetector_build_closure10, A.GestureDetector_build_closure12, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getHorizontalDragUpdateHandler_closure1, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure0, A._DefaultSemanticsGestureDelegate__getVerticalDragUpdateHandler_closure1, A.Hero__allHeroesFor_visitor, A.HeroController_didStopUserGesture_isInvalidFlight, A.HeroController__maybeStartHeroTransition_closure, A.IconTheme_merge_closure, A.precacheImage__closure, A._ImageState__replaceImage_closure, A.ImplicitlyAnimatedWidgetState_initState_closure, A.ImplicitlyAnimatedWidgetState_didUpdateWidget_closure, A.ImplicitlyAnimatedWidgetState__constructTweens_closure, A._AnimatedContainerState_forEachTween_closure, A._AnimatedContainerState_forEachTween_closure0, A._AnimatedContainerState_forEachTween_closure1, A._AnimatedContainerState_forEachTween_closure2, A._AnimatedContainerState_forEachTween_closure3, A._AnimatedContainerState_forEachTween_closure4, A._AnimatedContainerState_forEachTween_closure5, A._AnimatedContainerState_forEachTween_closure6, A._AnimatedPaddingState_forEachTween_closure, A._AnimatedAlignState_forEachTween_closure, A._AnimatedPositionedState_forEachTween_closure, A._AnimatedPositionedState_forEachTween_closure0, A._AnimatedPositionedState_forEachTween_closure1, A._AnimatedPositionedState_forEachTween_closure2, A._AnimatedPositionedState_forEachTween_closure3, A._AnimatedPositionedState_forEachTween_closure4, A._AnimatedScaleState_forEachTween_closure, A._AnimatedSlideState_forEachTween_closure, A._AnimatedOpacityState_forEachTween_closure, A._AnimatedDefaultTextStyleState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure, A._AnimatedPhysicalModelState_forEachTween_closure0, A._AnimatedPhysicalModelState_forEachTween_closure1, A._AnimatedPhysicalModelState_forEachTween_closure2, A.InheritedTheme_capture_closure, A._loadAll_closure, A._loadAll_closure0, A._loadAll_closure1, A._LocalizationsState_load_closure, A._LocalizationsState_load_closure0, A.LookupBoundary_findAncestorStateOfType_closure, A.LookupBoundary_findRootAncestorStateOfType_closure, A.LookupBoundary_findAncestorRenderObjectOfType_closure, A.TextMagnifierConfiguration_magnifierBuilder_closure, A.MagnifierController_show_closure, A.MediaQueryData_removeDisplayFeatures_closure, A.Route_didPush_closure, A.Route_didAdd_closure, A.Navigator_defaultGenerateInitialRoutes_closure, A._RouteEntry_handleDidPopNext_closure, A._RouteEntry_dispose_closure, A._RouteEntry_isRoutePredicate_closure, A.NavigatorState__handleHistoryChanged_closure, A.NavigatorState_restoreState_closure, A.NavigatorState__forcedDisposeAllRouteEntries_closure, A.NavigatorState_build_closure, A.OverlayEntry_remove_closure, A._RenderTheater_computeMinIntrinsicWidth_closure, A._RenderTheater_computeMaxIntrinsicWidth_closure, A._RenderTheater_computeMinIntrinsicHeight_closure, A._RenderTheater_computeMaxIntrinsicHeight_closure, A._RenderDeferredLayoutBox__childrenInPaintOrder_closure, A._RenderDeferredLayoutBox_layout_closure, A.PageStorageBucket__allKeys_closure, A._PageViewState_build_closure, A._PlatformViewPlaceholderBox_performLayout_closure, A._extension_0_disposePostFrame_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary_closure, A._RouterState__processParsedRouteInformation_closure, A._RouterState__handleRoutePopped_closure, A.BackButtonDispatcher_invokeCallback_notifyNextChild, A.TransitionRoute__updateSecondaryAnimation_jumpOnAnimationEnd, A.TransitionRoute__setSecondaryAnimation_closure, A.LocalHistoryRoute_removeLocalHistoryEntry_closure, A._ModalScopeState_build_closure0, A._ModalScopeState_build__closure, A.ModalRoute_popDisposition_closure, A.ModalRoute__handlePopEntryChange_closure, A.ScrollAwareImageProvider_resolveStreamForKey_closure, A.ScrollBehavior_velocityTrackerBuilder_closure, A.ScrollBehavior_velocityTrackerBuilder_closure0, A.ScrollBehavior_velocityTrackerBuilder_closure1, A.ScrollNotificationObserverState_build_closure, A.ScrollNotificationObserverState_build_closure0, A.ScrollPosition_forcePixels_closure, A.ScrollView_build_closure0, A.Scrollable_ensureVisible_closure, A.ScrollableState_setCanDrag_closure0, A.ScrollableState_setCanDrag_closure2, A._ScrollableSelectionContainerDelegate__scheduleLayoutChange_closure, A.ScrollbarPainter_update_needPaint, A.RawScrollbarState__gestures_closure0, A.RawScrollbarState__gestures__closure, A.RawScrollbarState__gestures__closure0, A.RawScrollbarState__gestures__closure1, A.RawScrollbarState__gestures_closure2, A.RawScrollbarState_build_closure, A.RawScrollbarState_build_closure0, A.MultiSelectableSelectionContainerDelegate__scheduleSelectableUpdate_runScheduledTask, A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure, A.MultiSelectableSelectionContainerDelegate_getSelectionGeometry_closure0, A.MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure, A.MultiSelectableSelectionContainerDelegate__flushInactiveSelections_closure0, A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure, A.MultiSelectableSelectionContainerDelegate_handleSelectWord_closure0, A.SliverMultiBoxAdaptorElement_performRebuild_processElement, A.DefaultTextStyle_merge_closure, A.SelectionOverlay_showMagnifier_closure, A.SelectionOverlay_showToolbar_closure, A.SelectionOverlay_showSpellCheckSuggestionsToolbar_closure, A.SelectionOverlay_markNeedsBuild_closure, A.SelectionOverlay__buildToolbar_closure, A._SelectionHandleOverlayState_build_closure0, A._TextSelectionGestureDetectorState_build_closure0, A._TextSelectionGestureDetectorState_build_closure2, A._TextSelectionGestureDetectorState_build_closure4, A._TextSelectionGestureDetectorState_build_closure6, A._TextSelectionGestureDetectorState_build_closure8, A.UndoHistoryState_initState_closure, A._throttle_closure, A.Visibility_of_closure, A.WidgetSpan_extractFromInlineSpan_visitSubtree, A._BlocBuilderBaseState_build_closure, A._BlocConsumerState_build_closure, A._BlocListenerBaseState_buildWithChild_closure, A._BlocListenerBaseState__subscribe_closure, A.BlocProvider__startListening_closure, A.FlutterDownloader_loadTasksWithRawQuery_closure, A.FlutterDropzonePlugin_registerWith_closure, A.FlutterDropzonePlugin_registerWith_closure0, A.FlutterDropzoneView_closure, A.__StatelessHookElement_StatelessElement_HookElement_build_closure, A.PortalLinkScope_of_closure, A.BuildContextPortalLinkScopeExt_getElementsForInheritedWidgetsOfExactType_closure, A.BuildContextPortalLinkScopeExt_getSpecificElementForInheritedWidgetsOfExactType_closure, A._PortalTargetState__sanityCheckNestedPortalTarget_closure, A.FlutterSharingIntent_getMediaStream__closure, A.MethodChannelFlutterSharingIntent_getInitialSharing_closure, A._KeepVisibleOnFocusState__showOnScreen_closure, A.WebStripe_confirmPayment_closure0, A.WebStripe_confirmPayment_closure1, A.WebStripe_confirmPayment_closure2, A.WebStripe_confirmPayment_closure, A.WebStripe_confirmPayment_closure3, A.WebStripeCardState_initState_closure, A.WebStripeCardState_initStripe_closure, A.WebStripeCardState_initStripe__closure, A.Cache_putIfAbsent_closure, A.SvgLoader__load_closure, A.SvgLoader__load__closure, A.Registrar_send_closure, A.Either_foldLeft_closure, A.Either_foldLeft__closure, A.Either_ap_closure, A.Either_call_closure, A.Task_ap__closure, A.Task_ap___closure, A.Task_flatMap__closure, A.Task_call_closure, A.TaskEither_flatMap__closure, A.TaskEither_flatMap___closure, A.TaskEither_ap_closure, A.TaskEither_ap__closure, A.TaskEither_call_closure, A.Monad_call_closure, A.Monad2_ap_closure, A.Monad2_ap__closure, A.Monad2_call_closure, A.dualEndoMonoid__closure, A._PrintVisitor_visitDocumentNode_closure, A._PrintVisitor_visitDirectiveSetNode_closure, A._PrintVisitor_visitVariableDefinitionSetNode_closure, A._PrintVisitor_visitArgumentSetNode_closure, A._PrintVisitor_visitObjectValueNode_closure, A._PrintVisitor_visitListValueNode_closure, A._PrintVisitor_visitSelectionSetNode_closure, A.DedupeLink_request_closure0, A.DedupeLink_request_closure1, A.HttpLink__prepareRequest_closure, A.HttpLink__prepareRequest__closure, A.HttpLink__encodeAttempter_closure, A._LinkChain_request__closure, A.ResponseParser_parseResponse_closure, A.ResponseParser_parseError_closure, A.head_closure, A.get_closure, A.post_closure, A.BaseRequest_closure0, A.BrowserClient_send_closure, A.BrowserClient_send_closure0, A.ByteStream_toBytes_closure, A.CaseInsensitiveMap$from_closure, A.MediaType_toString__closure, A.expectQuotedString_closure, A.BmpDecoder_decodeFrame_closure, A.ExrPart_closure, A.JpegData__readSOS_closure, A.PnmDecoder__getNextToken_closure, A.Intl__pluralRule_closure, A.DateFormat_dateTimeConstructor_closure, A.DateFormat__checkDateOnly_closure, A.DateFormat__initDigitMatcher_closure, A.DateFormat__initDigitMatcher_closure0, A._DateFormatPatternField_parseStandaloneDay_closure, A.NumberFormat_NumberFormat_closure, A.NumberFormat_NumberFormat$decimalPattern_closure, A.JsIsolatedWorkerImpl__callbackObjects_closure0, A.SIRenderable__gradientColors_closure, A.SIPath__setPaint_closure0, A.SIPath__setPaint_closure3, A.SIPath__setPaint_closure4, A.SIPath__setPaint_closure5, A.SITextSpan__bounds__closure, A.SITextSpan__getPaint_closure, A.SITextSpan__getPaint_closure2, A.SITextSpan__getPaint_closure3, A.SITextSpan__getPaint_closure4, A.SITextSpan_paint_closure, A.SITextSpan_paint_closure0, A.SITextSpan_paint_closure1, A.SITextSpan_paint_closure2, A.ColorWriter_writeColor_closure, A.ColorWriter_writeColor_closure2, A.ColorWriter_writeColor_closure3, A.ColorWriter_writeColor_closure4, A.SIGenericCompactBuilder_path_closure, A._getColorType_closure, A._getColorType_closure2, A._getColorType_closure3, A._getColorType_closure4, A.SIGenericDagBuilder_startPath_closure, A.PathParser__action_closure, A.PathParser__action_closure0, A.PathParser__action_closure1, A.PathParser__action_closure2, A.PathParser__action_closure3, A.PathParser__action_closure4, A.PathParser__action_closure5, A.PathParser__action_closure6, A.PathParser__action_closure7, A.PathParser__action_closure8, A.PathParser__action_closure9, A.PathParser__action_closure10, A.PathParser__action_closure11, A.PathParser__action_closure12, A.PathParser__action_closure13, A.PathParser__action_closure14, A.PathParser__action_closure15, A.PathParser__action_closure16, A.PathParser__action_closure17, A.PathParser__action_closure18, A._CollectCanonBuilder_colorWriter_closure, A._CollectCanonBuilder_warn_closure, A.SvgGroup_canUseLuma_closure, A.SvgPathMaker_canUseLuma_closure, A.SvgLinearGradientColor_toSIColor_toDoubleX, A.SvgLinearGradientColor_toSIColor_toDoubleY, A.SvgRadialGradientColor_toSIColor_toDoubleX, A.SvgRadialGradientColor_toSIColor_toDoubleY, A.SvgText_canUseLuma_closure, A.SvgParser__getCoordinate_closure, A.AudioPlayer_closure, A.AudioPlayer_closure1, A.AudioPlayer_closure3, A.AudioPlayer_closure5, A.AudioPlayer_closure7, A.AudioPlayer_closure9, A.AudioPlayer_closure11, A.AudioPlayer_closure15, A.AudioPlayer_closure16, A.AudioPlayer__closure, A.AudioPlayer__closure0, A.AudioPlayer_createPositionStream_yieldPosition, A.AudioPlayer_createPositionStream_closure, A.AudioPlayer_createPositionStream_closure1, A.AudioPlayer__load_closure, A.AudioPlayer__load_closure0, A.AudioPlayer_play_closure, A.AudioPlayer_stop_closure, A.AudioPlayer__setPlatformActive_subscribeToEvents, A.AudioPlayer__setPlatformActive_subscribeToEvents_closure, A.AudioPlayer__setPlatformActive_subscribeToEvents_closure0, A.AudioPlayer__setPlatformActive_subscribeToEvents__closure, A.AudioPlayer__setPlatformActive_setPlatform_closure, A._IdleAudioPlayer_closure, A.InitRequest_toMap_closure, A.InitRequest_toMap_closure0, A.MethodChannelAudioPlayer_playbackEventMessageStream_closure, A.MethodChannelAudioPlayer_playerDataMessageStream_closure, A.Html5AudioPlayer_closure, A.Html5AudioPlayer_closure0, A.Html5AudioPlayer_closure1, A.Html5AudioPlayer_closure2, A.Html5AudioPlayer_closure3, A.Html5AudioPlayer_closure4, A.Html5AudioPlayer_closure5, A.Html5AudioPlayer_closure6, A.Html5AudioPlayer_closure7, A.BaseStrokeContent_closure, A.LottieComposition_decodeZip_closure, A.LottieComposition_decodeZip_closure0, A.LottieComposition_decodeZip_closure1, A.LottieComposition_decodeZip_closure2, A._LottieBuilderState__load_closure, A.TextLayer__getTextLines_closure, A.JsonReaderOptions_of_closure, A.LottieCache_putIfAbsent_closure, A.LottieCache_putIfAbsent_closure0, A._NestedHookElement_injectedChild_closure, A._SingleChildStatefulElement_StatefulElement_SingleChildWidgetElementMixin_activate_closure, A._SingleChildStatelessElement_StatelessElement_SingleChildWidgetElementMixin_activate_closure, A.__NestedElement_StatelessElement_SingleChildWidgetElementMixin_activate_closure, A.Context_joinAll_closure, A.Context_split_closure, A._validateArgList_closure, A.ParsedPath__splitExtension_closure, A.WindowsStyle_absolutePathToUri_closure, A._LinearPercentIndicatorState_initState_closure, A._LinearPercentIndicatorState_initState_closure1, A.WebDelegate__requestNotificationPermission_closure, A.WebDelegate__requestLocationPermission_closure, A.encodePermissions_closure, A._single_closure, A._range_closure, A.RecordParserExtension2_map2_closure, A.RecordParserExtension3_map3_closure, A.RecordParserExtension4_map4_closure, A.RecordParserExtension5_map5_closure, A.RecordParserExtension8_map8_closure, A.string_closure, A._wNafMultiplier_closure, A.HKDFKeyDerivator__getBlockLengthFromDigest_closure, A._escapeRegExp_closure, A._escapeRegExp_closure0, A.SelectContext_select_closure, A._InheritedProviderScopeElement_getElementForInheritedWidgetOfExactType_closure, A.ArDriveContractOracle__getContractFromOracles_closure, A.CommunityOracle_selectTokenHolder_closure, A.CommunityOracle_selectTokenHolder_closure1, A.CommunityOracle_selectTokenHolder_closure2, A.PstService__getPSTFee_closure, A.PstService__getPSTFee_closure0, A.CommunityContractDataBuilder__buildVotes_closure, A.CommunityContractDataBuilder__buildVotes__closure, A.CommunityContractDataBuilder__buildVotes__closure0, A.CommunityContractDataBuilder__buildVotes__closure1, A.CommunityContractDataBuilder__buildSettings_closure, A.CommunityContractDataBuilder__buildBalance_closure, A.CommunityContractDataBuilder__buildVault_closure, A.CommunityContractDataBuilder__buildVault__closure, A.AbstractControl__runAsyncValidators__closure, A.AbstractControl__runAsyncValidators__closure0, A.AbstractControl__anyControlsTouched_closure, A.AbstractControl__anyControlsDirty_closure, A.FormGroup_allControlsDisabled_closure, A.FormGroup_anyControlsHaveStatus_closure, A.FormGroup_errors__closure, A.FormGroup_anyControls_closure, A.ReactiveDropdownField_closure, A.ReactiveDropdownField__closure, A.ReactiveDropdownField__closure0, A.ReactiveDropdownField__closure1, A.ReactiveTextField_closure, A.ReactiveTextField__closure, A.CombineLatestStream_combine2_closure, A.CombineLatestStream_combine3_closure, A.CombineLatestStream_combine5_closure, A.CombineLatestStream__buildController___closure, A._BackpressureStreamSink_multiWindow_closure, A.DebounceStreamTransformer_closure, A.DebounceExtensions_debounceTime_closure, A.PairwiseStreamTransformer_closure, A.PairwiseStreamTransformer_closure0, A.PairwiseStreamTransformer_closure1, A._forwardMulti_closure, A._forwardMulti_closure_listenToUpstream, A._forward_closure_listenToUpstream, A.ClientReport_toJson_closure, A.ClientReport_toJson_closure0, A.ClientReportRecorder_flush_closure, A.MetricsAggregator__getFlushableBucketKeys_closure, A.Contexts_clone_closure, A.Contexts_clone_closure0, A.Contexts_copyWith_closure, A.DebugMeta_toJson_closure, A.DebugMeta_toJson_closure0, A.SdkVersion_toJson_closure, A.SentryEvent_toJson_closure, A.SentryEvent_toJson_closure0, A.SentryEvent_toJson_closure1, A.SentryEvent_toJson_closure2, A.SentryEvent_toJson_closure3, A.SentryEvent_toJson_closure4, A.SentryEvent_toJson_closure5, A.SentryRequest_closure, A.SentryResponse_closure, A.SentryStackTrace_toJson_closure, A.Scope_addBreadcrumb_closure, A.SentryEnvelope_SentryEnvelope$fromEvent_closure, A.RateLimit_closure, A.SpotlightHttpTransport__sendToSpotlight_closure, A.AndroidPlatformExceptionEventProcessor__processPlatformException_closure, A.AndroidPlatformExceptionEventProcessor__processPlatformException_closure0, A.AndroidPlatformExceptionEventProcessor__processPlatformException_closure1, A.AndroidPlatformExceptionEventProcessor__processPlatformException_closure2, A.AndroidPlatformExceptionEventProcessor__processPlatformException_closure3, A.AndroidPlatformExceptionEventProcessor__markDartThreadsAsNonCrashed_closure, A._JvmExceptionFactory_fromJvmStackTrace_closure, A._extension_0_toSentryException_closure, A.FlutterEnricherEventProcessor__getPackages_closure, A.FlutterEnricherEventProcessor__getPackages_closure0, A.ConnectivityIntegration_call_closure, A.WebConnectivityProvider_listen_closure, A.WebConnectivityProvider_listen_closure0, A.FlutterErrorIntegration_call_closure, A.FlutterErrorIntegration_call__closure, A.NativeAppStartIntegration_call_closure, A.NativeSdkIntegration_call_closure, A.JvmException__parse_closure, A.JvmException__parse_closure0, A.JvmException__parse_closure1, A.JvmException__parse_closure2, A.SentryFlutter_init_closure, A.SentryWidgetsBindingObserver_closure, A.SharedPreferencesPlugin__getFilteredKeys_closure, A.Highlighter$__closure, A.Highlighter$___closure, A.Highlighter$__closure0, A.Highlighter__collateLines_closure, A.Highlighter__collateLines_closure1, A.Highlighter__collateLines__closure, A.Highlighter_highlight_closure, A.Chain_Chain$parse_closure, A.Chain_toTrace_closure, A.Chain_toString_closure0, A.Chain_toString__closure0, A.Chain_toString_closure, A.Chain_toString__closure, A.Trace__parseVM_closure, A.Trace$parseV8_closure, A.Trace$parseJSCore_closure, A.Trace$parseFirefox_closure, A.Trace$parseFriendly_closure, A.Trace_toString_closure0, A.Trace_toString_closure, A.GenericCache_closure, A.GenericCache__putStorageEntry__closure, A.GenericCache__putStorageEntry___closure, A.GenericCache__putStorageEntry____closure, A.GenericCache__putStorageEntry_closure1, A.GenericCache__putStorageEntry_closure2, A.GenericCache__removeStorageEntry_closure, A.GenericCache_containsKey_closure, A.GenericCache__newEntry_closure, A.GenericCache__getEntryValue_closure, A.GenericCache__entryBuilder_closure, A.GenericCache_get_closure0, A.GenericCache_get_closure, A.GenericCache_get_closure1, A.GenericCache_get__closure, A.GenericCache_get__closure0, A.GenericCache_get___closure, A.GenericCache_put_closure, A.GenericCache_put_closure0, A.GenericCache_put__closure, A.GenericCache_put__closure0, A.GenericCache_putIfAbsent_closure0, A.GenericCache_putIfAbsent_closure, A.GenericCache_putIfAbsent_closure1, A.GenericCache_putIfAbsent__closure, A.GenericCache__removeEntryByKey_closure, A.GenericCache_getAndRemove_closure0, A.GenericCache_getAndRemove_closure, A.GenericCache_getAndRemove_closure1, A.GenericCache_getAndRemove__closure, A.GenericCache_getAndRemove__closure0, A.DefaultCacheManager_newGenericCache_closure, A.GenericVault_closure, A.GenericVault__putStorageEntry_closure, A.GenericVault_containsKey_closure, A.GenericVault__getEntryValue_closure, A.GenericVault__entryBuilder_closure, A.GenericVault_get_closure0, A.GenericVault_get_closure, A.GenericVault_get__closure, A.GenericVault_get___closure, A.GenericVault_put_closure0, A.GenericVault_put_closure, A.DefaultVaultManager_newGenericVault_closure, A.MemoryStore_getInfos_closure, A.SharedPreferencesAdapter__preferenceKeysByPrefix_closure, A.SharedPreferencesAdapter_partitionKeys_closure, A.SharedPreferencesAdapter_partitionValues_closure, A.SharedPreferencesAdapter_put_closure, A.SharedPreferencesAdapter_remove_closure, A.SharedPreferencesAdapter_clear_closure, A.SharedPreferencesAdapter_build_closure, A.SharedPreferencesStore_create_closure, A.SharedPreferencesStore_size_closure, A.SharedPreferencesStore__getEntryFromStore_closure, A.SharedPreferencesStore__getInfoFromStore_closure, A.SharedPreferencesStore_getInfos_closure, A.SharedPreferencesStore_getInfos__closure, A.SharedPreferencesStore_setInfo_closure, A.SharedPreferencesStore_setInfo__closure, A.newSharedPreferencesCacheStore_closure, A.SwitchLatest_switchLatest_closure_listenToInnerStream, A.SwitchLatest_switchLatest__closure0, A.SwitchLatest_switchLatest___closure, A._$$_PaymentIntentFromJson_closure0, A._$$_PaymentIntentToJson_closure, A.ElementExtension_onFocus_closure, A.ElementExtension_onBlur_closure, A.CardPaymentExtension_onChange_closure, A._injectSrcScript_closure, A.MethodChannelStripe_confirmPayment_closure, A.MethodChannelUrlLauncher_canLaunch_closure, A.MethodChannelUrlLauncher_launch_closure, A.decodeVectorGraphics_process_closure, A.FlutterVectorGraphicsListener_onDrawText__draw, A.FlutterVectorGraphicsListener_onImage__closure, A._VectorGraphicWidgetState__loadPicture_closure, A._VectorGraphicWidgetState__loadPicture_closure0, A._VectorGraphicWidgetState__loadAssetBytes_closure0, A.CubicToCommand_computeLength__compute, A.SvgParser__parseColor_closure, A.SvgParser__parseColor_closure0, A.SvgParser__parseColor_closure1, A.SvgParser__parseColor_closure2, A.SvgParser__parseColor_closure3, A.SvgParser__parseColor_closure4, A.SvgParser__parseColor_closure5, A.SvgParser__parseColor_closure6, A._Resolver_getClipPath_extractPathsFromNode, A._Resolver_getClipPath_closure, A.SvgAttributes_heritable_closure, A.CommandBuilderVisitor_visitResolvedTextPositionNode_closure, A.VideoPlayerController_initialize_eventListener, A.VideoPlayerController_initialize_eventListener_closure, A.VideoPlayerController_initialize_errorListener, A.VideoPlayerController__applyPlayPause_closure, A.VideoPlayer_initialize_closure, A.VideoPlayer_initialize_closure0, A.VideoPlayer_initialize_closure1, A.VideoPlayer_initialize_closure2, A.VideoPlayer_initialize_closure3, A.VideoPlayer_initialize_closure4, A.VideoPlayer_initialize_closure5, A.VideoPlayer_play_closure, A.VideoPlayer_play_closure0, A.VideoPlayerPlugin_create_closure, A._RenderVisibilityDetector_RenderProxyBox_RenderVisibilityDetectorBase_paint_closure, A._EventStreamSubscription_closure, A._EventStreamSubscription_onData_closure, A.DartEthereum_requestAccounts_closure, A._asNumericCharacterReferences_closure, A.XmlEventParser_characterData_closure, A.XmlEventParser_startElement_closure, A.XmlEventParser_attribute_closure, A.XmlEventParser_attributeAssignment_closure, A.XmlEventParser_attributeValueDoubleQuote_closure, A.XmlEventParser_attributeValueSingleQuote_closure, A.XmlEventParser_attributeValueNoQuote_closure, A.XmlEventParser_endElement_closure, A.XmlEventParser_comment_closure, A.XmlEventParser_cdata_closure, A.XmlEventParser_declaration_closure, A.XmlEventParser_processing_closure0, A.XmlEventParser_doctype_closure, A.XmlEventParser_doctypeExternalIdSystem_closure, A.XmlEventParser_doctypeExternalIdPublic_closure, A.XmlEventParser_doctypeIntSubset_closure, A.eventParserCache_closure]);
+ _inheritMany(A.Closure0Args, [A.AppBootstrap_prepareEngineInitializer_closure, A.HtmlViewEmbedder__compositeWithParams_closure, A.HtmlViewEmbedder__applyMutators_closure, A.HtmlViewEmbedder__applyMutators_closure0, A.SkiaFontCollection__registerWithFontProvider_closure, A.SkiaFontCollection__registerWithFontProvider_closure0, A.Frame_raster_closure, A.Frame_raster_closure0, A.MultiSurfaceRasterizer_createViewRasterizer_closure, A.MultiSurfaceViewRasterizer_displayFactory_closure, A.OffscreenCanvasRasterizer_createViewRasterizer_closure, A.OffscreenCanvasViewRasterizer_displayFactory_closure, A.CanvasKitRenderer_initialize_closure, A.CkTextStyle_skTextStyle_closure, A.FontFallbackManager_addMissingCodePoints_closure, A.FallbackFontDownloadQueue_startDownloads_closure, A.PersistedPicture__applyBitmapPaint_closure, A.HtmlRenderer_initialize_closure, A.SurfaceSceneBuilder_build_closure, A.SurfaceSceneBuilder_build_closure0, A.GradientSweep_createImageBitmap_closure, A.GradientLinear_createImageBitmap_closure, A.GradientRadial_createImageBitmap_closure, A.BrowserImageDecoder__cacheExpirationClock_closure, A.BrowserImageDecoder__getOrCreateWebDecoder_closure, A.initializeEngineServices_closure0, A.initializeEngineServices_initializeRendererCallback, A.FlutterEngineInitializer__staticInteropFactoryStub_closure0, A._cached_closure, A.KeyboardConverter__scheduleAsyncEvent_closure0, A.KeyboardConverter__startGuardingKey_closure, A.KeyboardConverter__startGuardingKey_closure0, A.KeyboardConverter__handleEvent_closure, A.KeyboardConverter__handleEvent_closure0, A.KeyboardConverter__handleEvent_closure1, A.EnginePlatformDispatcher_invokeOnKeyData_closure, A.invoke2_closure, A.PlatformViewManager_renderContent_closure, A._PointerAdapter__ensureSanitizer_closure, A._GlobalPointerState_ensurePointerDeviceState_closure, A.RawKeyboard$__closure, A.RawKeyboard_handleHtmlEvent_closure, A.AccessibilityAnnouncements_announce_closure, A.Dialog_closure, A.RouteName_update_closure, A.AccessibilityFocusManager_changeFocus_closure, A.Scrollable_update_closure, A.EngineSemantics__now_closure, A.EngineSemantics__getGestureModeClock_closure, A.EngineSemanticsOwner_closure, A.MobileSemanticsEnabler_tryEnableSemantics_closure, A.TextField__invokeIosWorkaround_closure, A.TextField_update_closure, A.HtmlFontCollection_loadAssetFonts_closure, A.SafariDesktopTextEditingStrategy_placeElement_closure, A.IOSTextEditingStrategy__schedulePlacement_closure, A.FirefoxTextEditingStrategy__postponeFocus_closure, A.TextEditingChannel_handleTextInput_closure, A._hotRestartCache_closure, A.EngineFlutterWindow_handleNavigationMessage_closure, A.CastMap_putIfAbsent_closure, A.nullFuture_closure, A.Primitives_initTicker_closure, A._AsyncRun__scheduleImmediateJsOverride_internalCallback, A._AsyncRun__scheduleImmediateWithSetImmediate_internalCallback, A._TimerImpl_internalCallback, A._TimerImpl$periodic_closure, A._asyncStarHelper_closure, A._AsyncStarStreamController__resumeBody, A._AsyncStarStreamController__resumeBody_closure, A._AsyncStarStreamController_closure0, A._AsyncStarStreamController_closure1, A._AsyncStarStreamController_closure, A._AsyncStarStreamController__closure, A.Future_Future_closure, A.Future_Future$microtask_closure, A.Future_Future$delayed_closure, A._Future__addListener_closure, A._Future__prependListeners_closure, A._Future__chainForeignFuture_closure1, A._Future__chainCoreFutureAsync_closure, A._Future__asyncCompleteWithValue_closure, A._Future__asyncCompleteError_closure, A._Future__propagateToListeners_handleWhenCompleteCallback, A._Future__propagateToListeners_handleValueCallback, A._Future__propagateToListeners_handleError, A.Stream_Stream$fromIterable_closure_next, A.Stream_Stream$fromIterable__closure, A.Stream_Stream$periodic_closure, A.Stream_Stream$periodic__closure, A.Stream_Stream$periodic__closure0, A.Stream_Stream$periodic__closure1, A.Stream_Stream$periodic___closure, A.Stream_asyncExpand_closure, A.Stream_forEach_closure, A.Stream_forEach__closure, A.Stream_length_closure0, A.Stream_toList_closure0, A.Stream_first_closure, A.Stream_firstWhere_closure, A.Stream_firstWhere__closure, A._StreamController__subscribe_closure, A._StreamController__recordCancel_complete, A._AddStreamState_cancel_closure, A._BufferingStreamSubscription_asFuture_closure, A._BufferingStreamSubscription_asFuture__closure, A._BufferingStreamSubscription__sendError_sendError, A._BufferingStreamSubscription__sendDone_sendDone, A._PendingEvents_schedule_closure, A._DoneStreamSubscription_asFuture_closure, A._MultiStream_listen_closure, A._cancelAndError_closure, A._cancelAndValue_closure, A._CustomZone_bindCallback_closure, A._CustomZone_bindCallbackGuarded_closure, A._rootHandleError_closure, A._RootZone_bindCallback_closure, A._RootZone_bindCallbackGuarded_closure, A._Utf8Decoder__decoder_closure, A._Utf8Decoder__decoderNonfatal_closure, A._BigIntImpl_toDouble_roundUp, A._FileStream_listen_closure, A._FileStream__closeFile_done, A._File_readAsBytes_readUnsized_read, A._File_readAsBytes_readSized_read, A.ChannelBuffers_push_closure, A.ChannelBuffers_setListener_closure, A.KeyData__logicalToString_closure, A.bootstrapEngine_closure0, A.BrowserPlatformLocation_getOrCreateDomEventListener_closure, A.HashUrlStrategy_addPopStateListener_closure, A._PageTransitionSwitcherState__newEntry__closure0, A._PageTransitionSwitcherState__newEntry__closure, A.safeArConnectAction_closure, A.AppShellState_initState_closure, A.MobileAppBar_build_closure, A._AntIconState__checkIfStillAvailable_closure, A._AntIconState_build_closure, A._AssignArNSNameModalState_build__closure, A._AssignArNSNameModalState_build__closure0, A._AssignArNSNameModalState__getActions_closure, A._AssignArNSNameModalState__getActions_closure0, A._AssignArNSNameModalState__getActions_closure1, A._AssignArNSNameModalState__getActions_closure2, A._AssignArNSNameModalState__getActions_closure3, A._AssignNameEmptyState_build_closure, A.__NameSelectorDropdownState__buildList_closure, A.__NameSelectorDropdownState__buildList__closure, A._ArNSAssignmentConfirmationModal_build_closure, A._ArNSAssignmentConfirmationModal_build_closure0, A._BiometricToggleState__isBiometricsEnabled_closure, A._BiometricToggleState__listenToBiometricChange__closure, A._BiometricToggleState_build___closure, A._BiometricToggleState_build___closure0, A._BiometricToggleState_build___closure1, A.ArDriveLoginModal_build_closure, A.ArDriveLoginModal_build_closure0, A.LoginBloc__listenToWalletChange_closure, A._LandingViewState_build_closure, A._LandingViewState_build_closure0, A._LoginPageState_build__closure, A._LoginPageState_build__closure0, A.showErrorDialog_closure, A._EnterYourPasswordWidgetState_didUpdateWidget_closure, A._EnterYourPasswordWidgetState__buildContent_closure, A._EnterYourPasswordWidgetState__buildContent__closure0, A._EnterYourPasswordWidgetState__buildContent__closure, A._EnterYourPasswordWidgetState__buildContent__closure2, A._EnterYourPasswordWidgetState__buildContent__closure1, A._EnterYourPasswordWidgetState__buildContent__closure3, A._EnterYourPasswordWidgetState__buildContent__closure4, A._EnterYourPasswordWidgetState__buildContent__closure5, A._EnterYourPasswordWidgetState__buildContent_closure4, A._EnterYourPasswordWidgetState__buildContent_closure5, A.ForgetWalletDialog_build_closure, A.ForgetWalletDialog_build_closure0, A._ImportWalletModalState_build__closure, A._ImportWalletModalState_build_closure0, A._ImportWalletModalState__onSubmitSeedPhrase_closure, A._SecureYourWalletWidgetState_build_closure5, A._SecureYourWalletWidgetState_build__closure5, A._SecureYourWalletWidgetState_build__closure4, A._SecureYourWalletWidgetState_build__closure7, A._SecureYourWalletWidgetState_build__closure6, A._SecureYourWalletWidgetState_build__closure2, A._SecureYourWalletWidgetState_build__closure3, A._SecureYourWalletWidgetState_build__closure, A._SecureYourWalletWidgetState_build__closure0, A._SecureYourWalletWidgetState_build__closure1, A._SecureYourWalletWidgetState_build_closure4, A._SecureYourWalletWidgetState__onSubmit_closure, A._PromptWalletViewState_build_closure, A._PromptWalletViewState_build_closure0, A._PromptWalletViewState_build_closure1, A._PromptWalletViewState_build_closure2, A._PromptWalletViewState_build_closure3, A._PromptWalletViewState_build_closure4, A._RoundContainerState_build__closure0, A._RoundContainerState_build__closure, A.__ArDriveIsForEveryOneState_build__closure0, A.__ArDriveIsForEveryOneState_build_closure2, A.__ArDriveIsForEveryOneState_build__closure, A._ProfileImageTileState_build__closure, A._ProfileImageTileState_build__closure0, A._PermanentStorageTileState_build__closure0, A._PermanentStorageTileState_build__closure, A._CarouselWithGroupsState_build__closure, A._CustomIndicatorState_initState_closure, A._CustomIndicatorState_initState__closure, A._CustomIndicatorState_build_closure0, A.__Bento5State_build__closure0, A.__Bento5State_build__closure, A._PriceCalculatorState_build_closure1, A._PriceCalculatorState_build__closure0, A._PriceCalculatorState_build__closure, A.TutorialsViewState__list_closure, A.TutorialsViewState__list_closure0, A.TutorialsViewState__list_closure1, A.TutorialsViewState__list_closure2, A.TutorialsViewState__list_closure3, A.TutorialsViewState__goToPage_closure, A._TutorialContentState_initState__closure, A._TutorialContentState_initState____closure, A._TutorialContentState_build_closure, A._TutorialContentState_build_closure0, A._WalletCreatedViewState_build_closure, A._WalletCreatedViewState_build__closure0, A._WalletCreatedViewState_build_closure0, A._WalletCreatedViewState_build_closure1, A._WalletCreatedViewState_build_closure2, A._WalletCreatedViewState_build_closure3, A._WalletCreatedViewState_build__closure, A._WalletCreatedViewState__tabLink_closure, A._WalletCreatedViewState__tabLink__closure, A._WalletCreatedViewState__copy_closure, A._WalletCreatedViewState__copy__closure, A._WalletCreatedViewState__copy___closure, A.CreateSnapshotCubit_prepareTx_closure, A.CreateSnapshotCubit_signTx_closure, A.DriveAttachCubit_initializeForm_closure, A.DriveDetailCubit_closure, A.DriveDetailCubit_closure0, A.DriveRenameCubit_closure, A.DriveRenameCubit_submit_closure, A.ProfileFileDownloadCubit__downloadFile_closure0, A.SharedFileDownloadCubit__downloadFile_closure0, A.FolderCreateCubit_submit_closure, A.FsEntryLicenseBloc__licenseEntities_closure, A.FsEntryMoveBloc_moveEntities_closure3, A.FsEntryRenameCubit_submit_closure, A.FsEntryRenameCubit_submit_closure0, A.GhostFixerCubit_submit_closure, A.HideBloc__onConfirmUploadEvent_closure, A.HideBloc__saveNewRevision_closure, A.NetworkFileIdResolver_requestForTransactionId_closure, A.PinFileBloc__handlePinFileSubmit_closure, A.ProfileCubit_promptToAuthenticate_closure, A.ProfileCubit_checkIfWalletMismatch_closure, A.PromptToSnapshotBloc__onDriveSelected_closure, A.UploadPaymentMethodView_build__closure, A.UploadPaymentMethodView_build__closure0, A.UploadPaymentMethodView_build__closure1, A._ResizableComponentState__onScroll_closure, A._ResizableComponentState__onScroll_closure0, A.GlobalHideToggleButton_build__closure, A.SyncButton_build_closure, A.SyncButton_build_closure0, A._CreateManifestFormState_manifestNameForm__closure, A._CreateManifestFormState_build__errorDialog_closure, A._CreateManifestFormState__createManifestSuccess_closure, A._CreateManifestFormState__createManifestPreparingManifestWithARNS_closure, A._CreateManifestFormState__createManifestPreparingManifestWithARNS_closure0, A._CreateManifestFormState__createManifestNameConflict_closure, A._CreateManifestFormState__createManifestNameConflict_closure0, A._CreateManifestFormState__createManifestRevisionConfirm_closure, A._CreateManifestFormState__createManifestRevisionConfirm_closure0, A._CreateManifestFormState__createManifestInitial_closure, A._CreateManifestFormState__createManifestInitial_closure0, A._CreateManifestFormState__createManifestInitial_closure1, A._CreateManifestFormState__createManifestUploadReview_closure, A._CreateManifestFormState__createManifestUploadReview_closure0, A._CreateManifestFormState__paymentOptions_closure1, A._CreateManifestFormState__selectFolder__closure, A._CreateManifestFormState__selectFolder_closure3, A._CreateManifestFormState__selectFolder_closure4, A._CreateManifestFormState__selectFolder_closure8, A._explanationDialog_closure1, A._explanationDialog_closure2, A._loadingDialog_closure, A._successDialog_closure, A._failureDialog_closure, A._failureDialog_closure0, A._confirmDialog_closure3, A._confirmDialog_closure1, A._confirmDialog_closure2, A._confirmDialog_closure4, A._confirmDialog_closure5, A._DetailsPanelState__buildContent_closure3, A._DetailsPanelState__buildContent_closure6, A._DetailsPanelState__buildContent_closure7, A._DetailsPanelState__buildPreview_closure, A._DetailsPanelState__buildPreview_closure0, A._DetailsPanelState__fileDetails_closure, A._TxIdTextLink_build_closure, A._CopyButtonState__copy_closure, A._CopyButtonState__copy__closure, A._CopyButtonState__copy___closure, A._DownloadOrPreview_build_closure, A.DetailsPanelToolbar_build_closure, A.DetailsPanelToolbar_build_closure0, A.DetailsPanelToolbar_build_closure1, A.DetailsPanelToolbar_build_closure2, A.DetailsPanelToolbar_build_closure3, A.DetailsPanelToolbar_build_closure4, A.DetailsPanelToolbar_build_closure5, A._LicenseDetailsPopoverButtonState_build__closure, A._LicenseDetailsPopoverButtonState_build_closure, A._LicenseDetailsPopoverButtonState_build__closure1, A._LicenseDetailsPopoverButtonState_build_closure0, A._LicenseDetailsPopoverButtonState_build__closure0, A.attachDrive_closure, A._DriveAttachFormState__onDriveNameChange_closure, A._DriveAttachFormState_build___closure0, A._DriveAttachFormState_build___closure, A._DriveAttachFormState_build__closure4, A._DriveAttachFormState_build__closure5, A.promptToCreateDrive_closure, A._DriveCreateFormState_build__closure, A._DriveCreateFormState_build___closure, A._DriveCreateFormState_build___closure0, A._DriveCreateFormState_build__closure4, A._DriveCreateFormState_build__closure5, A.showDetachDriveDialog_closure, A.showDetachDriveDialog_closure0, A.promptToRenameDrive_closure, A._DriveRenameFormState_build___closure, A._DriveRenameFormState_build___closure0, A._DriveRenameFormState_build__closure0, A._DriveRenameFormState_build__closure1, A.DriveShareDialogState_build__closure, A.FeedbackSurveyModal_build__closure, A.FeedbackSurveyModal_build__closure0, A.FeedbackSurveyModal_build__closure1, A.FileDownloadDialog__fileDownloadFailedDialog_closure, A.FileDownloadDialog__fileDownloadFailedDueToFileAbovePrivateLimit_closure, A.FileDownloadDialog__fileDownloadFailedDueToAboveBrowserLimit_closure, A.FileDownloadDialog__warningToWaitDownloadFinishes_closure, A.FileDownloadDialog__warningToWaitDownloadFinishes_closure0, A.FileDownloadDialog__downloadStartingDialog_closure, A.FileDownloadDialog__fileDownloadInProgressDialog_closure, A.FileDownloadDialog_downloadFinishedWithSuccessDialog_closure, A.FileDownloadDialog__downloadingFileWithProgressDialog_closure, A.FileShareDialogState_build__closure, A.FileShareDialogState_build__closure0, A.FileShareDialogState_build__closure1, A.promptToCreateFolder_closure, A._FolderCreateFormState_build___closure, A._FolderCreateFormState_build___closure0, A._FolderCreateFormState_build__closure1, A._FolderCreateFormState_build__closure2, A._FsEntryLicenseFormState_build___closure, A._FsEntryLicenseFormState_build___closure0, A._FsEntryLicenseFormState_build___closure3, A._FsEntryLicenseFormState_build___closure4, A._FsEntryLicenseFormState_build___closure5, A._FsEntryLicenseFormState_build____closure, A._FsEntryLicenseFormState_build___closure6, A._FsEntryLicenseFormState_build___closure7, A._FsEntryLicenseFormState_build___closure8, A._FsEntryLicenseFormState_build___closure9, A._FsEntryLicenseFormState_build___closure10, A._FsEntryLicenseFormState_build___closure11, A._FsEntryLicenseFormState_build___closure12, A._FsEntryLicenseFormState_build___closure13, A.FsEntryMoveForm_build____closure, A.FsEntryMoveForm_build____closure0, A.FsEntryMoveForm_build_____closure1, A.FsEntryMoveForm_build____closure4, A.FsEntryMoveForm_build____closure5, A.FsEntryMoveForm_build____closure7, A.FsEntryMoveForm_build____closure8, A._FsEntryRenameFormState_build__closure, A._FsEntryRenameFormState_build__closure0, A._FsEntryRenameFormState_build___closure, A._FsEntryRenameFormState_build___closure0, A._FsEntryRenameFormState_build__closure3, A._FsEntryRenameFormState_build__closure4, A._GhostFixerFormState_build_closure_buildButtonBar, A._GhostFixerFormState_build__buildButtonBar_closure, A._GhostFixerFormState_build__buildButtonBar_closure0, A._GhostFixerFormState_build_closure_buildCreateFolderButton, A._GhostFixerFormState_build__buildCreateFolderButton_closure, A._GhostFixerFormState_build___closure0, A._GhostFixerFormState_build___closure, A._GhostFixerFormState_build__closure2, A.HideDialog__buildActions_closure, A._KeyboardHandlerState_build___closure, A._KeyboardHandlerState_build___closure0, A.ArDriveDevToolsShortcuts_build_closure, A.ArDriveDevToolsShortcuts_build_closure0, A._CcTypeFormState_build__closure, A.viewLicenseDefinitionTextSpan_closure, A.NewButton__buildPlusButton_closure, A.NewButton__buildNewButton__closure, A.NewButton__buildNewButton__closure0, A.NewButton__displayPlusModal___closure, A.NewButton__newButtonItemToSubMenuItem_closure, A.NewButton__getAdvancedItems_closure, A.NewButton__getAdvancedItems_closure0, A.NewButton__getAdvancedItems_closure1, A.NewButton__getTopItems_closure, A.NewButton__getTopItems_closure0, A.NewButton__getTopItems_closure1, A.NewButton__getTopItems_closure2, A.NewButton__getTopItems_closure3, A.NewButton__getTopItems_closure4, A.NewButton__getPlusButtonItems_closure, A.NewButton__getPlusButtonItems_closure0, A.NewButton__getPlusButtonItems_closure1, A.NewButton__getPlusButtonItems_closure2, A.NewButton__getPlusButtonItems_closure3, A.NewButton__getPlusButtonItems_closure4, A.NewButton__getPlusButtonItems_closure5, A._PaymentMethodSelectorState__buildDropdownItem_closure, A._PaymentMethodSelectorState__buildDropdownItem__closure, A._PaymentMethodSelectorState__buildContent_closure, A._PaymentMethodSelectorState__buildContent__closure, A._PaymentMethodSelectorState__getInsufficientBalanceMessage_closure, A._PaymentMethodSelectorState__getInsufficientBalanceMessage__closure0, A._PaymentMethodSelectorState__getInsufficientBalanceMessage_closure0, A._PaymentMethodSelectorState__getInsufficientBalanceMessage__closure, A.showPinFileDialog_closure, A.PinFileDialog_build__closure1, A.PinFileDialog_build__closure2, A.PinFileDialog__errorDialog_closure, A._ProfileCardState__notLoggedInView_closure, A._ProfileCardState__buildLoggedInViewForPlatform__closure, A._ProfileCardState__buildProfileCardContent_closure, A._ProfileCardState__buildProfileCardContent__closure3, A._ProfileCardState__buildProfileCardContent_closure0, A._ProfileCardState__buildProfileCardContent__closure2, A._ProfileCardState__buildProfileCardContent_closure1, A._ProfileCardState__buildProfileCardContent_closure2, A._ProfileCardState__buildProfileCardContent_closure3, A._ProfileCardState__buildProfileCardContent_closure4, A._ProfileCardState__buildProfileCardContent_closure5, A._ProfileCardState__buildProfileCardContent_closure6, A._ProfileCardState__buildProfileCardContent_closure10, A._ProfileCardState__buildProfileCardContent__closure0, A._ProfileCardState__buildProfileCardContent_closure11, A._ProfileCardState__buildProfileCardContent__closure, A._ProfileCardState__buildWalletAddressRow_closure, A._ProfileCardState__buildIOTokenRow__closure, A._ProfileCardState__buildProfileCardHeader_closure, A._ProfileCardState__buildProfileCardHeader__closure, A.__LogoutButtonState_build_closure0, A.__LogoutButtonState_build__closure0, A.__LogoutButtonState_build_closure, A.__LogoutButtonState_build__closure1, A.__LogoutButtonState_build_closure1, A.PromptToSnapshotDialogState_build_closure, A.PromptToSnapshotDialogState_build__closure, A.PromptToSnapshotDialogState_build_closure0, A._AppSideBarState__mobileView_closure, A._AppSideBarState__mobileView_closure1, A._AppSideBarState__buildSideBarBottom_closure, A._AppSideBarState__buildSideBarBottom__closure0, A._AppSideBarState__buildSideBarBottom_closure0, A._AppSideBarState__buildSideBarBottom__closure, A.shareLogs_closure, A.shareLogs_closure0, A.shareLogs_closure1, A.shareLogs_closure2, A.shareLogs_closure3, A._Accordion_build___closure1, A._Accordion_build___closure0, A._Accordion_build___closure, A.ThemeSwitcher_build_closure1, A._TopUpEstimationViewState_build__closure3, A._TopUpEstimationViewState_build__closure2, A._TopUpEstimationViewState__nextButton__closure, A._PresetAmountSelectorState_initState__closure, A._PresetAmountSelectorState__onPresetAmountSelected_closure, A._PresetAmountSelectorState__onCustomAmountSelected_closure, A._PresetAmountSelectorState__resetCustomAmount_closure, A._PresetAmountSelectorState_buildButtonBar_buildButtons__closure, A._PresetAmountSelectorState_build__closure, A._PresetAmountSelectorState__customAmountTextField__closure, A.PriceEstimateView_build__closure, A.HelpButtonTopBar_build_closure, A.HelpButtonTopBar_build_closure0, A.HelpButtonTopBar_build_closure1, A.HelpButtonTopBar_build_closure2, A.TruncatedAddress_build_closure, A._showUploadForm_closure, A._UploadingManifestsWidget_build_closure0, A.ConfiguringLicenseScreen_getModalActions_closure, A.ConfiguringLicenseScreen_getModalActions_closure0, A._UploadReadyModalBaseState_build___closure0, A._UploadReadyModalBaseState_build___closure1, A._LicenseNameWithPopoverButtonState_build__closure, A._LicenseNameWithPopoverButtonState_build_closure, A._LicenseNameWithPopoverButtonState_build__closure0, A._SelectPaymentMethodManifestUploadState_build__closure, A._SelectPaymentMethodManifestUploadState_build_closure, A._SelectPaymentMethodManifestUploadState_build_closure1, A._SelectPaymentMethodManifestUploadState_build_closure2, A._UploadFolderNameConflictWidget_build_closure, A._UploadFolderNameConflictWidget_build_closure0, A._UploadConflictWithFailedFilesWidget_build_closure0, A._UploadConflictWithFailedFilesWidget_build_closure1, A._UploadFileConflictWidget_build_closure0, A._UploadFileConflictWidget_build_closure1, A._UploadFileConflictWidget_build_closure2, A._UploadFileTooLargeWidget_build_closure, A._UploadFileTooLargeWidget_build_closure0, A._UploadReadyWidget_build__closure, A._UploadReadyWidget_build__closure2, A._UploadReadyWidget_build__closure5, A._UploadReadyWidget_build__closure6, A._UploadConfiguringLicenseWidget_build_closure, A._UploadReviewWithLicenseWidget_build_closure, A._UploadReviewWithLicenseWidget_build_closure0, A._UploadReviewWithArnsNameWidget_build_closure, A._UploadReviewWithArnsNameWidget_build_closure0, A._UploadFailureWidget_build_closure, A._UploadFailureWidget_build_closure0, A._UploadFailureWidget_build_closure1, A._UploadShowingWarningWidget_build_closure, A._UploadShowingWarningWidget_build_closure0, A._UploadCanceledWidget_build_closure, A._UploadInProgressWidget_build_closure, A._UploadInProgressWidget_build___closure, A._UploadInProgressWidget_build___closure0, A._UploadInProgressWidget_build___closure1, A.getModalActions_closure, A.getModalActions_closure0, A.getModalActions_closure1, A.getModalActions_closure2, A.CookieConsentModal_build__closure, A.CookieConsentModal_build__closure0, A._UploadRepositoryImpl__saveTaskToDB_closure, A._UploadRepositoryImpl__saveTaskToDB_closure0, A.__ManifestOptionTileState_build_closure0, A._AntSelectorState_loadARNSUndernames_closure, A._AntSelectorState_loadARNSUndernames_closure1, A._AntSelectorState_build__closure1, A._AntSelectorState__buildDropdownItem_closure, A._AntSelectorState__buildDropdownItem__closure, A._AntSelectorState__buildDropdownItemUndername_closure, A._AntSelectorState__buildDropdownItemUndername__closure, A.AppConfigWindowManagerState_build__closure4, A.AppConfigWindowManagerState_build__closure9, A.AppConfigWindowManagerState_build__closure8, A.AppConfigWindowManagerState_build__closure3, A.AppConfigWindowManagerState_build__closure6, A.AppConfigWindowManagerState_build__closure5, A.AppConfigWindowManagerState_build__closure2, A.AppConfigWindowManagerState_build__closure7, A.AppConfigWindowManagerState_build__closure, A.AppConfigWindowManagerState_build___closure3, A.AppConfigWindowManagerState_build___closure4, A.AppConfigWindowManagerState_build____closure1, A.AppConfigWindowManagerState_build__closure0, A.AppConfigWindowManagerState_build___closure1, A.AppConfigWindowManagerState_build___closure2, A.AppConfigWindowManagerState_build____closure0, A.AppConfigWindowManagerState_build__closure1, A.AppConfigWindowManagerState_build___closure, A.AppConfigWindowManagerState_build___closure0, A.AppConfigWindowManagerState_build____closure, A.AppConfigWindowManagerState_buildOption_closure2, A.AppConfigWindowManagerState_buildOption_closure3, A.AppConfigWindowManagerState_showOptionSavedMessage_closure, A.AppConfigWindowManagerState_reloadPage_closure, A.DraggableWindow_build_closure0, A._DrivesHealthCheckModalState_initState__closure, A._DrivesHealthCheckModalState_processDrivesSequentially_closure, A._DrivesHealthCheckModalState_processDrivesSequentially_closure1, A._DrivesHealthCheckModalState_processDrivesSequentially_closure2, A._DrivesHealthCheckModalState_processDrivesSequentially_closure3, A._DrivesHealthCheckModalState_build__closure3, A._DrivesHealthCheckModalState_build___closure1, A._DrivesHealthCheckModalState_build___closure0, A._DrivesHealthCheckModalState_build___closure, A._DrivesHealthCheckModalState_processFiles_processNext, A._DrivesHealthCheckModalState_processFiles_processNext__closure, A._DrivesHealthCheckModalState_processFiles_closure, A._DrivesHealthCheckModalState_processFiles_closure0, A._DrivesHealthCheckModalState_checkHealth_closure, A._DrivesHealthCheckModalState_checkHealth_closure0, A._DrivesHealthCheckModalState_checkHealth_closure1, A._FileHealthCheckTileState_build_closure, A._FileHealthCheckTileState_build_closure0, A._ArDriveDownloader_downloadFile_closure4, A._MultipleFilesDownloadState_build__closure1, A._MultipleFilesDownloadState_build__closure3, A._MultipleFilesDownloadState_build__closure4, A._MultipleFilesDownloadState_build__closure5, A._MultipleFilesDownloadState_build__closure6, A._MultiThumbnailCreationModalContentState_build__closure, A._MultiThumbnailCreationModalContentState_build__closure0, A._MultiThumbnailCreationModalContentState_build__closure1, A._MultiThumbnailCreationModalContentState_build__closure2, A._MultiThumbnailCreationModalContentState_build___closure0, A._MultiThumbnailCreationModalContentState_build__closure3, A._MultiThumbnailCreationModalContentState_build__closure4, A._MultiThumbnailCreationModalContentState_build__closure5, A._MultiThumbnailCreationModalContentState_build___closure, A._MultiThumbnailCreationModalContentState_build__closure6, A.ThumbnailRepository_uploadThumbnail__closure, A._ThumbnailCreationModal_build_closure, A._ThumbnailCreationModal_build_closure0, A.ManifestDataBuilder_build_closure0, A._GatewaySwitcherModalState_build___closure, A._GatewaySwitcherModalState_build__closure3, A._GatewaySwitcherModalState_build__closure4, A._GatewaySwitcherModalState_build__closure5, A._GatewaySwitcherModalState_build__closure6, A._GatewaySwitcherModalState_build__closure7, A._GatewaySwitcherModalState_build__closure8, A._ConfirmGatewayChange_build_closure, A._ConfirmGatewayChange_build_closure0, A._RedeemGiftModalState_build_closure, A._RedeemGiftModalState_build_closure0, A._RedeemGiftModalState_build__closure1, A._RedeemGiftModalState_build__closure0, A._RedeemGiftModalState_build__closure3, A._RedeemGiftModalState_build__closure2, A._RedeemGiftModalState__emailField__closure, A._RedeemGiftModalState__emailField__closure0, A._RedeemGiftModalState__giftCodeField__closure, A._RedeemGiftModalState__giftCodeField__closure0, A.main_closure1, A.DriveDao_insertDriveRevision_closure, A.DriveDao_insertFolderRevision_closure, A.DriveDao_insertFileRevision_closure, A.DriveDao_insertLicense_closure, A.ProfileDao_addProfile_closure, A.DatabaseHelpers_deleteAllTables_closure, A.openConnection_closure, A.AppRouterDelegate__app____closure, A.showCongestionDependentModalDialog_closure, A.showCongestionDependentModalDialog__closure, A.showCongestionDependentModalDialog__closure0, A.DriveExplorerItemTileLeading__buildFileIcon_closure1, A._DriveExplorerItemTileTrailingState_build_closure, A._DriveExplorerItemTileTrailingState_build__closure, A._DriveExplorerItemTileTrailingState__getItems_closure, A._DriveExplorerItemTileTrailingState__getItems_closure0, A._DriveExplorerItemTileTrailingState__getItems_closure1, A._DriveExplorerItemTileTrailingState__getItems_closure2, A._DriveExplorerItemTileTrailingState__getItems_closure3, A._DriveExplorerItemTileTrailingState__getItems_closure4, A._DriveExplorerItemTileTrailingState__getItems_closure5, A._DriveExplorerItemTileTrailingState__getItems_closure6, A._DriveExplorerItemTileTrailingState__getItems_closure7, A._DriveExplorerItemTileTrailingState__getItems_closure8, A._DriveExplorerItemTileTrailingState__getItems_closure9, A._DriveExplorerItemTileTrailingState__getItems_closure10, A._DriveExplorerItemTileTrailingState__getItems_closure11, A.EntityActionsMenu__getItems_closure, A.EntityActionsMenu__getItems_closure0, A.EntityActionsMenu__getItems_closure1, A.EntityActionsMenu__getItems_closure2, A.EntityActionsMenu__getItems_closure3, A.EntityActionsMenu__getItems_closure4, A.EntityActionsMenu__getItems_closure5, A.EntityActionsMenu__getItems_closure6, A.EntityActionsMenu__getItems_closure7, A.EntityActionsMenu__getItems_closure8, A.EntityActionsMenu__getItems_closure9, A.EntityActionsMenu__getItems_closure10, A.EntityActionsMenu__getItems_closure11, A.EntityActionsMenu__getItems_closure12, A.hideFileDropdownItem_closure, A.DriveFileDropZoneState_build_closure0, A.DriveFileDropZoneState_build__closure2, A.DriveFileDropZoneState_build_closure1, A.DriveFileDropZoneState_build__closure1, A.DriveFileDropZoneState_build__closure, A.DriveFileDropZoneState__onLeave_closure, A._HoverWidgetState_build_closure, A._HoverWidgetState_build__closure0, A._HoverWidgetState_build_closure0, A._HoverWidgetState_build__closure, A.DriveDetailBreadcrumbRow__buildBreadcrumbs_buildSegment_closure, A.DriveDetailBreadcrumbRow__buildBreadcrumbs_closure0, A.DriveDetailBreadcrumbRow__navigateBackIcon__closure, A.DriveDetailBreadcrumbRow__navigateBackIcon_closure0, A._HoverTextState_build__closure0, A._HoverTextState_build__closure, A._ActionCard_uploadFile_closure, A._ActionCard_createFolder_closure, A._ActionCard_uploadFolder_closure, A._ActionCard_createPin_closure, A._VideoPlayerWidgetState_initState__closure0, A._VideoPlayerWidgetState_initState__closure, A._VideoPlayerWidgetState__listener_closure, A._VideoPlayerWidgetState__listener__closure, A._VideoPlayerWidgetState_goFullScreen___closure, A._VideoPlayerWidgetState_build__closure0, A._VideoPlayerWidgetState_build__closure1, A._VideoPlayerWidgetState_build__closure19, A._VideoPlayerWidgetState_build__closure20, A._VideoPlayerWidgetState_build__closure18, A._VideoPlayerWidgetState_build__closure16, A._VideoPlayerWidgetState_build__closure17, A._VideoPlayerWidgetState_build__closure, A._VideoPlayerWidgetState_build__closure12, A._VideoPlayerWidgetState_build____closure1, A._VideoPlayerWidgetState_build__closure13, A._VideoPlayerWidgetState_build___closure8, A._VideoPlayerWidgetState_build___closure7, A._VideoPlayerWidgetState_build__closure11, A._VideoPlayerWidgetState_build___closure5, A._VideoPlayerWidgetState_build_closure12, A._VideoPlayerWidgetState_build__closure8, A._VideoPlayerWidgetState_build__closure9, A._VideoPlayerWidgetState_build__closure10, A._VideoPlayerWidgetState_build__closure7, A._VideoPlayerWidgetState_build___closure2, A._VideoPlayerWidgetState_build___closure1, A._VideoPlayerWidgetState_build____closure0, A._VideoPlayerWidgetState_build__closure6, A._VideoPlayerWidgetState_build__closure3, A._VideoPlayerWidgetState_build__closure4, A._VideoPlayerWidgetState_build____closure, A._VideoPlayerWidgetState_build__closure2, A._FullScreenVideoPlayerWidgetState_initState____closure, A._FullScreenVideoPlayerWidgetState_initState___closure1, A._FullScreenVideoPlayerWidgetState_initState_closure0, A._FullScreenVideoPlayerWidgetState__resetHideControlsTimer_closure, A._FullScreenVideoPlayerWidgetState__showControls_closure, A._FullScreenVideoPlayerWidgetState__hideControls_closure, A._FullScreenVideoPlayerWidgetState__listener_closure, A._FullScreenVideoPlayerWidgetState__listener__closure, A._FullScreenVideoPlayerWidgetState_build__closure17, A._FullScreenVideoPlayerWidgetState_build_closure17, A._FullScreenVideoPlayerWidgetState_build__closure, A._FullScreenVideoPlayerWidgetState_build__closure14, A._FullScreenVideoPlayerWidgetState_build___closure6, A._FullScreenVideoPlayerWidgetState_build__closure13, A._FullScreenVideoPlayerWidgetState_build__closure15, A._FullScreenVideoPlayerWidgetState_build__closure16, A._FullScreenVideoPlayerWidgetState_build__closure0, A._FullScreenVideoPlayerWidgetState_build__closure10, A._FullScreenVideoPlayerWidgetState_build___closure4, A._FullScreenVideoPlayerWidgetState_build___closure3, A._FullScreenVideoPlayerWidgetState_build_closure7, A._FullScreenVideoPlayerWidgetState_build__closure9, A._FullScreenVideoPlayerWidgetState_build_closure8, A._FullScreenVideoPlayerWidgetState_build__closure6, A._FullScreenVideoPlayerWidgetState_build__closure7, A._FullScreenVideoPlayerWidgetState_build__closure8, A._FullScreenVideoPlayerWidgetState_build_closure9, A._FullScreenVideoPlayerWidgetState_build__closure5, A._FullScreenVideoPlayerWidgetState_build___closure0, A._FullScreenVideoPlayerWidgetState_build____closure0, A._FullScreenVideoPlayerWidgetState_build__closure4, A._FullScreenVideoPlayerWidgetState_build__closure2, A._FullScreenVideoPlayerWidgetState_build____closure, A._FullScreenVideoPlayerWidgetState_build__closure1, A._ImagePreviewWidgetState__resetHideControlsTimer_closure, A._ImagePreviewWidgetState__showControls_closure, A._ImagePreviewWidgetState__hideControls_closure, A._ImagePreviewWidgetState__buildImageFromBytes__closure, A._ImagePreviewWidgetState__buildImageFromBytes__closure0, A._ImagePreviewWidgetState__buildActionBar_closure0, A._ImagePreviewWidgetState__buildActionBar__closure, A._ImagePreviewWidgetState__buildNavigationButtons_closure, A._ImagePreviewWidgetState__buildNavigationButtons_closure0, A._AudioPlayerWidgetState_initState__closure0, A._AudioPlayerWidgetState_initState____closure0, A._AudioPlayerWidgetState_initState____closure, A._AudioPlayerWidgetState_initState__closure, A._AudioPlayerWidgetState_build__closure9, A._AudioPlayerWidgetState_build__closure8, A._AudioPlayerWidgetState_build__closure7, A._AudioPlayerWidgetState_build__closure, A._AudioPlayerWidgetState_build__closure0, A._AudioPlayerWidgetState_build___closure2, A._AudioPlayerWidgetState_build___closure1, A._AudioPlayerWidgetState_build_closure4, A._AudioPlayerWidgetState_build__closure4, A._AudioPlayerWidgetState_build___closure0, A._AudioPlayerWidgetState_build____closure0, A._AudioPlayerWidgetState_build__closure3, A._AudioPlayerWidgetState_build__closure1, A._AudioPlayerWidgetState_build____closure, A._VolumeSliderWidgetState_build_closure, A._VolumeSliderWidgetState_build__closure0, A._VolumeSliderWidgetState_build__closure, A._displaySpeedOptionsModal___closure, A._DriveDetailPageState_build___closure, A._DriveDetailPageState_build___closure4, A._DriveDetailPageState_build____closure, A._DriveDetailPageState__desktopView_closure, A._DriveDetailPageState__desktopView_closure0, A._DriveDetailPageState__desktopView_closure1, A._DriveDetailPageState__desktopView_closure2, A._DriveDetailPageState__desktopView_closure3, A._DriveDetailPageState__desktopView_closure4, A._DriveDetailPageState__desktopView_closure5, A._DriveDetailPageState__desktopView_closure6, A._DriveDetailPageState__desktopView_closure7, A._DriveDetailPageState__desktopView_closure8, A._DriveDetailPageState__desktopView_closure9, A._DriveDetailPageState__desktopView_closure10, A._DriveDetailPageState__desktopView_closure11, A._DriveDetailPageState__mobileView_closure, A._DriveDetailPageState__mobileView_closure0, A._DriveDetailPageState__mobileView_closure2, A.ArDriveItemListTile_build_closure, A.MobileFolderNavigation_build_closure, A.MobileFolderNavigation_build__closure, A.MobileFolderNavigation_build__closure0, A.MobileFolderNavigation_build__closure1, A.MobileFolderNavigation_build__closure2, A.MobileFolderNavigation_build__closure3, A.MobileFolderNavigation_build__closure4, A.MobileFolderNavigation_build__closure5, A.MobileFolderNavigation_build__closure6, A.NoDrivesPage__privateDrivesCard_closure, A.NoDrivesPage__publicDrivesCard_closure, A.SharedFilePage__buildShareCard_closure2, A.SharedFilePage__buildShareCard_closure3, A.SharedFilePage__buildReturnToAppLink_closure, A._FileSearchModalState_initState_closure, A._FileSearchModalState_debounceSearch_closure, A._FileSearchModalState__buildSearchResultItem_closure, A._FileSearchModalState__getTrailingIcons_closure, A._FileSearchModalState__getTrailingIcons_closure0, A.SearchTextField_build_closure, A.ArweaveService_getEntityDataFromNetwork_closure, A.ArweaveService_getUniqueUserDriveEntities_closure, A.ArweaveService_getTransactionConfirmations_closure, A.ArweaveService_dataFromTxId_closure, A.showBiometricNotEnrolled_closure, A.showBiometricPermanentlyLockedOut_closure, A.showBiometricPasscodeNotSet_closure, A.showBiometricPasscodeNotSet_closure0, A.showBiometricExceptionDialog_closure, A.showBiometricExceptionDialogForException_closure, A.showBiometricExceptionDialogForException_closure0, A.showBiometricExceptionDialogForException_closure1, A.showBiometricExceptionDialogForException_closure2, A.showBiometricExceptionDialogForException_closure3, A._FolderSelectorState_build___closure1, A._FolderSelectorState_build___closure0, A._FolderSelectorState_build__closure3, A._FolderSelectorState_build__closure4, A._FolderSelectorState_build__closure5, A._FolderSelectorState_build___closure, A._FolderSelectorState_build__closure7, A._FolderSelectorState_build__closure8, A._SharingFileListenerState_build___closure, A._SharingFileListenerState_build___closure0, A._SharingFileListenerState_build____closure, A.SyncCubit_restartArConnectSyncOnFocus_closure, A._SyncRepository_syncAllDrives_closure2, A._SyncRepository_createGhosts_closure, A._SyncRepository__updateTransactionStatuses__closure, A._SyncRepository__updateTransactionStatuses_closure0, A._SyncRepository__updateTransactionStatuses_closure1, A._SyncRepository__syncDrive_calculatePercentageBasedOnBlockHeights, A._SyncRepository__updateLicenses_closure3, A._SyncRepository__updateLicenses_closure8, A._SyncRepository__parseDriveTransactionsIntoDatabaseEntities_driveEntityParseProgress, A._SyncRepository__parseDriveTransactionsIntoDatabaseEntities__closure1, A._SyncRepository__parseDriveTransactionsIntoDatabaseEntities___closure, A._InputDropdownMenuState_build__closure0, A._InputDropdownMenuState_build___closure0, A._TurboBalanceState_addButton_closure, A._TurboBalanceState_build__closure, A.TurboTopupScaffold_build_closure, A.showTurboTopupModal_closure1, A._TurboModalState__showErrorDialog__closure0, A._TurboModalState__showErrorDialog__closure, A.TurboPaymentFormViewState__mobileView_closure, A.TurboPaymentFormViewState__desktopView__closure, A.TurboPaymentFormViewState__desktopView__closure0, A.TurboPaymentFormViewState__desktopView__closure1, A.TurboPaymentFormViewState__desktopView__closure2, A.TurboPaymentFormViewState__footer__closure, A.TurboPaymentFormViewState__footer__closure0, A.TurboPaymentFormViewState__footer__closure1, A.TurboPaymentFormViewState__footer__closure2, A.TurboPaymentFormViewState__formDesktop__closure, A.TurboPaymentFormViewState_nameOnCardTextField__closure, A.TurboPaymentFormViewState_countryTextField__closure2, A.TurboPaymentFormViewState_countryTextField___closure, A.TurboPaymentFormViewState_promoCodeAppliedWidget_closure, A.TurboPaymentFormViewState_promoCodeAppliedWidget__closure, A.TurboPaymentFormViewState_promoCodeTextField__closure, A.TurboPaymentFormViewState_promoCodeTextField___closure, A.TurboPaymentFormViewState__applyPromoCodeButton_closure, A.TimerWidgetState_startTimer__closure, A._InputDropdownMenuState__refreshChildWidth_closure, A._InputDropdownMenuState_build__closure, A._InputDropdownMenuState_build___closure, A.QuoteRefreshWidgetState_build___closure1, A.QuoteRefreshWidgetState_build___closure, A.QuoteRefreshWidgetState_build___closure0, A.QuoteRefreshWidgetState_build___closure4, A.QuoteRefreshWidgetState_build___closure2, A.QuoteRefreshWidgetState_build___closure3, A._TurboReviewViewState_build__closure0, A._TurboReviewViewState_build__closure, A._TurboReviewViewState_build__closure2, A._TurboReviewViewState_build__closure1, A._TurboReviewViewState_build__closure3, A._TurboReviewViewState_build___closure5, A._TurboReviewViewState_build___closure2, A._TurboReviewViewState_build___closure3, A._TurboReviewViewState_build___closure4, A._TurboReviewViewState_build___closure1, A._TurboReviewViewState_build___closure0, A._TurboReviewViewState_build___closure, A._TurboReviewViewState__footer____closure0, A._TurboReviewViewState__footer____closure, A._TurboReviewViewState__footer__closure0, A._TurboReviewViewState__footer__closure1, A._TurboReviewViewState__footer____closure2, A._TurboReviewViewState__footer____closure1, A.RefreshQuoteButtonState_build__closure, A._SuccessViewState_build_closure, A._SuccessViewState_build_closure0, A.TurboErrorView_build_closure0, A.TurboErrorView_build_closure, A.ErrorView_build_closure, A.DownloadWalletModal_build__closure, A.DownloadWalletModal_build__closure1, A.DownloadWalletModal_build__closure2, A.DownloadWalletModal_build__closure3, A.Debouncer_run_closure, A.Debouncer_run__closure, A.GraphQLRetry_execute_closure, A.HttpRetry_processRequest_closure, A.preCacheLoginAssets_closure, A.UploadPlanUtils_filesToUploadPlan__closure, A.UploadPlanUtils_generateFoldersForFiles_closure, A.EncryptStream_encryptStreamGenerator_dataStreamGenerator, A._ArDriveAccordionState_build___closure, A._ArDriveButtonNewState_build__closure, A.ArDriveCheckBoxState_build_closure, A.ArDriveCheckBoxState_build__closure, A.ArDriveCheckBoxState_build__closure0, A.ArDriveCheckBoxState_build__closure1, A._ArDriveDataTableState__toggleColumnVisibility_closure, A._ArDriveDataTableState_didUpdateWidget_closure, A._ArDriveDataTableState__handleEscapeKey_closure, A._ArDriveDataTableState__handleKeyDownEvent_closure, A._ArDriveDataTableState__selectMultiSelectItem_closure, A._ArDriveDataTableState__selectAllItemsInPage_closure, A._ArDriveDataTableState_build_getPadding, A._ArDriveDataTableState__buildSingleColumn_closure, A._ArDriveDataTableState__buildSingleColumn__closure, A._ArDriveDataTableState__masterMultiselectCheckBox__closure, A._ArDriveDataTableState__onChangeItemCheck_closure, A._ArDriveDataTableState__pageIndicator_closure, A._ArDriveDataTableState__pageIndicator_closure0, A._ArDriveDataTableState__pageIndicator_closure1, A._ArDriveDataTableState__pageNumber_closure, A._ArDriveDataTableState__buildRowSpacing_closure1, A._ArDriveDataTableState__buildRowSpacing__closure0, A._ArDriveDataTableState__buildRowSpacing_closure0, A._ArDriveDataTableState__buildRowSpacing__closure1, A._ArDriveDataTableState_selectPage_closure, A.ArDriveStandardModal_build_closure, A.ArDriveStandardModalNew_build_closure, A._ArDriveDropdownState_build__closure, A._ArDriveDropdownState_build_closure, A._ArDriveDropdownState_build__closure1, A._ArDriveDropdownState_build_closure0, A._ArDriveDropdownState_build__closure0, A._ArDriveOverlayState_didUpdateWidget_closure, A._ArDriveOverlayState_build_closure, A._ArDriveOverlayState_build__closure, A._ArDriveHoverWidgetState_build__closure, A._ArDriveHoverWidgetState_build__closure0, A.ArDriveRadioButtonState_didUpdateWidget_closure, A.ArDriveRadioButtonState__radio_closure, A.ArDriveRadioButtonState__radio__closure, A._ArDriveSubmenuState_build_closure, A._ArDriveSubmenuState__buildMenu_closure, A._ArDriveSubmenuState__buildMenuItem_closure0, A._ArDriveSubmenuState__buildMenuItem__closure, A._ArDriveMenuWidgetState_build_closure, A._ArDriveTabViewState_initState_closure, A._ArDriveTabViewState_initState__closure, A.ArDriveTextFieldState_build_closure, A.ArDriveTextFieldState_build__closure, A.ArDriveTextFieldState_validateAsync_closure, A.ArDriveTextFieldState_validateSync_closure, A.ArDriveMultilineObscureTextControllerNew_value_closure, A.ArDriveTextFieldStateNew_build_closure, A.ArDriveTextFieldStateNew_build__closure, A.ArDriveTextFieldStateNew_validateAsync_closure, A.ArDriveTextFieldStateNew_validateSync_closure, A.ArDriveToggleSwitchState__changeState_closure, A.ArDriveToggleSwitchState_build_closure, A.ArDriveToggleSwitchState_build__closure, A.ArDriveToggleSwitchState__toggle_closure, A._ToggleCircleState_didUpdateWidget_closure, A._ToggleCircleState_didUpdateWidget__closure, A._ArDriveAppState_changeTheme_closure, A._ArDriveAppState_initState_closure, A._ArDriveAppState_initState__closure, A._generateMetadataDataItem_closure0, A._generateMetadataDataItem_closure1, A._generateFileMetadataDataItem_closure0, A._generateFileMetadataDataItem_closure1, A.handleEncryption_closure, A.TurboUploadServiceChunkUploadsBase_post_closure, A.TurboUploadServiceChunkUploadsBase_post__closure, A._processStream_closure, A.TurboUploadServiceMultipart_finalizeUpload_closure, A._UploadController_init_closure0, A._UploadController_sendTasks__closure, A._UploadController_sendTask__closure, A._UploadController_cancel__closure, A._UploadController__handleError__closure, A.UploadDispatcher_send_closure, A.UploadFileUsingDataItemFiles__sendDataItem_closure, A.UploadFileUsingBundleStrategy_upload_closure, A.UploadFileUsingBundleStrategy_upload_closure0, A.UploadFileUsingBundleStrategy_upload_closure1, A.onTabGetsFocusedFuture_closure, A.onWalletSwitch_closure, A.TransactionUploader_upload_closure, A.TransactionUploader_upload_uploadChunkAndNotifyOfCompletion_closure, A.TransactionUploader_upload_closure0, A.TransactionUploader_upload__closure0, A.TransactionUploader_upload__closure, A.createTransactionTaskEither_______closure, A.download_startDownload_closure1, A.download_cancelDownload, A._postTransactionHeaderTaskEither_closure, A._postChunks_isComplete, A._postChunks_closure, A._postChunks__closure0, A._postChunks__closure, A.ChunkUploader_uploadChunkAndNotifyOfCompletion_closure, A.combineStreamAndFunctionList_closure, A.deepHashStreamTaskEither_closure, A.deepHashTaskEither_closure, A.signDataItemTaskEither_closure, A.getOwnerTaskEither_closure, A.decodeBase64ToBytesTaskEither_closure, A.generateTransactionChunksTaskEither_closure, A.getTxAnchor_closure, A.getTxPrice_closure, A._collectBytes_closure, A.ChunkedStreamReader_readStream_substream, A.ChunkedStreamReader_readStream_closure, A.ChunkedStreamReader_readStream_closure0, A.StreamQueue__ensureListening_closure0, A.StreamSplitter_split_closure, A._CancelOnErrorSubscriptionWrapper_onError__closure, A.AudioSession$__closure, A.Bloc_on_closure_handleEvent, A.Bloc_on_closure_handleEvent_onDone, A._FlatMapStreamTransformer_bind_closure, A._FlatMapStreamTransformer_bind___closure0, A._FlatMapStreamTransformer_bind__closure0, A._FlatMapStreamTransformer_bind__closure1, A._Emitter_onEach_closure, A.CarouselSliderState_getGestureWrapper_closure0, A.CarouselSliderState_getGestureWrapper__closure2, A.CanonicalizedMap_putIfAbsent_closure, A._MacSink_close_closure, A.Ed25519Point_base_closure, A.DartX25519__constant9_closure, A.DartX25519__constant121665_closure, A.BrowserHttpClientAdapter_fetch_closure1, A.BrowserHttpClientAdapter_fetch_stopWatchReceiveTimeout, A.BrowserHttpClientAdapter_fetch_watchReceiveTimeout, A.BrowserHttpClientAdapter_fetch_watchReceiveTimeout_closure, A.BrowserHttpClientAdapter_fetch_closure6, A.BrowserHttpClientAdapter_fetch_closure12, A.DioMixin_fetch_requestInterceptorWrapper__closure, A.DioMixin_fetch_responseInterceptorWrapper__closure, A.DioMixin_fetch_errorInterceptorWrapper_closure_handleError, A.DioMixin_fetch_closure, A.FormData_finalize_writeLine, A.FormData_finalize_closure, A.FormData_finalize_closure1, A.handleResponseStream_stopWatchReceiveTimeout, A.handleResponseStream_watchReceiveTimeout, A.handleResponseStream_watchReceiveTimeout_closure, A.handleResponseStream_closure0, A.handleResponseStream_closure2, A.writeStreamToSink_closure, A.RetryInterceptor_onError_isRequestCancelled, A.Batch__addSqlAndArguments_closure, A.DatabaseConnectionUser_transaction__closure, A.GeneratedDatabase_beforeOpen_closure, A.runCancellable_closure, A._BaseExecutor__synchronized_closure, A._BaseExecutor_runSelect_closure, A._BaseExecutor_runUpdate_closure, A._BaseExecutor_runDelete_closure, A._BaseExecutor_runInsert_closure, A._BaseExecutor_runCustom_closure, A._BaseExecutor_runBatched_closure, A._StatementBasedTransactionExecutor_ensureOpen_closure, A._StatementBasedTransactionExecutor_ensureOpen_closure0, A.DelegatedDatabase_ensureOpen_closure, A.StreamQueryStore_markAsClosed_closure, A.QueryStream__stream__closure, A.QueryStream__stream__closure0, A.QueryStream__stream__closure1, A.QueryStream__onCancelOrPause_closure, A.CustomSelectStatement__constructFetcher_closure, A.SimpleSelectStatement_watch_closure, A.JoinedSelectStatement_addColumns_closure, A.JoinedSelectStatement_watch_closure, A._LazyExpressionMap_operator$index_closure, A.DriftSqlType__dartToDrift_closure, A.MapAndAwait_mapAsyncAndAwait__closure, A.AsyncMapPerSubscription_asyncMapPerSubscription__onData_closure, A.Lock_synchronized_callBlockAndComplete, A.FetchClient_send_closure, A._CupertinoDesktopTextSelectionToolbarButtonState__onEnter_closure, A._CupertinoDesktopTextSelectionToolbarButtonState__onExit_closure, A._CupertinoTextMagnifierState_initState_closure, A._CupertinoTextMagnifierState_initState__closure, A._CupertinoTextMagnifierState__determineMagnifierPositionAndFocalPoint_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure, A.CupertinoRouteTransitionMixin_buildPageTransitions_closure0, A._CupertinoScrollbarState_initState_closure, A._CupertinoTextSelectionToolbarContentState__statusListener_closure, A._CupertinoTextSelectionToolbarButtonState__onTapDown_closure, A._CupertinoTextSelectionToolbarButtonState__onTapUp_closure, A._CupertinoTextSelectionToolbarButtonState__onTapCancel_closure, A._testPlatform_closure, A._browserPlatform_closure, A.FlutterErrorDetails_summary_formatException, A.BindingBase_lockEvents_closure, A.ChangeNotifier_notifyListeners_closure, A.LicenseRegistry_licenses_closure, A.GestureArenaManager_add_closure, A.GestureArenaManager__tryToResolveArena_closure, A.GestureBinding_dispatchEvent_closure, A.GestureBinding_dispatchEvent_closure0, A.ForcePressGestureRecognizer_handleEvent_closure, A.ForcePressGestureRecognizer_acceptGesture_closure, A.ForcePressGestureRecognizer_didStopTrackingLastPointer_closure, A.LongPressGestureRecognizer__checkLongPressStart_closure, A.LongPressGestureRecognizer__checkLongPressMoveUpdate_closure, A.LongPressGestureRecognizer__checkLongPressEnd_closure, A.DragGestureRecognizer__checkDown_closure, A.DragGestureRecognizer__checkStart_closure, A.DragGestureRecognizer__checkUpdate_closure, A.DragGestureRecognizer__checkEnd_closure, A.DragGestureRecognizer__checkEnd_closure0, A.DragGestureRecognizer__checkEnd_closure1, A.DragGestureRecognizer__checkEnd_closure2, A.PointerRouter_addRoute_closure, A.PrimaryPointerGestureRecognizer_addAllowedPointer_closure, A.TapGestureRecognizer_handleTapDown_closure, A.TapGestureRecognizer_handleTapDown_closure0, A.TapGestureRecognizer_handleTapUp_closure, A.TapGestureRecognizer_handleTapUp_closure0, A.TapGestureRecognizer_handleTapUp_closure1, A.BaseTapAndDragGestureRecognizer__handleDragUpdateThrottled_closure, A.BaseTapAndDragGestureRecognizer_addAllowedPointer_closure, A.BaseTapAndDragGestureRecognizer__checkTapDown_closure, A.BaseTapAndDragGestureRecognizer__checkTapUp_closure, A.BaseTapAndDragGestureRecognizer__checkDragStart_closure, A.BaseTapAndDragGestureRecognizer__checkDragUpdate_closure, A.BaseTapAndDragGestureRecognizer__checkDragEnd_closure, A.GestureArenaTeam_add_closure, A.MaterialPointArcTween__initialize_sweepAngle, A._BottomSheetState__handleDragStart_closure, A._BottomSheetState__handleDragEnd_closure, A._BottomSheetState__handleDragHandleHover_closure, A._ModalBottomSheetState_build_closure0, A._BottomSheetGestureDetector_build_closure, A._ButtonStyleState_handleStatesControllerChange_closure, A._ButtonStyleState_build__closure1, A.DrawerControllerState__animationChanged_closure, A._DropdownMenuState_build_closure, A.DropdownButtonFormField_closure_isHintOrDisabledHintAvailable, A.DropdownButtonFormField__closure_resolveInputBorder, A.DropdownButtonFormField__closure_effectiveBorderRadius, A._ExpansionTileState__toggleExpansion_closure, A._ExpansionTileState__toggleExpansion___closure, A._getClipCallback_closure0, A._getClipCallback_closure, A._InkResponseState_activateOnIntent_closure, A._InkResponseState_handleStatesControllerChange_closure, A._InkResponseState_updateHighlight_handleInkRemoval, A._InkResponseState__createSplash_onRemoved, A._InkResponseState_handleFocusHighlightModeChange_closure, A._HelperErrorState__handleChange_closure, A._InputDecoratorState__handleChange_closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint_closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint__closure, A._TextMagnifierState__determineMagnifierPositionAndFocalPoint_closure0, A.MaterialStateMixin_addMaterialState_closure, A.MaterialStateMixin_removeMaterialState_closure, A._MenuAnchorState__childChangedOpenState_closure, A._MenuAnchorState__childChangedOpenState__closure, A._MenuAnchorState__close_closure0, A.ScaffoldMessengerState_showSnackBar_closure, A.ScaffoldMessengerState_showSnackBar_closure0, A.ScaffoldMessengerState__handleSnackBarStatusChanged_closure, A.ScaffoldMessengerState__handleSnackBarStatusChanged_closure0, A.ScaffoldMessengerState_build_closure, A._FloatingActionButtonTransitionState__handlePreviousAnimationStatusChanged_closure, A.ScaffoldState__drawerOpenedCallback_closure, A.ScaffoldState__updateSnackBar_closure, A.ScaffoldState__updateMaterialBanner_closure, A._MaterialScrollbarState_initState_closure, A._MaterialScrollbarState_handleThumbPressStart_closure, A._MaterialScrollbarState_handleThumbPressEnd_closure, A._MaterialScrollbarState_handleHover_closure, A._MaterialScrollbarState_handleHover_closure0, A._MaterialScrollbarState_handleHoverExit_closure, A._SliderState__handleFocusHighlightChanged_closure, A._SliderState__handleHoverChanged_closure, A._SliderState__buildMaterialSlider_effectiveOverlayColor, A._SliderState__buildMaterialSlider_screenSize, A._SliderState__buildMaterialSlider_closure, A._RenderSlider__startInteraction_closure, A._SnackBarActionState__handlePressed_closure, A._SnackBarActionState_build_resolveForegroundColor, A._SnackBarActionState_build_resolveBackgroundColor, A._SnackBarState_build_closure0, A.TabController__changeIndex_closure, A._TabBarState__handleTabControllerTick_closure, A._TabBarState_build_closure1, A._TabBarViewState__warpToAdjacentTab_closure, A._TabBarViewState__warpToNonAdjacentTab_closure, A._TabBarViewState__warpToNonAdjacentTab_closure0, A._TextFieldState__handleFocusChanged_closure, A._TextFieldState__handleSelectionChanged_closure, A._TextFieldState__handleHover_closure, A._TextFieldState__handleStatesControllerChange_closure, A._TextFieldState_build_closure, A._TextFieldState_build_closure0, A._TextFieldState_build_closure1, A._TextFieldState_build_closure2, A._TextFieldState_build_closure3, A._TextFieldState_build_closure4, A._TextFieldState_build__closure, A._TextSelectionToolbarOverflowableState_build_closure, A._TextSelectionToolbarOverflowableState_build__closure, A.ThemeData_localize_closure, A.ToggleableStateMixin__handleTapDown_closure, A.ToggleableStateMixin__handleTapEnd_closure, A.ToggleableStateMixin__handleFocusHighlightChanged_closure, A.ToggleableStateMixin__handleHoverChanged_closure, A.TooltipState__scheduleShowTooltip_show, A.ImageCache__trackLiveImage_closure, A.ImageCache__trackLiveImage__closure, A._LiveImage_closure, A.ImageProvider_resolveStreamForKey_closure, A.ImageProvider_resolveStreamForKey_closure0, A.MultiFrameImageStreamCompleter__handleAppFrame_closure, A.RenderAnimatedSize_closure, A.RendererBinding_pipelineOwner_closure, A.RendererBinding_pipelineOwner_closure0, A.RenderBox__computeIntrinsicDimension_closure, A.RenderBox_getDryLayout_closure, A.RenderBox_getDistanceToActualBaseline_closure, A.RenderEditable__createShowOnScreenFor_closure, A.Layer_addCompositionCallback_closure, A.Layer_addCompositionCallback_closure0, A.MouseTracker_updateWithEvent_closure, A.MouseTracker_updateWithEvent__closure, A.MouseTracker_updateAllDevices_closure, A.PaintingContext_pushClipRect_closure, A.PaintingContext_pushClipRRect_closure, A.PaintingContext_pushClipPath_closure, A.RenderObject__reportException_closure, A.RenderObject_invokeLayoutCallback_closure, A.RenderParagraph__createShowOnScreenFor_closure, A.RenderSliverList_performLayout_advance, A.SchedulerBinding_scheduleWarmUpFrame_closure, A.SchedulerBinding_scheduleWarmUpFrame_closure0, A.SchedulerBinding_scheduleWarmUpFrame_closure1, A.CachingAssetBundle_loadString_closure, A.ServicesBinding__addLicenses_closure, A.EventChannel_receiveBroadcastStream_closure, A.EventChannel_receiveBroadcastStream_closure0, A.RawKeyEvent_RawKeyEvent$fromMessage_dataFromWeb, A.RestorationBucket__rawChildren_closure, A.RestorationBucket__rawValues_closure, A.RestorationBucket__addChildData_closure, A.SystemChrome_setSystemUIOverlayStyle_closure, A.TextInput__loudlyHandleTextInputInvocation_closure, A.TextInput__scheduleHide_closure, A._ActionsState__handleActionChanged_closure, A._FocusableActionDetectorState__updateHighlightMode_closure, A._FocusableActionDetectorState__handleMouseEnter_closure, A._FocusableActionDetectorState__handleMouseExit_closure, A._FocusableActionDetectorState__handleFocusChange_closure, A._AnimatedSwitcherState__newEntry__closure, A._WidgetsAppState_didChangeLocales_closure, A._StreamBuilderBaseState__subscribe__closure1, A._StreamBuilderBaseState__subscribe__closure, A._StreamBuilderBaseState__subscribe_closure0, A._StreamBuilderBaseState__subscribe__closure0, A._FutureBuilderState__subscribe__closure0, A._FutureBuilderState__subscribe__closure, A._AutomaticKeepAliveState__createCallback_closure, A._AutomaticKeepAliveState__createCallback__closure, A._AutomaticKeepAliveState__createCallback__closure0, A._AutomaticKeepAliveState__createCallback___closure, A.WidgetsBinding_scheduleAttachRootWidget_closure, A.RootWidget_attach_closure, A.RootWidget_attach_closure0, A._DismissibleState__handleDragStart_closure, A._DismissibleState__handleDragUpdate_closure, A.EditableTextState__onChangedClipboardStatus_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure, A.EditableTextState_buttonItemsForToolbarOptions_closure0, A.EditableTextState_buttonItemsForToolbarOptions_closure1, A.EditableTextState_buttonItemsForToolbarOptions_closure2, A.EditableTextState_contextMenuButtonItems_closure, A.EditableTextState_contextMenuButtonItems_closure0, A.EditableTextState_contextMenuButtonItems_closure1, A.EditableTextState_contextMenuButtonItems_closure2, A.EditableTextState_contextMenuButtonItems_closure3, A.EditableTextState_contextMenuButtonItems_closure4, A.EditableTextState_contextMenuButtonItems_closure5, A.EditableTextState_contextMenuButtonItems_closure6, A.EditableTextState__textProcessingActionButtonItems_closure, A.EditableTextState__onCursorTick_closure, A.EditableTextState__onCursorTick_closure0, A.EditableTextState__didChangeTextEditingValue_closure, A.EditableTextState__handleFocusChanged_closure, A.EditableTextState_insertTextPlaceholder_closure, A.EditableTextState_removeTextPlaceholder_closure, A.EditableTextState_showAutocorrectionPromptRect_closure, A.EditableTextState__semanticsOnCopy_closure, A.EditableTextState__semanticsOnCut_closure, A.EditableTextState__semanticsOnPaste_closure, A.EditableTextState_build__closure, A._FocusState__handleFocusChanged_closure, A._FocusState__handleFocusChanged_closure0, A._FocusState__handleFocusChanged_closure1, A._FocusState__handleFocusChanged_closure2, A.FormFieldState_didChange_closure, A.BuildOwner_buildScope_closure, A.ComponentElement_performRebuild_closure, A.ComponentElement_performRebuild_closure0, A.GestureDetector_build_closure, A.GestureDetector_build_closure1, A.GestureDetector_build_closure3, A.GestureDetector_build_closure5, A.GestureDetector_build_closure7, A.GestureDetector_build_closure9, A.GestureDetector_build_closure11, A._DefaultSemanticsGestureDelegate__getTapHandler_closure, A._DefaultSemanticsGestureDelegate__getLongPressHandler_closure, A._HeroState_startFlight_closure, A._HeroState_endFlight_closure, A._HeroFlight__handleAnimationUpdate_delayedPerformAnimationUpdate, A._ImageState_didChangeAccessibilityFeatures_closure, A._ImageState__getListener__closure, A._ImageState__handleImageFrame_closure, A._ImageState__updateSourceStream_closure, A._ImageState__updateSourceStream_closure0, A.AnimatedWidgetBaseState__handleAnimationChanged_closure, A._LayoutBuilderElement__layout_layoutCallback, A._LayoutBuilderElement__layout_layoutCallback_closure, A._LayoutBuilderElement__layout_layoutCallback_closure0, A._LocalizationsState_load__closure, A._MediaQueryFromViewState__updateData_closure, A.ModalBarrier_build_handleDismiss, A._RouteEntry_handlePush_closure, A._RouteEntry_dispose_closure0, A._RouteEntry_dispose__closure, A.NavigatorState__updatePages_closure, A.NavigatorState__updatePages_closure0, A.NavigatorState__updatePages_closure1, A.NavigatorState__updatePages_closure2, A.NavigatorState__cancelActivePointers_closure, A._OverlayEntryWidgetState__markNeedsBuild_closure, A.OverlayState_insert_closure, A.OverlayState_insertAll_closure, A.OverlayState_rearrange_closure, A.OverlayState__markDirty_closure, A.OverlayState__didChangeEntryOpacity_closure, A._OverlayPortalState__getLocation_closure, A._OverlayPortalState_show_closure, A._OverlayPortalState_hide_closure, A._GlowController_pull_closure, A._PlatformViewLinkState__onPlatformViewCreated_closure, A._RootRestorationScopeState__loadRootBucketIfNecessary__closure, A.RestorationMixin_registerForRestoration_listener, A._RouterState_restoreState_closure, A._RouterState_restoreState_closure0, A._RouterState_didChangeDependencies_closure, A._RouterState__handleRouteInformationProviderNotification_closure, A._RouterState__rebuild_closure, A._RouterState__handleRouterDelegateNotification_closure, A._CallbackHookProvider_invokeCallback_closure, A.TransitionRoute__updateSecondaryAnimation_closure, A.TransitionRoute__updateSecondaryAnimation_closure0, A._ModalScopeState__forceRebuildPage_closure, A.ModalRoute_offstage_closure, A.ModalRoute_changedInternalState_closure, A.ScrollAwareImageProvider_resolveStreamForKey__closure, A._SelectionKeepAliveState_listensTo_closure, A.ScrollNotificationObserverState__notifyListeners_closure, A.ScrollableState_setCanDrag_closure, A.ScrollableState_setCanDrag_closure1, A.RawScrollbarState__maybeStartFadeoutTimer_closure, A.RawScrollbarState__gestures_closure, A.RawScrollbarState__gestures_closure1, A.ShortcutManager__indexShortcuts__closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure, A.SliverMultiBoxAdaptorElement_performRebuild_closure0, A.SliverMultiBoxAdaptorElement_createChild_closure, A.SliverMultiBoxAdaptorElement_removeChild_closure, A._SelectionHandleOverlayState_build_closure, A._TextSelectionGestureDetectorState_build_closure, A._TextSelectionGestureDetectorState_build_closure1, A._TextSelectionGestureDetectorState_build_closure3, A._TextSelectionGestureDetectorState_build_closure5, A._TextSelectionGestureDetectorState_build_closure7, A._AnimatedState__handleChange_closure, A._throttle__closure, A._ValueListenableBuilderState__valueChanged_closure, A._BlocBuilderBaseState_build__closure, A._StateHookState__listener_closure, A._MaterialLocalizationsDelegate_load_closure, A._WidgetsLocalizationsDelegate_load_closure, A._PortalTargetState__buildModeNormal_closure, A._PortalTargetVisibilityBuilderState_didUpdateWidget_closure, A._PortalTargetVisibilityBuilderState_didUpdateWidget__closure, A._CardFieldState_updateState_closure, A.WebStripe_confirmPayment_closure4, A.SvgLoader_loadBytes_closure, A.Task_ap_closure, A.Task_flatMap_closure, A.Task_pure_closure, A.TaskEither_flatMap_closure, A.TaskEither_pure_closure, A.TaskEither_match_closure, A.TaskEither_TaskEither$of_closure, A.TaskEither_TaskEither$left_closure, A.TaskEither_TaskEither$tryCatch_closure, A.DedupeLink_request_closure, A.MediaType_MediaType$parse_closure, A.NumberFormat__formatFixed_computeFractionDigits, A.SIPath__setPaint_closure, A.SIPath__setPaint_boundsF, A.SIPath__setPaint_closure2, A.SIPath__setPaint_closure1, A.SIText__bounds_closure, A.SITextSpan__bounds_closure, A.SITextSpan__getPaint_boundsF, A.SITextSpan__getPaint_closure1, A.SITextSpan__getPaint_closure0, A.CMap_operator$index_closure, A.ColorWriter_writeColor_closure0, A.ColorWriter_writeColor_closure1, A.SIGenericCompactBuilder__writeTransform_closure, A._getColorType_closure0, A._getColorType_closure1, A.SvgParseGraph_build_userSpace, A.SvgLinearGradientColor_toSIColor_closure, A.SvgRadialGradientColor_toSIColor_closure, A.SvgParser__processStyle_closure, A.AudioPlayer_createPositionStream_duration, A.AudioPlayer_createPositionStream_step, A.AudioPlayer__load_checkInterruption, A.AudioPlayer__setPlatformActive_wasInterrupted, A.AudioPlayer__setPlatformActive_checkInterruption, A.AudioPlayer__setPlatformActive_setPlatform, A.Jwk_toKeyPair_closure, A.Jwk_toKeyPair_closure0, A._PrograssiveDotsState_build_translatingDot, A._LottieBuilderState__load__closure, A.BaseLayer__setupInOutAnimations_closure, A.KeyframeParser__interpolatorFor_closure, A.AssetLottie_load_closure, A.ParsedPath__splitExtension_closure0, A._LinearPercentIndicatorState_initState__closure0, A._LinearPercentIndicatorState_initState_closure0, A._LinearPercentIndicatorState_initState__closure, A._LinearPercentIndicatorState__updateProgress_closure, A.OAEPEncoding_factoryConfig__closure, A.OAEPEncoding_OAEPEncoding$withSHA1_closure, A.PKCS1Encoding_factoryConfig__closure, A.RSAEngine_factoryConfig_closure, A.AESEngine_factoryConfig_closure, A.DESedeEngine_factoryConfig_closure, A.CBCBlockCipher_factoryConfig__closure, A.CCMBlockCipher_factoryConfig__closure, A.CFBBlockCipher_factoryConfig__closure, A.CTRBlockCipher_factoryConfig__closure, A.ECBBlockCipher_factoryConfig__closure, A.GCMBlockCipher_factoryConfig__closure, A.GCTRBlockCipher_factoryConfig__closure, A.IGEBlockCipher_factoryConfig__closure, A.OFBBlockCipher_factoryConfig__closure, A.SICBlockCipher_factoryConfig__closure, A.RC2Engine_factoryConfig_closure, A.Blake2bDigest_factoryConfig_closure, A.CSHAKEDigest_factoryConfig__closure, A.KeccakDigest_factoryConfig__closure, A.MD2Digest_factoryConfig_closure, A.MD4Digest_factoryConfig_closure, A.MD5Digest_factoryConfig_closure, A.RIPEMD128Digest_factoryConfig_closure, A.RIPEMD160Digest_factoryConfig_closure, A.RIPEMD256Digest_factoryConfig_closure, A.RIPEMD320Digest_factoryConfig_closure, A.SHA1Digest_factoryConfig_closure, A.SHA224Digest_factoryConfig_closure, A.SHA256Digest_factoryConfig_closure, A.SHA3Digest_factoryConfig__closure, A.SHA384Digest_factoryConfig_closure, A.SHA512Digest_factoryConfig_closure, A.SHA512tDigest_factoryConfig__closure, A.SHAKEDigest_factoryConfig__closure, A.SM3Digest_factoryConfig_closure, A.TigerDigest_factoryConfig_closure, A.WhirlpoolDigest_factoryConfig_closure, A.ECCurve_brainpoolp160r1_factoryConfig_closure, A.ECCurve_brainpoolp160t1_factoryConfig_closure, A.ECCurve_brainpoolp192r1_factoryConfig_closure, A.ECCurve_brainpoolp192t1_factoryConfig_closure, A.ECCurve_brainpoolp224r1_factoryConfig_closure, A.ECCurve_brainpoolp224t1_factoryConfig_closure, A.ECCurve_brainpoolp256r1_factoryConfig_closure, A.ECCurve_brainpoolp256t1_factoryConfig_closure, A.ECCurve_brainpoolp320r1_factoryConfig_closure, A.ECCurve_brainpoolp320t1_factoryConfig_closure, A.ECCurve_brainpoolp384r1_factoryConfig_closure, A.ECCurve_brainpoolp384t1_factoryConfig_closure, A.ECCurve_brainpoolp512r1_factoryConfig_closure, A.ECCurve_brainpoolp512t1_factoryConfig_closure, A.ECCurve_gostr3410_2001_cryptopro_a_factoryConfig_closure, A.ECCurve_gostr3410_2001_cryptopro_b_factoryConfig_closure, A.ECCurve_gostr3410_2001_cryptopro_c_factoryConfig_closure, A.ECCurve_gostr3410_2001_cryptopro_xcha_factoryConfig_closure, A.ECCurve_gostr3410_2001_cryptopro_xchb_factoryConfig_closure, A.ECCurve_prime192v1_factoryConfig_closure, A.ECCurve_prime192v2_factoryConfig_closure, A.ECCurve_prime192v3_factoryConfig_closure, A.ECCurve_prime239v1_factoryConfig_closure, A.ECCurve_prime239v2_factoryConfig_closure, A.ECCurve_prime239v3_factoryConfig_closure, A.ECCurve_prime256v1_factoryConfig_closure, A.ECCurve_secp112r1_factoryConfig_closure, A.ECCurve_secp112r2_factoryConfig_closure, A.ECCurve_secp128r1_factoryConfig_closure, A.ECCurve_secp128r2_factoryConfig_closure, A.ECCurve_secp160k1_factoryConfig_closure, A.ECCurve_secp160r1_factoryConfig_closure, A.ECCurve_secp160r2_factoryConfig_closure, A.ECCurve_secp192k1_factoryConfig_closure, A.ECCurve_secp192r1_factoryConfig_closure, A.ECCurve_secp224k1_factoryConfig_closure, A.ECCurve_secp224r1_factoryConfig_closure, A.ECCurve_secp256k1_factoryConfig_closure, A.ECCurve_secp256r1_factoryConfig_closure, A.ECCurve_secp384r1_factoryConfig_closure, A.ECCurve_secp521r1_factoryConfig_closure, A.Argon2BytesGenerator_factoryConfig_closure, A.ConcatKDFDerivator_factoryConfig__closure, A.ECDHKeyDerivator_factoryConfig_closure, A.HKDFKeyDerivator_factoryConfig__closure, A.PBKDF2KeyDerivator_factoryConfig__closure, A.PKCS12ParametersGenerator_factoryConfig__closure, A.PKCS5S1ParameterGenerator_factoryConfig__closure, A.Scrypt_factoryConfig_closure, A.ECKeyGenerator_factoryConfig_closure, A.RSAKeyGenerator_factoryConfig_closure, A.CBCBlockCipherMac_factoryConfig__closure, A.CMac_factoryConfig__closure, A.HMac_factoryConfig__closure, A.Poly1305_factoryConfig__closure, A.PaddedBlockCipherImpl_factoryConfig__closure, A.ISO7816d4Padding_factoryConfig_closure, A.PKCS7Padding_factoryConfig_closure, A.AutoSeedBlockCtrRandom_factoryConfig__closure, A.AutoSeedBlockCtrRandom_nextBigInteger_closure, A.AutoSeedBlockCtrRandom_nextBytes_closure, A.BlockCtrRandom_factoryConfig__closure, A.FortunaRandom_factoryConfig_closure, A.ECDSASigner_factoryConfig__closure, A.PSSSigner_factoryConfig__closure, A.RSASigner_factoryConfig__closure, A._RegistryImpl__addStaticFactoryConfig_closure, A._RegistryImpl__addDynamicFactoryConfig_closure, A.ChaCha20Engine_factoryConfig__closure, A.ChaCha20Poly1305_factoryConfig_closure, A.ChaCha7539Engine_factoryConfig__closure, A.CTRStreamCipher_factoryConfig__closure, A.EAX_factoryConfig__closure, A.RC4Engine_factoryConfig_closure, A.Salsa20Engine_factoryConfig_closure, A.SICStreamCipher_factoryConfig__closure, A.ListenableProvider__startListening_closure, A._InheritedProviderScopeElement_updateDependencies_closure, A.CommunityOracle_selectTokenHolder_closure3, A.AbstractControl__runAsyncValidators_closure, A.AbstractControl__runAsyncValidators__closure1, A.FormGroup_errors__closure0, A.ReactiveFormFieldState__checkTouchedState_closure, A.ReactiveFormFieldState__onControlStatusChanged_closure, A.ReactiveFormFieldState__onControlTouchChanged_closure, A.CombineLatestStream__buildController_closure, A.CombineLatestStream__buildController_closure_onDone, A.CombineLatestStream__buildController_closure0, A.CombineLatestStream__buildController_closure1, A.CombineLatestStream__buildController_closure2, A.TimerStream__buildController_onResume, A.TimerStream__buildController_onResume_closure, A.TimerStream__buildController_closure0, A.TimerStream__buildController__closure, A.TimerStream__buildController_closure1, A.TimerStream__buildController_closure, A.BehaviorSubject__deferStream_closure, A.Subject_addStream_complete, A._BackpressureStreamSink_singleWindow_closure, A._BackpressureStreamSink_multiWindow_closure0, A.BackpressureStreamTransformer_bind_closure, A.StartWithStreamTransformer_bind_closure, A.StartWithErrorStreamTransformer_bind_closure, A._SwitchMapStreamSink_onData_closure, A.SwitchMapStreamTransformer_bind_closure, A._forwardMulti__closure, A._forward_closure, A._forward_closure0, A._forward__listenToUpstream_closure, A._forward__listenToUpstream_closure0, A._forward_closure1, A.WebEnricherEventProcessor__getRequest_closure, A.MetricsAggregator__scheduleFlush_closure, A.SentryClient__attachClientReportsAndSend_closure, A.SentryEnvelopeItem_SentryEnvelopeItem$fromAttachment_closure, A.SentryEnvelopeItem_SentryEnvelopeItem$fromEvent_closure, A.SentryEnvelopeItem_SentryEnvelopeItem$fromClientReport_closure, A.SentryNative_addBreadcrumb_closure, A.Highlighter_closure, A.Highlighter__writeFileStart_closure, A.Highlighter__writeMultilineHighlights_closure, A.Highlighter__writeMultilineHighlights_closure0, A.Highlighter__writeMultilineHighlights_closure1, A.Highlighter__writeMultilineHighlights_closure2, A.Highlighter__writeMultilineHighlights__closure, A.Highlighter__writeMultilineHighlights__closure0, A.Highlighter__writeHighlightedText_closure, A.Highlighter__writeIndicator_closure, A.Highlighter__writeIndicator_closure0, A.Highlighter__writeIndicator_closure1, A.Highlighter__writeSidebar_closure, A._Highlight_closure, A.Chain_Chain$forTrace_closure, A.Frame_Frame$parseVM_closure, A.Frame_Frame$parseV8_closure, A.Frame_Frame$_parseFirefoxEval_closure, A.Frame_Frame$parseFirefox_closure, A.Frame_Frame$parseFriendly_closure, A.GenericCache__putStorageEntry_closure, A.GenericCache__putStorageEntry_closure0, A.SwitchLatest_switchLatest_closure, A.SwitchLatest_switchLatest__listenToInnerStream_closure, A.SwitchLatest_switchLatest__closure, A.SwitchLatest_switchLatest__closure1, A.SwitchLatest_switchLatest__closure2, A.SwitchLatest_switchLatest__closure3, A.BasicLock_synchronized_complete, A.decodeVectorGraphics_process, A.FlutterVectorGraphicsListener_onImage_closure, A._VectorGraphicWidgetState__loadPicture_closure1, A._VectorGraphicWidgetState__handleError_closure, A._VectorGraphicWidgetState__loadAssetBytes_closure, A._VectorGraphicWidgetState__loadAssetBytes__closure, A.DrawCommandBuilder__getOrGenerateId_closure, A._Resolver_addDeferredGradient_closure, A._Resolver_addClipPath_closure, A._Resolver_addDrawable_closure, A._VideoPlayerState_closure, A._VideoPlayerState__closure, A.RenderVisibilityDetectorBase__scheduleUpdate_closure, A._importKey_closure, A._encrypt_closure, A._decrypt_closure, A.main_closure0, A.main_closure]);
_inheritMany(A._Enum, [A.BrowserEngine, A.OperatingSystem, A.MutatorType, A.CanvasKitVariant, A.IntlSegmenterGranularity, A.ColorFilterType, A.PersistedSurfaceState, A.DebugEngineInitializationState, A.Assertiveness, A._CheckableKind, A.PrimaryRole, A.Role, A.AccessibilityMode, A.GestureMode, A.SemanticsUpdatePhase, A.EnabledState, A.LineBreakType, A.FragmentFlow, A._ComparisonResult, A._FindBreakDirection, A.TextCapitalization, A.TransformKind, A.LineCharProperty, A.WordCharProperty, A.ClipOp, A.VertexMode, A.PathFillType, A.KeyEventType, A.KeyEventDeviceType, A.StrokeCap, A.StrokeJoin, A.PaintingStyle, A.BlendMode, A.Clip, A.BlurStyle, A.FilterQuality, A.AppLifecycleState, A.AppExitResponse, A.DartPerformanceMode, A.PointerChange, A.PointerDeviceKind, A.PointerSignalKind, A.FontStyle, A.PlaceholderAlignment, A.TextAlign, A.TextBaseline, A.TextDecorationStyle, A.TextLeadingDistribution, A.TextDirection, A.TextAffinity, A.BoxHeightStyle, A.BoxWidthStyle, A.TileMode, A.Brightness, A.CreateManifestUploadProgress, A.FileDownloadFailureReason, A.HideAction, A.NameValidationResult, A.IdValidationResult, A.UploadActions, A.UploadMethod, A.UploadErrors, A.EntityType, A.DrivePrivacy, A.ArDriveDevToolOptionType, A.ProfileType, A.DriveOrder, A.ArDriveArDriveDropdownItemTileIconAlignment, A.LoadState, A.SearchQueryType, A.Flavor, A.LicenseTxType, A.LicenseType, A.LicenseCategory, A.UdlCurrency, A.UdlCommercialUse, A.UdlDerivation, A.UdlLicenseFeeType, A.TurboErrorType, A.PaymentStatus, A.FileSizeUnit, A.NewButtonLocation, A.UploadContains, A.ResyncType, A.PlausibleCustomEvent, A.PlausiblePageView, A.FileSource, A.LogLevel, A.ArDriveButtonStyle, A.IconButtonAlignment, A.ButtonVariant, A.BoxShadowCard, A.CheckBoxState, A.TableSort, A.ArrowSide, A.RadioButtonState, A.TextFieldState, A.TextFieldStateNew, A.ToggleState, A.ArFontWeight, A.ArDriveThemes, A.UploadType, A.UploadStatus, A.SystemPlatform, A.ThumbnailSize, A.EntityType0, A.AndroidAudioContentType, A.AVAudioSessionCategory, A.AVAudioSessionMode, A.AVAudioSessionRouteSharingPolicy, A.Encoding0, A.CarouselPageChangedReason, A.CenterPageEnlargeStrategy, A.BlastDirectionality, A.ConfettiControllerState, A.ParticleSystemStatus, A.ConnectivityResult, A._DragTargetStatus, A.BrowserName, A.DioExceptionType, A.InterceptorResultType, A.ResponseType, A.ListFormat, A.UpdateKind, A.OrderingMode, A.Precedence, A._ComparisonOperator, A.SqlDialect, A.InsertMode, A.DriftSqlType, A.RequestCache, A.RequestCredentials, A.RequestMode, A.RequestReferrerPolicy, A.RedirectPolicy, A.FileType, A.WellKnownDirectory, A.AnimationStatus, A._AnimationDirection, A.AnimationBehavior, A._TrainHoppingMode, A._CupertinoTextSelectionToolbarItemsSlot, A.DiagnosticLevel, A.DiagnosticsTreeStyle, A.TargetPlatform, A._WordWrapParseMode, A.GestureDisposition, A._ForceState, A._DragState, A.DragStartBehavior, A.MultitouchDragStrategy, A.GestureRecognizerState, A._DragState0, A.ThemeMode, A._CornerId, A.ButtonTextTheme, A.ButtonBarLayoutBehavior, A._CheckboxType, A.DrawerAlignment, A._FloatingActionButtonType, A._IconButtonVariant, A._HighlightType, A.FloatingLabelBehavior, A._DecorationSlot, A.ListTileStyle, A.ListTileControlAffinity, A.ListTileTitleAlignment, A._ListTileSlot, A.MaterialType, A.MaterialState, A._ActivityIndicatorType, A._ScaffoldSlot, A._SliderType, A.SliderInteraction, A._SliderAdjustmentType, A.ShowValueIndicator, A.SnackBarClosedReason, A.SnackBarBehavior, A.TabBarIndicatorSize, A.TabAlignment, A._TextSelectionToolbarItemPosition, A.MaterialTapTargetSize, A.ScriptCategory, A.RenderComparison, A.Axis, A.VerticalDirection, A.AxisDirection, A.BorderStyle, A.BoxShape, A.BoxFit, A.ImageRepeat, A.TextOverflow, A.TextWidthBasis, A.SpringType, A.RenderAnimatedSizeState, A._IntrinsicDimension, A.FlexFit, A.MainAxisSize, A.MainAxisAlignment, A.CrossAxisAlignment, A.PlatformViewHitTestBehavior, A.HitTestBehavior, A.DecorationPosition, A.SelectionResult, A.SelectionEventType, A.TextGranularity, A.SelectionExtendDirection, A.SelectionStatus, A.TextSelectionHandleType, A.GrowthDirection, A.StackFit, A.CacheExtentStyle, A.ScrollDirection, A.WrapAlignment, A.WrapCrossAlignment, A.SchedulerPhase, A.DebugSemanticsDumpOrder, A.Assertiveness0, A.KeyboardLockMode, A.KeyDataTransitMode, A.KeyboardSide, A.ModifierKey, A.DeviceOrientation, A.SystemUiMode, A.SystemSoundType, A.MaxLengthEnforcement, A.SmartDashesType, A.SmartQuotesType, A.TextInputAction, A.TextCapitalization0, A.FloatingCursorDragState, A.SelectionChangedCause, A.UndoDirection, A.ConnectionState, A.ContextMenuButtonType, A.DismissDirection, A._FlingGestureKind, A.KeyEventResult, A.UnfocusDisposition, A.FocusHighlightMode, A.FocusHighlightStrategy, A.TraversalDirection, A.TraversalEdgeBehavior, A.AutovalidateMode, A._StateLifecycle, A._ElementLifecycle, A.HeroFlightDirection, A.Orientation, A._MediaQueryAspect, A.NavigationMode, A.RoutePopDisposition, A._RouteLifecycle, A._RouteRestorationType, A._GlowState, A._StretchDirection, A._StretchState, A.RouteInformationReportingType, A.AndroidOverscrollIndicator, A.ScrollDecelerationRate, A.ScrollPositionAlignmentPolicy, A.ScrollViewKeyboardDismissBehavior, A.ScrollIncrementType, A.ScrollbarOrientation, A.SnapshotMode, A.ClipboardStatus, A.DownloadTaskStatus, A.CompressFormat, A.KeyCipherAlgorithm, A.StorageCipherAlgorithm, A.KeychainAccessibility, A.SharedMediaType, A.OperationType, A.Channel, A.Format, A.BlendMode0, A.IfdValueType, A.BmpCompression, A.ExrChannelType, A.ExrChannelName, A.ExrCompressorType, A.IcoType, A.JpegChroma, A.PngDisposeMode, A.PngBlendMode, A.PngFilterType, A.PnmFormat, A.PsdColorMode, A.TgaImageType, A.TiffFormat, A.TiffPhotometricType, A.TiffImageType, A.VP8LImageTransformType, A.WebPFormat, A.IccProfileCompression, A.FrameType, A.PluralCase, A.SIGradientSpreadMethod, A.SIStrokeJoin, A.SIStrokeCap, A.SIFillType, A.SITintMode, A.SIBlendMode, A.SIFontStyle, A.SIFontWeight, A.SITextAnchor, A.SITextDecoration, A._PathCommand, A.FieldRename, A.ProcessingState, A.LoopMode, A.ProcessingStateMessage, A.LoopModeMessage, A.ShuffleModeMessage, A.BiometricType, A.GradientType, A.MaskMode, A.MergePathsMode, A.LineCapType, A.LineJoinType, A.ShapeTrimPathType, A.Justification, A.LayerType, A.MatteType, A.Token0, A.SvgPathSegType, A.PermissionStatus0, A.VoteStatus, A.VoteType, A.ControlStatus, A.DeviceScreenType, A.RefinedSize, A._MissingCase, A.WindowStrategy, A.DiscardReason, A.SentryOrientation, A.DataCategory, A.FlutterRenderer, A.SentryScreenshotQuality, A.CacheEventType, A.EntryState, A.EventListenerMode, A.VaultEventType, A.MsgPackReaderMode, A.CardElementIconStyle, A.ElementTheme, A.ElementAppearanceLabels, A.PaymentIntentCancellationReason, A.PaymentIntentCaptureMethod, A.PaymentIntentConfirmationMethod, A.PaymentIntentSetupFutureUsage, A.PaymentIntentsStatus, A.PaymentMethodType, A.CardValidationState, A.FailureCode, A.CaptureMethod, A.ConfirmationMethod, A.PaymentIntentsFutureUsage, A.PaymentIntentsStatus0, A.LaunchMode, A.PreferredLaunchMode, A.ValidationMode, A.RenderingStrategy, A._CurrentSection, A.PathFillType0, A.PathCommandType, A.ImageFormat, A.GradientUnitMode, A.BlendMode1, A.PaintingStyle0, A.StrokeCap0, A.StrokeJoin0, A.TileMode0, A.FontWeight0, A.TextDecorationStyle0, A.DrawCommandType, A.DataSourceType, A.VideoEventType, A.XmlAttributeType, A.XmlNodeType]);
_inherit(A.CanvasPool, A._SaveStackTracking);
_inheritMany(A.CkColorFilter, [A.CkBlendModeColorFilter, A.CkMatrixColorFilter, A.CkLinearToSrgbGammaColorFilter, A.CkSrgbToLinearGammaColorFilter, A.CkComposeColorFilter]);
@@ -477482,7 +477707,7 @@
_inheritMany(A.SimpleCkShader, [A.CkGradientSweep, A.CkGradientLinear, A.CkGradientRadial, A.CkGradientConical]);
_inheritMany(A.Error, [A.CanvasKitError, A.FontLoadError, A.LateError, A.ReachabilityError, A.TypeError, A.JsNoSuchMethodError, A.UnknownJsTypeError, A._CyclicInitializationError, A.RuntimeError, A.AssertionError, A._Error, A.JsonUnsupportedObjectError, A.ArgumentError, A.NoSuchMethodError, A.UnsupportedError, A.UnimplementedError, A.StateError, A.ConcurrentModificationError, A.ActivityAlreadyInProgressError, A._FlutterError_Error_DiagnosticableTreeMixin, A.PortalNotFoundError, A.SanityCheckNestedPortalError, A.WebUnsupportedError, A.ValueStreamError, A.MsgPackUnsupportedTypeError, A.MsgPackUnsupportedObjectError, A._OperationError]);
_inherit(A.EngineFlutterDisplay, A.Display);
- _inheritMany(A.Closure2Args, [A.createDomResizeObserver_closure, A.commitScene_closure, A.PersistedContainerSurface__matchChildren_closure, A.initializeEngineServices_closure, A.futureToPromise_closure, A.KeyboardConverter__handleEvent_closure2, A.KeyboardConverter__handleEvent__closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure, A.StandardMessageCodec_writeValue_closure, A.Spanometer_clearRulersCache_closure, A._computeLineBreakFragments_setBreak, A.saveForms_closure, A.HybridTextEditing__startEditing_closure0, A.CustomElementDimensionsProvider_closure, A._HeaderValue_toString_closure, A._ContentType_closure, A._CastListBase_sort_closure, A.CastMap_forEach_closure, A.ConstantMap_map_closure, A.Primitives_functionNoSuchMethod_closure, A.JsLinkedHashMap_addAll_closure, A.initHooks_closure0, A._awaitOnObject_closure0, A._wrapJsFunctionForAsync_closure, A.Future_wait_handleError, A.Future_any_onError, A.FutureExtensions_onError_onError, A._Future__chainForeignFuture_closure0, A.Stream_Stream$fromFuture_closure0, A.Stream_Stream$fromFutures_onError, A.Stream_handleError_closure, A._AddStreamState_makeErrorHandler_closure, A._BufferingStreamSubscription_asFuture_closure0, A._cancelAndErrorClosure_closure, A._CustomZone_bindBinaryCallback_closure, A._RootZone_bindBinaryCallback_closure, A.HashMap_HashMap$from_closure, A.LinkedHashMap_LinkedHashMap$from_closure, A.MapBase_mapToString_closure, A.SplayTreeSet__newSet_closure, A.SplayTreeSet__copyNode_copyChildren, A._JsonStringifier_writeMap_closure, A._JsonPrettyPrintMixin_writeMap_closure, A._BigIntImpl_hashCode_combine, A.NoSuchMethodError_toString_closure, A._Uri__makeQueryFromParameters_closure, A.Uri_splitQueryString_closure, A.Uri__parseIPv4Address_error, A.Uri_parseIPv6Address_error, A.Uri_parseIPv6Address_parseHex, A._Uri__makeQueryFromParametersDefault_writeParameter, A._Uri__makeQueryFromParametersDefault_closure, A._createTables_build, A.MidiInputMap_keys_closure, A.MidiInputMap_values_closure, A.MidiOutputMap_keys_closure, A.MidiOutputMap_values_closure, A.RtcStatsReport_keys_closure, A.RtcStatsReport_values_closure, A.Storage_keys_closure, A.Storage_values_closure, A._StructuredClone_walk_closure, A._StructuredClone_walk_closure0, A._AcceptStructuredClone_walk_closure, A.convertDartToNative_Dictionary_closure, A._FileStream__readBlock_closure0, A._FileStream__start_onOpenFile_closure, A._FileStream__start_openFailed, A._File_readAsBytes_readSized, A.AudioParamMap_keys_closure, A.AudioParamMap_values_closure, A.AppShellState_build_closure, A.AppShellState_build__buildPage_closure0, A.AppShellState_build__buildPage_closure, A.AppShellState_build__buildPage__closure, A.AppShellState_build__buildPage___closure, A.AppShellState_build___closure, A.AppShellState__syncStreamBuilder_closure, A.AssignNameBloc_closure, A.AssignNameBloc_closure0, A.AssignNameBloc_closure1, A.AssignNameBloc_closure2, A.AssignNameBloc_closure3, A.AssignNameBloc_closure4, A.AssignNameBloc_closure5, A._AssignArNSNameModalState_build_closure0, A._AssignArNSNameModalState_build_closure1, A._AssignArNSNameModalState_build_closure, A._AssignArNSNameModalState_build___closure0, A._BiometricToggleState_build_closure, A.BreakpointLayoutBuilder_build_closure, A.LoginCard_build_closure, A._LoginPageState_build_closure0, A._LoginPageState_build_closure1, A._LoginPageState_build_closure, A._PhoneView_build_closure, A._buildContent_closure0, A._buildContent_closure, A._EnterYourPasswordWidgetState__buildContent_closure3, A.showEnterYourPasswordDialog_closure0, A.showEnterYourPasswordDialog_closure, A._SecureYourWalletWidgetState_build_closure, A.showSecureYourPasswordDialog_closure0, A.showSecureYourPasswordDialog_closure, A.__ArDriveIsForEveryOneState_build_closure, A.__ArDriveIsForEveryOneState_build_closure0, A._CarouselWithGroupsState_build_closure0, A.__Bento5State_build_closure0, A.DriveDetailCubit_openFolder_closure, A.FsEntryMoveBloc_closure, A.GlobalHideBloc_closure0, A.KeyboardListenerBloc_closure, A.PinFileBloc__handlePinFileSubmit_closure1, A.PromptToSnapshotBloc_closure, A.SharedFileCubit_computeRevisionsFromEntities_closure, A.UploadPaymentMethodView_build_closure0, A.UploadPaymentMethodView_build_closure, A.UploadCubit_checkConflictingFiles_closure0, A.UploadCubit_generateFoldersAndAssignParentsForFiles_closure1, A.BundleUploadHandle_computeBundleSize_closure, A.GlobalHideToggleButton_build_closure, A.AppVersionWidget_build_closure, A._CreateManifestFormState_build_closure0, A._CreateManifestFormState_build_closure, A._CreateManifestFormState__selectFolder_closure5, A.CreateSnapshotDialog_build_closure0, A.CreateSnapshotDialog_build_closure, A.FileDownloadDialog_build_closure2, A.FileDownloadDialog_build_closure1, A._DetailsPanelState_build_closure, A._DetailsPanelState_build__closure, A._DetailsPanelState__buildContent_closure, A._DetailsPanelState__buildContent__closure, A._DetailsPanelState__buildActivity_closure, A._DetailsPanelState__buildActivity_closure0, A._DetailsPanelState__buildActivity_closure2, A._DetailsPanelState__buildActivity_closure1, A.attachDrive__closure, A._DriveAttachFormState_build_closure0, A._DriveAttachFormState_build_closure1, A._DriveAttachFormState_build_closure, A._DriveCreateFormState_build_closure0, A._DriveCreateFormState_build_closure, A._DriveRenameFormState_build_closure0, A._DriveRenameFormState_build_closure, A.DriveShareDialogState_build_closure, A.FeedbackSurveyModal_build_closure, A.FileDownloadDialog_build_closure0, A.FileDownloadDialog_build_closure, A.FileShareDialogState_build_closure0, A.FileShareDialogState_build_closure, A._FolderCreateFormState_build_closure0, A._FolderCreateFormState_build_closure, A._FsEntryLicenseFormState_build_closure0, A._FsEntryLicenseFormState_build_closure, A.LicenseFileList_build_closure, A.FsEntryMoveForm_build_closure0, A.FsEntryMoveForm_build_closure, A.FsEntryMoveForm_build__closure, A.FsEntryMoveForm_build____closure6, A._FsEntryRenameFormState_build_closure0, A._FsEntryRenameFormState_build_closure, A._GhostFixerFormState_build_closure0, A._GhostFixerFormState_build_closure, A._GhostFixerFormState_build__closure3, A.HideDialog_build_closure0, A.HideDialog_build_closure, A._KeyboardHandlerState_build_closure, A._PaymentMethodSelectorState__buildContent_closure0, A._PaymentMethodSelectorState__buildContent_closure1, A.PinFileDialog_build_closure0, A.PinFileDialog_build_closure, A._ProfileCardState_build_closure, A._ProfileCardState__buildIOTokenRow_closure, A.ProfileCardHeader_build_closure, A._ProgressBarState_build_closure, A._AppSideBarState__mobileView_closure0, A._AppSideBarState__desktopView_closure, A._AppSideBarState__desktopView__closure, A._AppSideBarState__newButton_closure, A._Accordion_build_closure, A.ThemeSwitcher_build_closure0, A.ThemeSwitcher_build_closure, A._TopUpEstimationViewState_build_closure0, A._TopUpEstimationViewState_build_closure, A._TopUpEstimationViewState__nextButton_closure, A._PresetAmountSelectorState_buildButtonBar_buildButtons, A._PresetAmountSelectorState__customAmountTextField_closure, A.PriceEstimateView_build_closure0, A.PriceEstimateView_build_closure, A.AnimatedFeedbackMessageState_build__closure, A.AnimatedFeedbackMessageState_build__closure0, A._UploadFormState_build_closure2, A._UploadFormState_build_closure0, A._UploadFormState_build_closure1, A._UploadFormState_build_closure, A._UploadFormState_build__closure, A._UploadingManifestsWidget_build_closure, A._StatsScreenState_build_closure, A._UploadReadyModalBaseState_build_closure, A._UploadReadyModalBaseState_build___closure3, A._SelectPaymentMethodManifestUploadState_build_closure3, A._UploadConflictWithFailedFilesWidget_build_closure, A._UploadFileConflictWidget_build_closure, A._UploadFailureWidget__failedUploadList_closure, A._UploadInProgressWidget_build__closure, A._UploadInProgressWidget_build_closure0, A._UploadLoadingFilesWidget_build_closure, A.CookiePolicyConsentBloc_closure, A.debounceSequential_closure, A.CookieConsentModal_build_closure0, A.CookieConsentModal_build_closure, A.UploadManifestOptionsBloc_closure0, A.UploadManifestOptionsBloc_closure1, A.UploadManifestOptionsBloc_closure2, A.UploadManifestOptionsBloc_closure3, A.UploadManifestOptionsBloc_closure4, A.UploadManifestOptionsBloc_closure5, A.ManifestOptions_build_closure, A.ManifestOptions_build__closure0, A.ManifestOptions_build__closure, A._AntSelectorState_build_closure, A.AppConfigWindowManagerState_build_closure10, A.AppConfigWindowManagerState_build_closure11, A.AppConfigWindowManagerState_build_closure12, A.DraggableWindow_build__closure, A._DrivesHealthCheckModalState_build_closure0, A._DrivesHealthCheckModalState_build_closure, A._DrivesHealthCheckModalState_build__closure2, A._DrivesHealthCheckModalState_build__closure0, A._ArDriveDownloader_downloadFile_closure, A._ArDriveDownloader_downloadFile_closure5, A._ArDriveDownloader__getFileStream_closure, A.isSizeAboveDownloadSizeLimit_closure0, A.MultipleDownloadBloc_closure, A._MultipleFilesDownloadState_build_closure0, A._MultipleFilesDownloadState_build_closure, A._MultipleFilesDownloadState_build__closure0, A._MultipleFilesDownloadState_build__closure2, A.MultiThumbnailCreationBloc_closure, A._MultiThumbnailCreationWrapperState_build__closure, A._MultiThumbnailCreationModalContentState_build_closure0, A._MultiThumbnailCreationModalContentState_build_closure, A.ThumbnailBloc_closure, A.ThumbnailCreationBloc_closure, A._ThumbnailCreationModal_build_closure2, A._ThumbnailCreationModal_build_closure1, A._$FileEntityToJson_writeNotNull, A._$FolderEntityToJson_writeNotNull, A._$ManifestDataToJson_closure, A.GarBloc_closure, A.GarBloc_closure0, A.GarBloc_closure1, A.GarBloc_closure2, A.GarBloc_closure3, A._GatewaySwitcherModalState_build_closure, A._GatewaySwitcherModalState_build__closure2, A._GatewaySwitcherModalState_build__closure1, A.RedeemGiftBloc_closure, A._RedeemGiftModalState_build_closure2, A._RedeemGiftModalState_build_closure1, A.main_closure2, A.AppState_build_closure0, A.AppState_build_closure, A.AppState__appBuilder_closure, A.DriveDao_watchFolderContents__closure, A.DriveDao_watchFolderContents__closure0, A.FolderNode_computeFolderSize_closure0, A.AppRouterDelegate__app_closure0, A.AppRouterDelegate__app_closure, A.AppRouterDelegate__app__closure0, A.AppRouterDelegate__app__closure, A.AppRouterDelegate__app___closure4, A.AppRouterDelegate__app___closure0, A.AppRouterDelegate__app___closure1, A.AppRouterDelegate__app___closure2, A.AppRouterDelegate__app___closure5, A.AppRouterDelegate__app___closure8, A.DriveExplorerItemTileLeading__buildFileIcon_closure, A._buildDataListContent_closure, A._buildDataListContent__closure, A._sortItems_closure0, A._sortItems_closure2, A._sortItems_closure3, A._DriveDetailFolderEmptyCardState_buildArDriveCard_closure, A._displaySpeedOptionsModal__closure, A._DriveDetailPageState_build_closure1, A._DriveDetailPageState_build_closure0, A._DriveDetailPageState_build_closure, A._DriveDetailPageState_build__closure1, A._DriveDetailPageState_build__closure0, A._DriveDetailPageState__mobileView_closure3, A._DriveDetailPageState__mobileViewContent_closure1, A._DriveDetailPageState__mobileViewContent_closure0, A.MobileFolderNavigation_build_closure0, A.NoDrivesPage_build__closure0, A.NoDrivesPage_build__closure, A.SharedFilePage_build_closure1, A.SharedFilePage_build_closure0, A.SharedFilePage_build_closure, A.SearchBloc_closure, A._FileSearchModalState__buildSearchResults_closure, A._FileSearchModalState__buildSearchResults__closure, A.ArweaveService_getPendingTxFees_closure1, A.ArweaveService_createDriveEntityHistoryFromTransactions_closure3, A.ArweaveService_getUniqueUserDriveEntityTxs_closure1, A.LicenseService_fromCompanion_closure, A.AppBannerBloc_closure, A.SharingFileBloc_closure1, A._FolderSelectorState_build_closure0, A._FolderSelectorState_build_closure, A._FolderSelectorState_build__closure1, A._FolderSelectorState_build__closure2, A._FolderSelectorState_build__closure6, A.FolderSelectorBloc_closure, A._SharingFileListenerState_build_closure, A._SharingFileListenerState_build____closure0, A._SharingFileListenerState_build___closure1, A.SyncCubit_startSync_closure, A._SyncRepository__updateTransactionStatuses_closure, A.ThemeSwitcherBloc_closure, A.PaymentReviewBloc_closure, A.TurboTopUpEstimationBloc_closure0, A.TurboTopupFlowBloc_closure, A._TurboBalanceState_build_closure, A._TurboModalState_build_closure, A._TurboModalState__content_closure0, A._TurboModalState__content_closure, A._TurboModalState__content__closure3, A.TurboPaymentFormViewState__desktopView_closure0, A.TurboPaymentFormViewState__desktopView_closure, A.TurboPaymentFormViewState__credits_closure, A.TurboPaymentFormViewState__credits_closure0, A.TurboPaymentFormViewState_countryTextField_closure, A.TurboPaymentFormViewState_promoCodeWidget_closure, A.TurboPaymentFormViewState_promoCodeTextField_closure1, A.TurboPaymentFormViewState_promoCodeTextField_closure0, A.TurboPaymentFormViewState_promoCodeTextField_closure, A.TurboPaymentFormViewState_promoCodeTextField__closure0, A.QuoteRefreshWidgetState_build__closure, A.QuoteRefreshWidgetState_build__closure0, A.QuoteRefreshWidgetState_build__closure1, A.QuoteRefreshWidgetState_build__closure2, A._TurboReviewViewState_build_closure1, A._TurboReviewViewState_build_closure0, A._TurboReviewViewState_build_closure, A._TurboReviewViewState_build__closure4, A._TurboReviewViewState_build___closure7, A._TurboReviewViewState_build___closure6, A._TurboReviewViewState_build___closure9, A._TurboReviewViewState_build___closure8, A._TurboReviewViewState_build___closure11, A._TurboReviewViewState_build___closure10, A._TurboReviewViewState_build___closure13, A._TurboReviewViewState_build___closure12, A._TurboReviewViewState_build__closure5, A._TurboReviewViewState__footer__closure, A._TurboReviewViewState__footer__closure2, A.RefreshQuoteButtonState_build_closure, A.DownloadWalletBloc_closure, A.DownloadWalletModal_build_closure0, A.DownloadWalletModal_build_closure, A.ProfileNameBloc_closure, A.ProfileNameBloc_closure0, A.ProfileNameBloc_closure1, A.ProfileNameBloc_closure2, A.NextFitBundlePacker_packItems_closure0, A.DriveHistoryComposite__computeSubRanges_closure, A.HeightRange__normalizeSegments_closure, A.SnapshotDriveHistory__computeSubRanges_closure, A.splitTranslationsWithMultipleStyles_closure, A.UploadPlanUtils_filesToUploadPlan_closure, A.UploadPlanUtils_generateFoldersForFiles_closure0, A.trimData_closure, A.chunkTransformer_chunkStream, A.ArDriveHTTP__postIO_closure, A.ArDriveHTTP__postIO_closure0, A.ArDriveHTTP__getDioRetrySettings_setRetryAttempt, A._ArDriveAccordionState_build_closure, A._ArDriveDataTableState_build_closure0, A._ArDriveDropdownContentState_build_closure, A._ArDriveDropdownContentState_build__closure, A._ArDriveRadioButtonGroupState_build_closure, A.AnimatedTextFieldLabelState_build_closure, A.AnimatedTextFieldLabelNewState_build_closure, A.TurboStreamedUpload_send_closure1, A.TurboUploadServiceChunkUploadsBase_post__closure2, A.TurboUploadServiceChunkUploadsBase_post_closure1, A.TurboUploadServiceMultipart__uploadChunkRequest_closure, A.TurboUploadServiceNonChunked_post_closure1, A._UploadController_sendTask_closure1, A.WorkerPool__setWorkerCallbacks__closure2, A.getFirstFutureResult_onError, A.concatenateUint8ListStream_closure, A.listIntToUint8ListTransformer_closure, A.WorkerPool__setWorkerCallbacks__closure0, A.ResponseObject_toJson_closure, A.ARNSProcessData_ARNSProcessData$fromJson_closure, A.ARNSProcessData_toJson_closure, A.State_State$fromJson_closure, A.State_toJson_closure, A.chunkDataFromStream_addChunk, A.generateProofs_flatten_closure, A.TransactionUploader_upload_uploadChunkAndNotifyOfCompletion, A.Wallet_Wallet$fromJwk_closure, A.Wallet_toJwk_closure, A._postTransactionHeaderTaskEither_closure0, A.deepHashStreamTaskEither_closure0, A.deepHashTaskEither_closure0, A.signDataItemTaskEither_closure0, A.getOwnerTaskEither_closure0, A.decodeBase64ToBytesTaskEither_closure0, A.generateTransactionChunksTaskEither_closure0, A.getTxAnchor_closure0, A.getTxPrice_closure0, A.collectBytes_closure, A.FutureGroup_add_closure0, A.StreamQueue__ensureListening_closure1, A._CancelOnErrorSubscriptionWrapper_onError_closure, A._AutoSizeTextState_build_closure, A.Bloc_transformer_closure, A.restartable_closure, A.sequential_closure, A.CarouselSliderState_build_closure0, A.CarouselSliderState_build__closure, A.CanonicalizedMap_addAll_closure, A.CanonicalizedMap_forEach_closure, A.CanonicalizedMap_map_closure, A.ListToCsvConverter_convertSingleRow_closure, A.BrowserHttpClientAdapter_fetch_closure, A.BrowserHttpClientAdapter_fetch__closure, A.BrowserHttpClientAdapter_fetch_closure11, A.DioMixin_fetch_closure0, A.FormData__headerForFile_closure, A.Headers$fromMap_closure, A.Headers_toString_closure, A.LogInterceptor_onRequest_closure, A.LogInterceptor__printResponse_closure, A._transform_closure, A.handleResponseStream_closure1, A.Transformer_urlEncodeMap_closure, A.Transformer_urlEncodeQueryMap_closure, A.encodeMap_urlEncode, A.encodeMap_urlEncode_closure, A.caseInsensitiveKeyMap_closure, A.VerificationContext_throwIfInvalid_closure, A.InsertStatement__writeOnConflict_writeOnConflictConstraint, A.DoUpdate_closure, A.QueryTableExtensions_whereSamePrimaryKey_closure1, A.UpdateStatement_writeStartPart_closure, A.singleElementsOrNull_closure, A.singleElements_closure, A._combine_closure, A._combine_closure1, A.FilePickerWeb__fileType_closure, A.CupertinoDynamicColor_toString_toString, A._RenderCupertinoTextSelectionToolbarShape_paint_closure, A._RenderCupertinoTextSelectionToolbarItems_hitTestChild_closure, A.PointerRouter__dispatchEventToRoutes_closure, A.MaterialApp_createMaterialHeroController_closure, A._MaterialAppState_build_closure, A._ModalBottomSheetState_build_closure, A._RenderInputPadding_hitTest_closure0, A._RenderInputPadding_hitTest_closure, A._DropdownRoute_buildPage_closure, A._DropdownRoute_getItemOffset_closure, A._DropdownRoute_getMenuLimits_closure, A._RenderDecoration_performLayout_centerLayout, A._RenderDecoration_performLayout_baselineLayout, A._RenderDecoration_hitTestChildren_closure, A._RenderListTile_hitTestChildren_closure, A._ZoomEnterTransitionPainter_paint_closure, A._ZoomExitTransitionPainter_paint_closure, A._LinearProgressIndicatorPainter_paint_drawBar, A._LinearProgressIndicatorState_build_closure, A._CircularProgressIndicatorState__buildAnimation_closure, A.ScaffoldState_build_closure, A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._SnackBarState_build_closure1, A._SnackBarState_build_closure2, A._TextFieldState_build_closure5, A._TextFieldState_build_closure6, A.__TextFieldState_State_RestorationMixin_dispose_closure, A._TextSelectionToolbarTrailingEdgeAlignRenderBox_hitTestChildren_closure, A._RenderTextSelectionToolbarItemsLayout_hitTestChildren_closure, A.ThemeData__lerpThemeExtensions_closure, A.NetworkImage__loadAsync_closure1, A._CompoundBorder_dimensions_closure, A.ImageCache_putIfAbsent_listener, A.ImageProvider_resolve_closure, A.ImageProvider__createErrorHandlerAndKey_handleError, A.AssetImage_obtainKey_closure0, A.OneFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure0, A.RendererBinding_initMouseTracker_closure, A.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, A.RenderEditable_getRectForComposingRange_closure, A.RenderEditable_computeMinIntrinsicWidth_closure, A.RenderEditable_computeMaxIntrinsicWidth_closure, A.RenderFlex_computeMinIntrinsicWidth_closure, A.RenderFlex_computeMaxIntrinsicWidth_closure, A.RenderFlex_computeMinIntrinsicHeight_closure, A.RenderFlex_computeMaxIntrinsicHeight_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure, A.PipelineOwner_flushLayout_closure, A.PipelineOwner_flushCompositingBits_closure, A.PipelineOwner_flushPaint_closure, A.PipelineOwner_flushSemantics_closure, A.RenderInlineChildrenContainerDefaults_hitTestInlineChildren_closure, A.RenderParagraph_computeMinIntrinsicWidth_closure, A.RenderParagraph_computeMaxIntrinsicWidth_closure, A.RenderPhysicalModel_paint_closure, A.RenderPhysicalShape_paint_closure, A.RenderTransform_hitTestChildren_closure, A.RenderFittedBox_hitTestChildren_closure, A.RenderFractionalTranslation_hitTestChildren_closure, A.RenderFollowerLayer_hitTestChildren_closure, A.RenderShiftedBox_hitTestChildren_closure, A.RenderIndexedStack_hitTestChildren_closure, A.SchedulerBinding_handleBeginFrame_closure, A._SemanticsSortGroup_sortedWithinKnot_closure, A.SemanticsOwner_sendSemanticsUpdate_closure0, A.SemanticsOwner_sendSemanticsUpdate_closure1, A.SemanticsConfiguration_absorb_closure, A.CachingAssetBundle_loadStructuredData_closure0, A._DefaultBinaryMessenger_setMessageHandler_closure, A.StandardMessageCodec_writeValue_closure0, A.HtmlElementViewImpl_buildImpl_closure, A._StreamBuilderBaseState__subscribe_closure1, A._FutureBuilderState__subscribe_closure0, A.EditableTextState__formatAndSetValue_closure, A.EditableTextState_build_closure, A.EditableTextState_build_closure2, A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferVertical_closure, A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferHorizontal_closure, A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferHorizontal_closure, A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferVertical_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, A._ReadingOrderSortData_sortWithDirectionality_closure, A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, A.ReadingOrderTraversalPolicy__pickNext_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand, A._FormFieldState_State_RestorationMixin_dispose_closure, A.Element_updateChildren_slotFor, A.Hero__allHeroesFor_inviteHero, A._HeroFlight__buildOverlay_closure, A.HeroController__defaultHeroFlightShuttleBuilder_closure, A.precacheImage_closure, A.precacheImage_closure0, A._ImageState__getListener_closure, A.KeyboardListener_build_closure, A.DefaultTransitionDelegate_resolve_handleExitingRoute, A._HistoryProperty_fromPrimitives_closure, A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._RenderTheaterMixin_hitTestChildren_childHitTest, A._StretchingOverscrollIndicatorState_build_closure, A._PageViewState_build_closure0, A._PlatformViewLinkState_build_closure, A.__RestorationScopeState_State_RestorationMixin_dispose_closure, A.__RouterState_State_RestorationMixin_dispose_closure, A._ModalScopeState_build_closure, A._ModalScopeState_build__closure0, A._ModalScopeState_build___closure, A.ScrollView_build_closure, A.ListView$separated_closure, A.ListView$separated_closure0, A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure, A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure0, A.ScrollableDetails_toString_addIfNonNull, A.ShortcutManager__indexShortcuts_closure, A.SingleChildScrollView_build_closure, A._RenderSingleChildViewport_paint_paintContents, A._RenderSingleChildViewport_hitTestChildren_closure, A.View_build_closure, A._RenderScaledInlineWidget_paint_closure, A._RenderScaledInlineWidget_hitTestChildren_closure, A._BlocBuilderBaseState_build_closure0, A._BlocConsumerState_build_closure0, A.BlocProvider_buildWithChild_closure, A.RepositoryProvider_closure, A.loadDateIntlDataIfNotLoaded_closure, A.EnhancedRenderFollowerLayer_hitTestChildren_closure, A._PortalTargetState_build_closure, A._PortalTargetState__buildModeNormal_closure0, A.FlutterSharingIntent_getMediaStream_closure, A.Either_foldMap_closure, A.Either_length_closure, A.Foldable2_length_closure, A.dualEndoMonoid_closure, A._LinkChain_request_closure, A.BaseRequest_closure, A.MediaType_toString_closure, A.IfdContainer$from_closure, A.IfdDirectory_copy_closure, A.IfdDirectory_copy_closure0, A.VP8__upSample_loadUv, A.DateFormat__fieldConstructors_closure, A.DateFormat__fieldConstructors_closure0, A.DateFormat__fieldConstructors_closure1, A.JsIsolatedWorkerImpl__callbackObjects_closure, A.SIPath_paint_closure, A.ColorWriter_writeColor_writeGradientStart, A.AudioPlayer_closure0, A.AudioPlayer_closure2, A.AudioPlayer_closure4, A.AudioPlayer_closure6, A.AudioPlayer_closure8, A.AudioPlayer_closure10, A.AudioPlayer_closure12, A.AudioPlayer_closure13, A.AudioPlayer_closure14, A.AudioPlayer_createPositionStream_closure0, A.AudioPlayer_createPositionStream_closure2, A.AudioSource_uri_hasExtension, A._PrograssiveDotsState_build_scalingDot, A._PrograssiveDotsState_build_closure, A.BaseStrokeContent__applyTrimPath_closure, A._LottieState_build_closure, A._LottieBuilderState_build_closure, A.loadImage_closure, A.loadImage_closure0, A._dashes_closure, A.decodePermissionRequestResult_closure, A.optimizedRanges_closure, A.optimizedRanges_closure0, A._pattern_closure, A.OAEPEncoding_factoryConfig_closure, A.PKCS1Encoding_factoryConfig_closure, A.CBCBlockCipher_factoryConfig_closure, A.CCMBlockCipher_factoryConfig_closure, A.CFBBlockCipher_factoryConfig_closure, A.CTRBlockCipher_factoryConfig_closure, A.ECBBlockCipher_factoryConfig_closure, A.GCMBlockCipher_factoryConfig_closure, A.GCTRBlockCipher_factoryConfig_closure, A.IGEBlockCipher_factoryConfig_closure, A.OFBBlockCipher_factoryConfig_closure, A.SICBlockCipher_factoryConfig_closure, A.CSHAKEDigest_factoryConfig_closure, A.KeccakDigest_factoryConfig_closure, A.SHA3Digest_factoryConfig_closure, A.SHA512tDigest_factoryConfig_closure, A.SHAKEDigest_factoryConfig_closure, A.ConcatKDFDerivator_factoryConfig_closure, A.HKDFKeyDerivator_factoryConfig_closure, A.PBKDF2KeyDerivator_factoryConfig_closure, A.PKCS12ParametersGenerator_factoryConfig_closure, A.PKCS5S1ParameterGenerator_factoryConfig_closure, A.CBCBlockCipherMac_factoryConfig_closure, A.CMac_factoryConfig_closure, A.HMac_factoryConfig_closure, A.Poly1305_factoryConfig_closure, A.PaddedBlockCipherImpl_factoryConfig_closure, A.AutoSeedBlockCtrRandom_factoryConfig_closure, A.BlockCtrRandom_factoryConfig_closure, A.ECDSASigner_factoryConfig_closure, A.PSSSigner_factoryConfig_closure, A.RSASigner_factoryConfig_closure, A.ChaCha20Engine_factoryConfig_closure, A.ChaCha7539Engine_factoryConfig_closure, A.CTRStreamCipher_factoryConfig_closure, A.EAX_factoryConfig_closure, A.SICStreamCipher_factoryConfig_closure, A.CommunityOracle_selectTokenHolder_closure0, A.CommunityContractDataBuilder__validateSingleVote_closure, A.CommunityContractDataBuilder__validateSingleVault_closure, A.FormControlCollection_findControlInCollection_closure, A.FormGroup_reduceValue_closure, A.FormGroup_addAll_closure, A.FormGroup_errors_closure, A.ResponsiveBuilder_build_closure, A.ScreenTypeLayout_build_closure, A.CombineLatestStream__buildController__closure, A.Hint_addAll_closure, A.Contexts_toJson_closure, A.Scope_applyToEvent_closure, A.Scope__mergeEventTags_closure, A.Scope__mergeEventExtra_closure, A.HttpSanitizer_sanitizedHeaders_closure, A.SentryFlutter__createRunZonedGuardedOnError_closure, A.Highlighter__collateLines_closure0, A.Frame_Frame$parseV8_closure_parseLocation, A._$$_BillingDetailsToJson_writeNotNull, A._$$_PaymentElementBillingDetailsAddressToJson_writeNotNull0, A._$$_PaymentElementChangeEventToJson_writeNotNull, A._$$_PaymentElementChangeEventToJson_writeNotNull0, A._$$_PaymentElementBillingDetailsAddressToJson_writeNotNull, A._$$_CardElementChangeEventToJson_writeNotNull, A._$$_CardElementChangeEventValueToJson_writeNotNull, A._$$_CardElementOptionsToJson_writeNotNull, A._$$_ElementAppearanceToJson_writeNotNull, A._$$_ConfirmAlipayPaymentDataToJson_writeNotNull, A._$$_ConfirmCardPaymentDataToJson_writeNotNull, A._$$_ConfirmIdealPaymentDataToJson_writeNotNull, A._$$_PaymentIntentFromJson_closure, A._$$_PaymentIntentToJson_writeNotNull, A._$$_PaymentIntentAmountDetailsToJson_writeNotNull, A._$$_PaymentIntentTipToJson_writeNotNull, A._$$_PaymentIntentAutomaticPaymentMethodsToJson_writeNotNull, A._$$_PaymentIntentResponseToJson_writeNotNull, A._$$_CardPaymentMethodDefaultToJson_writeNotNull, A._$$_CardPaymentMethodDetailsTokenToJson_writeNotNull, A._$$_IdealPaymentMethodDetailsSelfCollectToJson_writeNotNull, A.RenderWebVectorGraphic_paint_closure, A.RenderWebVectorGraphic_paint__closure, A.RenderWebVectorGraphic_paint___closure, A.FlutterVectorGraphicsListener_onImage_closure0, A.FlutterVectorGraphicsListener_onImage_closure1, A._VectorGraphicWidgetState__loadPicture__closure, A.DartEthereum_rawRequest_closure, A._decompressKey_x9IntegerToBytes, A.XmlEventParser_processing_closure]);
+ _inheritMany(A.Closure2Args, [A.createDomResizeObserver_closure, A.commitScene_closure, A.PersistedContainerSurface__matchChildren_closure, A.initializeEngineServices_closure, A.futureToPromise_closure, A.KeyboardConverter__handleEvent_closure2, A.KeyboardConverter__handleEvent__closure, A.EnginePlatformDispatcher__addFontSizeObserver_closure, A.StandardMessageCodec_writeValue_closure, A.Spanometer_clearRulersCache_closure, A._computeLineBreakFragments_setBreak, A.saveForms_closure, A.HybridTextEditing__startEditing_closure0, A.CustomElementDimensionsProvider_closure, A._HeaderValue_toString_closure, A._ContentType_closure, A._CastListBase_sort_closure, A.CastMap_forEach_closure, A.ConstantMap_map_closure, A.Primitives_functionNoSuchMethod_closure, A.JsLinkedHashMap_addAll_closure, A.initHooks_closure0, A._awaitOnObject_closure0, A._wrapJsFunctionForAsync_closure, A.Future_wait_handleError, A.Future_any_onError, A.FutureExtensions_onError_onError, A._Future__chainForeignFuture_closure0, A.Stream_Stream$fromFuture_closure0, A.Stream_Stream$fromFutures_onError, A.Stream_handleError_closure, A._AddStreamState_makeErrorHandler_closure, A._BufferingStreamSubscription_asFuture_closure0, A._cancelAndErrorClosure_closure, A._CustomZone_bindBinaryCallback_closure, A._RootZone_bindBinaryCallback_closure, A.HashMap_HashMap$from_closure, A.LinkedHashMap_LinkedHashMap$from_closure, A.MapBase_mapToString_closure, A.SplayTreeSet__newSet_closure, A.SplayTreeSet__copyNode_copyChildren, A._JsonStringifier_writeMap_closure, A._JsonPrettyPrintMixin_writeMap_closure, A._BigIntImpl_hashCode_combine, A.NoSuchMethodError_toString_closure, A._Uri__makeQueryFromParameters_closure, A.Uri_splitQueryString_closure, A.Uri__parseIPv4Address_error, A.Uri_parseIPv6Address_error, A.Uri_parseIPv6Address_parseHex, A._Uri__makeQueryFromParametersDefault_writeParameter, A._Uri__makeQueryFromParametersDefault_closure, A._createTables_build, A.MidiInputMap_keys_closure, A.MidiInputMap_values_closure, A.MidiOutputMap_keys_closure, A.MidiOutputMap_values_closure, A.RtcStatsReport_keys_closure, A.RtcStatsReport_values_closure, A.Storage_keys_closure, A.Storage_values_closure, A._StructuredClone_walk_closure, A._StructuredClone_walk_closure0, A._AcceptStructuredClone_walk_closure, A.convertDartToNative_Dictionary_closure, A._FileStream__readBlock_closure0, A._FileStream__start_onOpenFile_closure, A._FileStream__start_openFailed, A._File_readAsBytes_readSized, A.AudioParamMap_keys_closure, A.AudioParamMap_values_closure, A.AppShellState_build_closure, A.AppShellState_build__buildPage_closure0, A.AppShellState_build__buildPage_closure, A.AppShellState_build__buildPage__closure, A.AppShellState_build__buildPage___closure, A.AppShellState_build___closure, A.AppShellState__syncStreamBuilder_closure, A.AssignNameBloc_closure, A.AssignNameBloc_closure0, A.AssignNameBloc_closure1, A.AssignNameBloc_closure2, A.AssignNameBloc_closure3, A.AssignNameBloc_closure4, A.AssignNameBloc_closure5, A._AssignArNSNameModalState_build_closure0, A._AssignArNSNameModalState_build_closure1, A._AssignArNSNameModalState_build_closure, A._AssignArNSNameModalState_build___closure0, A._BiometricToggleState_build_closure, A.BreakpointLayoutBuilder_build_closure, A.LoginCard_build_closure, A._LoginPageState_build_closure0, A._LoginPageState_build_closure1, A._LoginPageState_build_closure, A._PhoneView_build_closure, A._buildContent_closure0, A._buildContent_closure, A._EnterYourPasswordWidgetState__buildContent_closure3, A.showEnterYourPasswordDialog_closure0, A.showEnterYourPasswordDialog_closure, A._SecureYourWalletWidgetState_build_closure, A.showSecureYourPasswordDialog_closure0, A.showSecureYourPasswordDialog_closure, A.__ArDriveIsForEveryOneState_build_closure, A.__ArDriveIsForEveryOneState_build_closure0, A._CarouselWithGroupsState_build_closure0, A.__Bento5State_build_closure0, A.DriveDetailCubit_openFolder_closure, A.FsEntryMoveBloc_closure, A.GlobalHideBloc_closure0, A.KeyboardListenerBloc_closure, A.PinFileBloc__handlePinFileSubmit_closure1, A.PromptToSnapshotBloc_closure, A.SharedFileCubit_computeRevisionsFromEntities_closure, A.UploadPaymentMethodView_build_closure0, A.UploadPaymentMethodView_build_closure, A.UploadCubit_checkConflictingFiles_closure0, A.UploadCubit_generateFoldersAndAssignParentsForFiles_closure1, A.BundleUploadHandle_computeBundleSize_closure, A.GlobalHideToggleButton_build_closure, A.AppVersionWidget_build_closure, A._CreateManifestFormState_build_closure0, A._CreateManifestFormState_build_closure, A._CreateManifestFormState__selectFolder_closure5, A.CreateSnapshotDialog_build_closure0, A.CreateSnapshotDialog_build_closure, A.FileDownloadDialog_build_closure2, A.FileDownloadDialog_build_closure1, A._DetailsPanelState_build_closure, A._DetailsPanelState_build__closure, A._DetailsPanelState__buildContent_closure, A._DetailsPanelState__buildContent__closure, A._DetailsPanelState__buildActivity_closure, A._DetailsPanelState__buildActivity_closure0, A._DetailsPanelState__buildActivity_closure2, A._DetailsPanelState__buildActivity_closure1, A.attachDrive__closure, A._DriveAttachFormState_build_closure0, A._DriveAttachFormState_build_closure1, A._DriveAttachFormState_build_closure, A._DriveCreateFormState_build_closure0, A._DriveCreateFormState_build_closure, A._DriveRenameFormState_build_closure0, A._DriveRenameFormState_build_closure, A.DriveShareDialogState_build_closure, A.FeedbackSurveyModal_build_closure, A.FileDownloadDialog_build_closure0, A.FileDownloadDialog_build_closure, A.FileShareDialogState_build_closure0, A.FileShareDialogState_build_closure, A._FolderCreateFormState_build_closure0, A._FolderCreateFormState_build_closure, A._FsEntryLicenseFormState_build_closure0, A._FsEntryLicenseFormState_build_closure, A.LicenseFileList_build_closure, A.FsEntryMoveForm_build_closure0, A.FsEntryMoveForm_build_closure, A.FsEntryMoveForm_build__closure, A.FsEntryMoveForm_build____closure6, A._FsEntryRenameFormState_build_closure0, A._FsEntryRenameFormState_build_closure, A._GhostFixerFormState_build_closure0, A._GhostFixerFormState_build_closure, A._GhostFixerFormState_build__closure3, A.HideDialog_build_closure0, A.HideDialog_build_closure, A._KeyboardHandlerState_build_closure, A._PaymentMethodSelectorState__buildContent_closure0, A._PaymentMethodSelectorState__buildContent_closure1, A.PinFileDialog_build_closure0, A.PinFileDialog_build_closure, A._ProfileCardState_build_closure, A._ProfileCardState__buildIOTokenRow_closure, A.ProfileCardHeader_build_closure, A._ProgressBarState_build_closure, A._AppSideBarState__mobileView_closure0, A._AppSideBarState__desktopView_closure, A._AppSideBarState__desktopView__closure, A._AppSideBarState__newButton_closure, A._Accordion_build_closure, A.ThemeSwitcher_build_closure0, A.ThemeSwitcher_build_closure, A._TopUpEstimationViewState_build_closure0, A._TopUpEstimationViewState_build_closure, A._TopUpEstimationViewState__nextButton_closure, A._PresetAmountSelectorState_buildButtonBar_buildButtons, A._PresetAmountSelectorState__customAmountTextField_closure, A.PriceEstimateView_build_closure0, A.PriceEstimateView_build_closure, A.AnimatedFeedbackMessageState_build__closure, A.AnimatedFeedbackMessageState_build__closure0, A._UploadFormState_build_closure2, A._UploadFormState_build_closure0, A._UploadFormState_build_closure1, A._UploadFormState_build_closure, A._UploadFormState_build__closure, A._UploadingManifestsWidget_build_closure, A._StatsScreenState_build_closure, A._UploadReadyModalBaseState_build_closure, A._UploadReadyModalBaseState_build___closure3, A._SelectPaymentMethodManifestUploadState_build_closure3, A._UploadConflictWithFailedFilesWidget_build_closure, A._UploadFileConflictWidget_build_closure, A._UploadFailureWidget__failedUploadList_closure, A._UploadInProgressWidget_build__closure, A._UploadInProgressWidget_build_closure0, A._UploadLoadingFilesWidget_build_closure, A.CookiePolicyConsentBloc_closure, A.debounceSequential_closure, A.CookieConsentModal_build_closure0, A.CookieConsentModal_build_closure, A.UploadManifestOptionsBloc_closure0, A.UploadManifestOptionsBloc_closure1, A.UploadManifestOptionsBloc_closure2, A.UploadManifestOptionsBloc_closure3, A.UploadManifestOptionsBloc_closure4, A.UploadManifestOptionsBloc_closure5, A.ManifestOptions_build_closure, A.ManifestOptions_build__closure0, A.ManifestOptions_build__closure, A._AntSelectorState_build_closure, A.AppConfigWindowManagerState_build_closure10, A.AppConfigWindowManagerState_build_closure11, A.AppConfigWindowManagerState_build_closure12, A.DraggableWindow_build__closure, A._DrivesHealthCheckModalState_build_closure0, A._DrivesHealthCheckModalState_build_closure, A._DrivesHealthCheckModalState_build__closure2, A._DrivesHealthCheckModalState_build__closure0, A._ArDriveDownloader_downloadFile_closure, A._ArDriveDownloader_downloadFile_closure5, A._ArDriveDownloader__getFileStream_closure, A.isSizeAboveDownloadSizeLimit_closure0, A.MultipleDownloadBloc_closure, A._MultipleFilesDownloadState_build_closure0, A._MultipleFilesDownloadState_build_closure, A._MultipleFilesDownloadState_build__closure0, A._MultipleFilesDownloadState_build__closure2, A.MultiThumbnailCreationBloc_closure, A._MultiThumbnailCreationWrapperState_build__closure, A._MultiThumbnailCreationModalContentState_build_closure0, A._MultiThumbnailCreationModalContentState_build_closure, A.ThumbnailBloc_closure, A.ThumbnailCreationBloc_closure, A._ThumbnailCreationModal_build_closure2, A._ThumbnailCreationModal_build_closure1, A._$FileEntityToJson_writeNotNull, A._$FolderEntityToJson_writeNotNull, A._$ManifestDataToJson_writeNotNull, A._$ManifestDataToJson_closure, A.GarBloc_closure, A.GarBloc_closure0, A.GarBloc_closure1, A.GarBloc_closure2, A.GarBloc_closure3, A._GatewaySwitcherModalState_build_closure, A._GatewaySwitcherModalState_build__closure2, A._GatewaySwitcherModalState_build__closure1, A.RedeemGiftBloc_closure, A._RedeemGiftModalState_build_closure2, A._RedeemGiftModalState_build_closure1, A.main_closure2, A.AppState_build_closure0, A.AppState_build_closure, A.AppState__appBuilder_closure, A.DriveDao_watchFolderContents__closure, A.DriveDao_watchFolderContents__closure0, A.FolderNode_computeFolderSize_closure0, A.AppRouterDelegate__app_closure0, A.AppRouterDelegate__app_closure, A.AppRouterDelegate__app__closure0, A.AppRouterDelegate__app__closure, A.AppRouterDelegate__app___closure4, A.AppRouterDelegate__app___closure0, A.AppRouterDelegate__app___closure1, A.AppRouterDelegate__app___closure2, A.AppRouterDelegate__app___closure5, A.AppRouterDelegate__app___closure8, A.DriveExplorerItemTileLeading__buildFileIcon_closure, A._buildDataListContent_closure, A._buildDataListContent__closure, A._sortItems_closure0, A._sortItems_closure2, A._sortItems_closure3, A._DriveDetailFolderEmptyCardState_buildArDriveCard_closure, A._displaySpeedOptionsModal__closure, A._DriveDetailPageState_build_closure1, A._DriveDetailPageState_build_closure0, A._DriveDetailPageState_build_closure, A._DriveDetailPageState_build__closure1, A._DriveDetailPageState_build__closure0, A._DriveDetailPageState__mobileView_closure3, A._DriveDetailPageState__mobileViewContent_closure1, A._DriveDetailPageState__mobileViewContent_closure0, A.MobileFolderNavigation_build_closure0, A.NoDrivesPage_build__closure0, A.NoDrivesPage_build__closure, A.SharedFilePage_build_closure1, A.SharedFilePage_build_closure0, A.SharedFilePage_build_closure, A.SearchBloc_closure, A._FileSearchModalState__buildSearchResults_closure, A._FileSearchModalState__buildSearchResults__closure, A.ArweaveService_getPendingTxFees_closure1, A.ArweaveService_createDriveEntityHistoryFromTransactions_closure3, A.ArweaveService_getUniqueUserDriveEntityTxs_closure1, A.LicenseService_fromCompanion_closure, A.AppBannerBloc_closure, A.SharingFileBloc_closure1, A._FolderSelectorState_build_closure0, A._FolderSelectorState_build_closure, A._FolderSelectorState_build__closure1, A._FolderSelectorState_build__closure2, A._FolderSelectorState_build__closure6, A.FolderSelectorBloc_closure, A._SharingFileListenerState_build_closure, A._SharingFileListenerState_build____closure0, A._SharingFileListenerState_build___closure1, A.SyncCubit_startSync_closure, A._SyncRepository__updateTransactionStatuses_closure, A.ThemeSwitcherBloc_closure, A.PaymentReviewBloc_closure, A.TurboTopUpEstimationBloc_closure0, A.TurboTopupFlowBloc_closure, A._TurboBalanceState_build_closure, A._TurboModalState_build_closure, A._TurboModalState__content_closure0, A._TurboModalState__content_closure, A._TurboModalState__content__closure3, A.TurboPaymentFormViewState__desktopView_closure0, A.TurboPaymentFormViewState__desktopView_closure, A.TurboPaymentFormViewState__credits_closure, A.TurboPaymentFormViewState__credits_closure0, A.TurboPaymentFormViewState_countryTextField_closure, A.TurboPaymentFormViewState_promoCodeWidget_closure, A.TurboPaymentFormViewState_promoCodeTextField_closure1, A.TurboPaymentFormViewState_promoCodeTextField_closure0, A.TurboPaymentFormViewState_promoCodeTextField_closure, A.TurboPaymentFormViewState_promoCodeTextField__closure0, A.QuoteRefreshWidgetState_build__closure, A.QuoteRefreshWidgetState_build__closure0, A.QuoteRefreshWidgetState_build__closure1, A.QuoteRefreshWidgetState_build__closure2, A._TurboReviewViewState_build_closure1, A._TurboReviewViewState_build_closure0, A._TurboReviewViewState_build_closure, A._TurboReviewViewState_build__closure4, A._TurboReviewViewState_build___closure7, A._TurboReviewViewState_build___closure6, A._TurboReviewViewState_build___closure9, A._TurboReviewViewState_build___closure8, A._TurboReviewViewState_build___closure11, A._TurboReviewViewState_build___closure10, A._TurboReviewViewState_build___closure13, A._TurboReviewViewState_build___closure12, A._TurboReviewViewState_build__closure5, A._TurboReviewViewState__footer__closure, A._TurboReviewViewState__footer__closure2, A.RefreshQuoteButtonState_build_closure, A.DownloadWalletBloc_closure, A.DownloadWalletModal_build_closure0, A.DownloadWalletModal_build_closure, A.ProfileNameBloc_closure, A.ProfileNameBloc_closure0, A.ProfileNameBloc_closure1, A.ProfileNameBloc_closure2, A.NextFitBundlePacker_packItems_closure0, A.DriveHistoryComposite__computeSubRanges_closure, A.HeightRange__normalizeSegments_closure, A.SnapshotDriveHistory__computeSubRanges_closure, A.splitTranslationsWithMultipleStyles_closure, A.UploadPlanUtils_filesToUploadPlan_closure, A.UploadPlanUtils_generateFoldersForFiles_closure0, A.trimData_closure, A.chunkTransformer_chunkStream, A.ArDriveHTTP__postIO_closure, A.ArDriveHTTP__postIO_closure0, A.ArDriveHTTP__getDioRetrySettings_setRetryAttempt, A._ArDriveAccordionState_build_closure, A._ArDriveDataTableState_build_closure0, A._ArDriveDropdownContentState_build_closure, A._ArDriveDropdownContentState_build__closure, A._ArDriveRadioButtonGroupState_build_closure, A.AnimatedTextFieldLabelState_build_closure, A.AnimatedTextFieldLabelNewState_build_closure, A.TurboStreamedUpload_send_closure1, A.TurboUploadServiceChunkUploadsBase_post__closure2, A.TurboUploadServiceChunkUploadsBase_post_closure1, A.TurboUploadServiceMultipart__uploadChunkRequest_closure, A.TurboUploadServiceNonChunked_post_closure1, A._UploadController_sendTask_closure1, A.WorkerPool__setWorkerCallbacks__closure2, A.getFirstFutureResult_onError, A.concatenateUint8ListStream_closure, A.listIntToUint8ListTransformer_closure, A.WorkerPool__setWorkerCallbacks__closure0, A.ResponseObject_toJson_closure, A.ARNSProcessData_ARNSProcessData$fromJson_closure, A.ARNSProcessData_toJson_closure, A.State_State$fromJson_closure, A.State_toJson_closure, A.chunkDataFromStream_addChunk, A.generateProofs_flatten_closure, A.TransactionUploader_upload_uploadChunkAndNotifyOfCompletion, A.Wallet_Wallet$fromJwk_closure, A.Wallet_toJwk_closure, A._postTransactionHeaderTaskEither_closure0, A.deepHashStreamTaskEither_closure0, A.deepHashTaskEither_closure0, A.signDataItemTaskEither_closure0, A.getOwnerTaskEither_closure0, A.decodeBase64ToBytesTaskEither_closure0, A.generateTransactionChunksTaskEither_closure0, A.getTxAnchor_closure0, A.getTxPrice_closure0, A.collectBytes_closure, A.FutureGroup_add_closure0, A.StreamQueue__ensureListening_closure1, A._CancelOnErrorSubscriptionWrapper_onError_closure, A._AutoSizeTextState_build_closure, A.Bloc_transformer_closure, A.restartable_closure, A.sequential_closure, A.CarouselSliderState_build_closure0, A.CarouselSliderState_build__closure, A.CanonicalizedMap_addAll_closure, A.CanonicalizedMap_forEach_closure, A.CanonicalizedMap_map_closure, A.ListToCsvConverter_convertSingleRow_closure, A.BrowserHttpClientAdapter_fetch_closure, A.BrowserHttpClientAdapter_fetch__closure, A.BrowserHttpClientAdapter_fetch_closure11, A.DioMixin_fetch_closure0, A.FormData__headerForFile_closure, A.Headers$fromMap_closure, A.Headers_toString_closure, A.LogInterceptor_onRequest_closure, A.LogInterceptor__printResponse_closure, A._transform_closure, A.handleResponseStream_closure1, A.Transformer_urlEncodeMap_closure, A.Transformer_urlEncodeQueryMap_closure, A.encodeMap_urlEncode, A.encodeMap_urlEncode_closure, A.caseInsensitiveKeyMap_closure, A.VerificationContext_throwIfInvalid_closure, A.InsertStatement__writeOnConflict_writeOnConflictConstraint, A.DoUpdate_closure, A.QueryTableExtensions_whereSamePrimaryKey_closure1, A.UpdateStatement_writeStartPart_closure, A.singleElementsOrNull_closure, A.singleElements_closure, A._combine_closure, A._combine_closure1, A.FilePickerWeb__fileType_closure, A.CupertinoDynamicColor_toString_toString, A._RenderCupertinoTextSelectionToolbarShape_paint_closure, A._RenderCupertinoTextSelectionToolbarItems_hitTestChild_closure, A.PointerRouter__dispatchEventToRoutes_closure, A.MaterialApp_createMaterialHeroController_closure, A._MaterialAppState_build_closure, A._ModalBottomSheetState_build_closure, A._RenderInputPadding_hitTest_closure0, A._RenderInputPadding_hitTest_closure, A._DropdownRoute_buildPage_closure, A._DropdownRoute_getItemOffset_closure, A._DropdownRoute_getMenuLimits_closure, A._RenderDecoration_performLayout_centerLayout, A._RenderDecoration_performLayout_baselineLayout, A._RenderDecoration_hitTestChildren_closure, A._RenderListTile_hitTestChildren_closure, A._ZoomEnterTransitionPainter_paint_closure, A._ZoomExitTransitionPainter_paint_closure, A._LinearProgressIndicatorPainter_paint_drawBar, A._LinearProgressIndicatorState_build_closure, A._CircularProgressIndicatorState__buildAnimation_closure, A.ScaffoldState_build_closure, A._ScaffoldState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._SnackBarState_build_closure1, A._SnackBarState_build_closure2, A._TextFieldState_build_closure5, A._TextFieldState_build_closure6, A.__TextFieldState_State_RestorationMixin_dispose_closure, A._TextSelectionToolbarTrailingEdgeAlignRenderBox_hitTestChildren_closure, A._RenderTextSelectionToolbarItemsLayout_hitTestChildren_closure, A.ThemeData__lerpThemeExtensions_closure, A.NetworkImage__loadAsync_closure1, A._CompoundBorder_dimensions_closure, A.ImageCache_putIfAbsent_listener, A.ImageProvider_resolve_closure, A.ImageProvider__createErrorHandlerAndKey_handleError, A.AssetImage_obtainKey_closure0, A.OneFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure, A.MultiFrameImageStreamCompleter_closure0, A.RendererBinding_initMouseTracker_closure, A.RenderBoxContainerDefaultsMixin_defaultHitTestChildren_closure, A.RenderEditable_getRectForComposingRange_closure, A.RenderEditable_computeMinIntrinsicWidth_closure, A.RenderEditable_computeMaxIntrinsicWidth_closure, A.RenderFlex_computeMinIntrinsicWidth_closure, A.RenderFlex_computeMaxIntrinsicWidth_closure, A.RenderFlex_computeMinIntrinsicHeight_closure, A.RenderFlex_computeMaxIntrinsicHeight_closure, A.MouseTracker__handleDeviceUpdateMouseEvents_closure, A.PipelineOwner_flushLayout_closure, A.PipelineOwner_flushCompositingBits_closure, A.PipelineOwner_flushPaint_closure, A.PipelineOwner_flushSemantics_closure, A.RenderInlineChildrenContainerDefaults_hitTestInlineChildren_closure, A.RenderParagraph_computeMinIntrinsicWidth_closure, A.RenderParagraph_computeMaxIntrinsicWidth_closure, A.RenderPhysicalModel_paint_closure, A.RenderPhysicalShape_paint_closure, A.RenderTransform_hitTestChildren_closure, A.RenderFittedBox_hitTestChildren_closure, A.RenderFractionalTranslation_hitTestChildren_closure, A.RenderFollowerLayer_hitTestChildren_closure, A.RenderShiftedBox_hitTestChildren_closure, A.RenderIndexedStack_hitTestChildren_closure, A.SchedulerBinding_handleBeginFrame_closure, A._SemanticsSortGroup_sortedWithinKnot_closure, A.SemanticsOwner_sendSemanticsUpdate_closure0, A.SemanticsOwner_sendSemanticsUpdate_closure1, A.SemanticsConfiguration_absorb_closure, A.CachingAssetBundle_loadStructuredData_closure0, A._DefaultBinaryMessenger_setMessageHandler_closure, A.StandardMessageCodec_writeValue_closure0, A.HtmlElementViewImpl_buildImpl_closure, A._StreamBuilderBaseState__subscribe_closure1, A._FutureBuilderState__subscribe_closure0, A.EditableTextState__formatAndSetValue_closure, A.EditableTextState_build_closure, A.EditableTextState_build_closure2, A.DirectionalFocusTraversalPolicyMixin__sortAndFindInitial_closure, A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferVertical_closure, A.DirectionalFocusTraversalPolicyMixin__sortByDistancePreferHorizontal_closure, A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferHorizontal_closure, A.DirectionalFocusTraversalPolicyMixin__sortClosestEdgesByDistancePreferVertical_closure, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterHorizontally_closure1, A.DirectionalFocusTraversalPolicyMixin__sortAndFilterVertically_closure1, A._ReadingOrderSortData_sortWithDirectionality_closure, A._ReadingOrderDirectionalGroupData_sortWithDirectionality_closure, A.ReadingOrderTraversalPolicy__pickNext_closure, A.ReadingOrderTraversalPolicy__pickNext_inBand, A._FormFieldState_State_RestorationMixin_dispose_closure, A.Element_updateChildren_slotFor, A.Hero__allHeroesFor_inviteHero, A._HeroFlight__buildOverlay_closure, A.HeroController__defaultHeroFlightShuttleBuilder_closure, A.precacheImage_closure, A.precacheImage_closure0, A._ImageState__getListener_closure, A.KeyboardListener_build_closure, A.DefaultTransitionDelegate_resolve_handleExitingRoute, A._HistoryProperty_fromPrimitives_closure, A._NavigatorState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._RenderTheaterMixin_hitTestChildren_childHitTest, A._StretchingOverscrollIndicatorState_build_closure, A._PageViewState_build_closure0, A._PlatformViewLinkState_build_closure, A.__RestorationScopeState_State_RestorationMixin_dispose_closure, A.__RouterState_State_RestorationMixin_dispose_closure, A._ModalScopeState_build_closure, A._ModalScopeState_build__closure0, A._ModalScopeState_build___closure, A.ScrollView_build_closure, A.ListView$separated_closure, A.ListView$separated_closure0, A._ScrollableState_State_TickerProviderStateMixin_RestorationMixin_dispose_closure, A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure, A._ScrollableSelectionContainerDelegate_didChangeSelectables_closure0, A.ScrollableDetails_toString_addIfNonNull, A.ShortcutManager__indexShortcuts_closure, A.SingleChildScrollView_build_closure, A._RenderSingleChildViewport_paint_paintContents, A._RenderSingleChildViewport_hitTestChildren_closure, A.View_build_closure, A._RenderScaledInlineWidget_paint_closure, A._RenderScaledInlineWidget_hitTestChildren_closure, A._BlocBuilderBaseState_build_closure0, A._BlocConsumerState_build_closure0, A.BlocProvider_buildWithChild_closure, A.RepositoryProvider_closure, A.loadDateIntlDataIfNotLoaded_closure, A.EnhancedRenderFollowerLayer_hitTestChildren_closure, A._PortalTargetState_build_closure, A._PortalTargetState__buildModeNormal_closure0, A.FlutterSharingIntent_getMediaStream_closure, A.Either_foldMap_closure, A.Either_length_closure, A.Foldable2_length_closure, A.dualEndoMonoid_closure, A._LinkChain_request_closure, A.BaseRequest_closure, A.MediaType_toString_closure, A.IfdContainer$from_closure, A.IfdDirectory_copy_closure, A.IfdDirectory_copy_closure0, A.VP8__upSample_loadUv, A.DateFormat__fieldConstructors_closure, A.DateFormat__fieldConstructors_closure0, A.DateFormat__fieldConstructors_closure1, A.JsIsolatedWorkerImpl__callbackObjects_closure, A.SIPath_paint_closure, A.ColorWriter_writeColor_writeGradientStart, A.AudioPlayer_closure0, A.AudioPlayer_closure2, A.AudioPlayer_closure4, A.AudioPlayer_closure6, A.AudioPlayer_closure8, A.AudioPlayer_closure10, A.AudioPlayer_closure12, A.AudioPlayer_closure13, A.AudioPlayer_closure14, A.AudioPlayer_createPositionStream_closure0, A.AudioPlayer_createPositionStream_closure2, A.AudioSource_uri_hasExtension, A._PrograssiveDotsState_build_scalingDot, A._PrograssiveDotsState_build_closure, A.BaseStrokeContent__applyTrimPath_closure, A._LottieState_build_closure, A._LottieBuilderState_build_closure, A.loadImage_closure, A.loadImage_closure0, A._dashes_closure, A.decodePermissionRequestResult_closure, A.optimizedRanges_closure, A.optimizedRanges_closure0, A._pattern_closure, A.OAEPEncoding_factoryConfig_closure, A.PKCS1Encoding_factoryConfig_closure, A.CBCBlockCipher_factoryConfig_closure, A.CCMBlockCipher_factoryConfig_closure, A.CFBBlockCipher_factoryConfig_closure, A.CTRBlockCipher_factoryConfig_closure, A.ECBBlockCipher_factoryConfig_closure, A.GCMBlockCipher_factoryConfig_closure, A.GCTRBlockCipher_factoryConfig_closure, A.IGEBlockCipher_factoryConfig_closure, A.OFBBlockCipher_factoryConfig_closure, A.SICBlockCipher_factoryConfig_closure, A.CSHAKEDigest_factoryConfig_closure, A.KeccakDigest_factoryConfig_closure, A.SHA3Digest_factoryConfig_closure, A.SHA512tDigest_factoryConfig_closure, A.SHAKEDigest_factoryConfig_closure, A.ConcatKDFDerivator_factoryConfig_closure, A.HKDFKeyDerivator_factoryConfig_closure, A.PBKDF2KeyDerivator_factoryConfig_closure, A.PKCS12ParametersGenerator_factoryConfig_closure, A.PKCS5S1ParameterGenerator_factoryConfig_closure, A.CBCBlockCipherMac_factoryConfig_closure, A.CMac_factoryConfig_closure, A.HMac_factoryConfig_closure, A.Poly1305_factoryConfig_closure, A.PaddedBlockCipherImpl_factoryConfig_closure, A.AutoSeedBlockCtrRandom_factoryConfig_closure, A.BlockCtrRandom_factoryConfig_closure, A.ECDSASigner_factoryConfig_closure, A.PSSSigner_factoryConfig_closure, A.RSASigner_factoryConfig_closure, A.ChaCha20Engine_factoryConfig_closure, A.ChaCha7539Engine_factoryConfig_closure, A.CTRStreamCipher_factoryConfig_closure, A.EAX_factoryConfig_closure, A.SICStreamCipher_factoryConfig_closure, A.CommunityOracle_selectTokenHolder_closure0, A.CommunityContractDataBuilder__validateSingleVote_closure, A.CommunityContractDataBuilder__validateSingleVault_closure, A.FormControlCollection_findControlInCollection_closure, A.FormGroup_reduceValue_closure, A.FormGroup_addAll_closure, A.FormGroup_errors_closure, A.ResponsiveBuilder_build_closure, A.ScreenTypeLayout_build_closure, A.CombineLatestStream__buildController__closure, A.Hint_addAll_closure, A.Contexts_toJson_closure, A.Scope_applyToEvent_closure, A.Scope__mergeEventTags_closure, A.Scope__mergeEventExtra_closure, A.HttpSanitizer_sanitizedHeaders_closure, A.SentryFlutter__createRunZonedGuardedOnError_closure, A.Highlighter__collateLines_closure0, A.Frame_Frame$parseV8_closure_parseLocation, A._$$_BillingDetailsToJson_writeNotNull, A._$$_PaymentElementBillingDetailsAddressToJson_writeNotNull0, A._$$_PaymentElementChangeEventToJson_writeNotNull, A._$$_PaymentElementChangeEventToJson_writeNotNull0, A._$$_PaymentElementBillingDetailsAddressToJson_writeNotNull, A._$$_CardElementChangeEventToJson_writeNotNull, A._$$_CardElementChangeEventValueToJson_writeNotNull, A._$$_CardElementOptionsToJson_writeNotNull, A._$$_ElementAppearanceToJson_writeNotNull, A._$$_ConfirmAlipayPaymentDataToJson_writeNotNull, A._$$_ConfirmCardPaymentDataToJson_writeNotNull, A._$$_ConfirmIdealPaymentDataToJson_writeNotNull, A._$$_PaymentIntentFromJson_closure, A._$$_PaymentIntentToJson_writeNotNull, A._$$_PaymentIntentAmountDetailsToJson_writeNotNull, A._$$_PaymentIntentTipToJson_writeNotNull, A._$$_PaymentIntentAutomaticPaymentMethodsToJson_writeNotNull, A._$$_PaymentIntentResponseToJson_writeNotNull, A._$$_CardPaymentMethodDefaultToJson_writeNotNull, A._$$_CardPaymentMethodDetailsTokenToJson_writeNotNull, A._$$_IdealPaymentMethodDetailsSelfCollectToJson_writeNotNull, A.RenderWebVectorGraphic_paint_closure, A.RenderWebVectorGraphic_paint__closure, A.RenderWebVectorGraphic_paint___closure, A.FlutterVectorGraphicsListener_onImage_closure0, A.FlutterVectorGraphicsListener_onImage_closure1, A._VectorGraphicWidgetState__loadPicture__closure, A.DartEthereum_rawRequest_closure, A._decompressKey_x9IntegerToBytes, A.XmlEventParser_processing_closure]);
_inheritMany(A.FontLoadError, [A.FontNotFoundError, A.FontDownloadError, A.FontInvalidDataError]);
_inheritMany(A.PersistedSurface, [A.PersistedContainerSurface, A.PersistedLeafSurface]);
_inheritMany(A.PersistedContainerSurface, [A.PersistedBackdropFilter, A._PersistedClipRect_PersistedContainerSurface__DomClip, A._PersistedClipRRect_PersistedContainerSurface__DomClip, A.PersistedClipPath, A.PersistedColorFilter, A.PersistedImageFilter, A.PersistedOffset, A.PersistedOpacity, A.PersistedScene, A.PersistedShaderMask, A.PersistedTransform]);
@@ -479725,7 +479950,7 @@
typeUniverse: {eC: new Map(), tR: {}, eT: {}, tPV: {}, sEA: []},
mangledGlobalNames: {int: "int", double: "double", num: "num", String: "String", bool: "bool", Null: "Null", List: "List", Object: "Object", Map: "Map"},
mangledNames: {},
- types: ["~()", "Null()", "double(double)", "Future<~>()", "Future()", "~(Duration)", "~(JavaScriptObject)", "~(Object?)", "Widget(BuildContext)", "~(@)", "Color(Set)", "Null(@)", "~(String,@)", "bool(String)", "Null(bool)", "~(AnimationStatus)", "Null(~)", "PluralCase()", "~(bool)", "Null(String)", "~(int)", "~(InputBuffer)", "Null(Object,StackTrace)", "~(String)", "String(String)", "~(Element)", "~(PaintingContext,Offset)", "~(PathParser)", "~(double)", "bool(BoxHitTestResult,Offset)", "~(PointerExitEvent)", "~(Object,StackTrace)", "~(DragUpdateDetails)", "~(RenderObject)", "bool(Element)", "int(Uint32List,int,int)", "SizedBox(BuildContext)", "int()", "String?(String?)", "~(PointerEvent)", "bool(TransactionCommonMixin$Tag)", "Null(Event)", "Row(BuildContext)", "bool(Object?)", "List()", "TextStyle(Set)", "bool(FocusNode)", "bool(Drive)", "Tag(Tag)", "@(@)", "~(PointerEnterEvent)", "~(DragStartDetails)", "int(int)", "bool()", "~(DragEndDetails)", "~(~)", "Future<@>()", "TransactionCommonMixin$Tag(@)", "~(Object[StackTrace?])", "Map(TransactionCommonMixin$Tag)", "String(int)", "bool(ArDriveDataTableItem)", "~(SvgParser,bool)", "String(Object)", "Column(BuildContext)", "~(ByteData?)", "Tween(@)", "~(PointerDownEvent)", "bool(int)", "Null(double)", "Future<~>(~)", "Future()", "Future<@>(MethodCall0)", "IconButton(BuildContext)", "int(int,int)", "~(TapDownDetails)", "bool(NotoFont)", "~(@,@)", "int([int])", "Null(ArDriveDataTableItem)", "Null(@,@)", "~(JSObject)", "Point0(double)", "double(RenderBox)", "~(Timer)", "0&(StreamTransactionError)", "BorderSide(Set)", "TextSpan(String)", "Tag(TransactionCommonMixin$Tag)", "bool(FlutterHtmlKeyboardEvent)", "String()", "Color?(Set)", "Rect()", "SizedBox(BuildContext,int)", "~(RestorableProperty