Future<bool> loadFile() async { map = await ParseJsonFile().parseMap(); fileLoaded = map.isNotEmpty; return fileLoaded; }