Future<String> getReadJson() async { String data = await rootBundle.loadString(this.fileJson); return data; }