TF-3042 Clean up public assets after identity is saved

This commit is contained in:
DatDang
2024-08-09 15:52:47 +07:00
committed by Dat H. Pham
parent 3b87d591e0
commit 7ea01d74bc
25 changed files with 538 additions and 22 deletions
+2
View File
@@ -7,4 +7,6 @@ extension ListExtension<T> on List<T>? {
}
return this;
}
bool notContains(T value) => this?.contains(value) != true;
}