String readFile(String filePath) { final File fileObj = File(filePath); return fileObj.readAsStringSync(); }