buildPage<T> method
Builds the AutoRoutePage page
Implementation
AutoRoutePage<T> buildPage<T>() {
return _match.buildPage<T>(this);
}
Builds the AutoRoutePage page
AutoRoutePage<T> buildPage<T>() {
return _match.buildPage<T>(this);
}