Read string content.
Future<String> readString(File file, {Encoding encoding = utf8}) => fs.readString(fs.wrapIoFile(file), encoding: encoding);