suspend method

Future<void> suspend(
  1. int webviewId
)

Implementation

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