void getData() {List<int> bytes = utf8.encode('this is the text file');print(bytes); // Need to download the bytes with a txt file.}