Reloads the current URL.
@override Future<void> reload() async { if (jsBridge.hasReady) { await jsBridge.evalJavaScript('window.history.go(0)'); } }