static Directory? createAppSupportDirSync({String? category}) { String? path = getAppSupportPath(category: category); return createDirSync(path); }