canGoBack method

Future<bool> canGoBack(
  1. int webviewId
)

Implementation

Future<bool> canGoBack(int webviewId) {
  throw UnimplementedError();
}