goForward method
Goes forward in the history of this WebView.
If there is no forward history item this is a no-op.
Implementation
Future<void> goForward() {
return platform.goForward();
}
Goes forward in the history of this WebView.
If there is no forward history item this is a no-op.
Future<void> goForward() {
return platform.goForward();
}