updated localstore collection to global constant

This commit is contained in:
2024-04-16 14:39:20 +02:00
parent 19aca8f97f
commit f5407d2477
16 changed files with 24 additions and 23 deletions

View File

@ -12,7 +12,7 @@ class ListFilesCache extends RequestCache<ListFilesResponse> {
ListFilesCache({required onUpdate, required this.path}) : super(RequestCache.cacheNothing, onUpdate) {
var bytes = utf8.encode('MarianumMobile-$path');
var cacheName = md5.convert(bytes).toString();
start('MarianumMobile', 'wd-folder-$cacheName');
start('wd-folder-$cacheName');
}
@override