static Directory? createStorageDirSync({String? category}) { String? path = getStoragePath(category: category); return createDirSync(path); }