使用给定的 编码 同步地将整个文件内容读取为文本行。
如果操作失败,则抛出 FileSystemException。
List<String> readAsLinesSync({Encoding encoding = utf8});