Initialise current state of page
void initPage(String url, [Object? pageInfo]) { replaceState(pageInfo, null, url); }