Lists the direct children of a directory.
@override Future<Result<List<FileInfo>, FileError>> listDir(String path) => _fs.listDir(path);