static bool isFileExistsFromPath(String filePath) { final file = getFileByPath(filePath); return file != null && file.existsSync(); }