UrlFilter typedef

UrlFilter = void Function(String url)

Implementation

typedef void UrlFilter(String url);