resourceWithHref method
Finds the first resource Link (asset or readingOrder item) at the given relative path.
Implementation
Link? resourceWithHref(String href) =>
readingOrder.deepLinkWithHref(href) ?? resources.deepLinkWithHref(href);
Finds the first resource Link (asset or readingOrder item) at the given relative path.
Link? resourceWithHref(String href) =>
readingOrder.deepLinkWithHref(href) ?? resources.deepLinkWithHref(href);