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