使用指定的编码读取整个文件内容为字符串。
返回一个当文件内容被读取完毕后完成的 Future。
Future
Future<String> readAsString({Encoding encoding = utf8});