static Future<bool> checkFolderExistenceAsync({ required String folderPath, }) async { return await Directory(folderPath).exists(); }