reloadBrowser function
void
reloadBrowser()
Reloads the current browser document.
The production gateway calls this only when compiled for the web.
Implementation
void reloadBrowser() {
throw UnsupportedError('Browser reload is unavailable on this platform.');
}