goBack method

Future<void> goBack(
  1. int webviewId
)

Implementation

Future<void> goBack(int webviewId) {
  throw UnimplementedError();
}