Returns a boolean value indicating whether the `InAppWebView` can go back or forward the given number of steps. Steps is negative if backward and positive if forward.
///Gets whether the page can go back or forward the given number of steps.
///Returns a boolean value indicating whether the [InAppWebView] can go back or forward the given number of steps. Steps is negative if backward and positive if forward.
Future<bool>canGoBackOrForward(intsteps)async{
assert(steps!=null);
...
...
@@ -929,7 +929,7 @@ class InAppWebViewController {