handleRoute method
Implementation
void handleRoute(String pattern, ComponentRouterHandleFunc matcherFunc, {bool? prefixMatch}) {
_matchMap[pattern] = _ComponentRoute(matcherFunc, prefixMatch: prefixMatch);
}
void handleRoute(String pattern, ComponentRouterHandleFunc matcherFunc, {bool? prefixMatch}) {
_matchMap[pattern] = _ComponentRoute(matcherFunc, prefixMatch: prefixMatch);
}