restore method
Restore the RouteMatchList
Implementation
void restore(RouteMatchList matchList) {
log('restoring ${matchList.uri}');
routeInformationProvider.restore(matchList.uri.toString(), matchList: matchList);
}
Restore the RouteMatchList
void restore(RouteMatchList matchList) {
log('restoring ${matchList.uri}');
routeInformationProvider.restore(matchList.uri.toString(), matchList: matchList);
}