matchesProvider static method

bool matchesProvider(
  1. String key
)

Generic match against any list key in extraConfig (e.g. custom ISPs).

Implementation

static bool matchesProvider(String key) => _matchesKey(key);