Read lines from a file.
Future<List<String>> readLines({Encoding encoding = utf8}) => fs.readLines(fs.wrapIoFile(this), encoding: encoding);