使用指定的编码以文本行的方式读取整个文件内容。
返回一个 Future<List<String>>,当文件内容被读取后完成。
Future<List<String>>
Future<List<String>> readAsLines({Encoding encoding = utf8});