Kiểm tra file có tồn tại hay không
static bool fileExists(String path) { return File(path).existsSync(); }