static Future<Directory?> createStorageDir({String? category}) async { await initStorageDir(); String? path = getStoragePath(category: category); return createDir(path); }