LinkParser constructor

const LinkParser(
  1. List<Matcher Function()> supportedSites
)

Parses given url to appropriate site by using site matchers.

Implementation

const LinkParser(this.supportedSites);