PathMatcher typedef

PathMatcher = MatchData? Function(String path, String pattern, {bool prefix})

Implementation

typedef PathMatcher = MatchData? Function(
  String path,
  String pattern, {
  bool prefix,
});