PathMatcher typedef

PathMatcher = bool Function(Uri path)

Returns true, if the given path matches.

Implementation

typedef PathMatcher = bool Function(Uri path);