goBack method
Goes back in the history of this WebView.
If there is no back history item this is a no-op.
Implementation
Future<void> goBack() {
throw UnimplementedError(
"WebView goBack is not implemented on the current platform");
}
Goes back in the history of this WebView.
If there is no back history item this is a no-op.
Future<void> goBack() {
throw UnimplementedError(
"WebView goBack is not implemented on the current platform");
}