linksWithRel method

List<Link> linksWithRel(
  1. String rel
)

Finds all Links having the given rel in the publications's links.

Implementation

List<Link> linksWithRel(String rel) => _manifest.linksWithRel(rel);