static Directory? createAppDocDirSync({String? category}) { String? path = getAppDocPath(category: category); return createDirSync(path); }