stop method

Future stop()

Implementation

Future stop() async {
  await _check();
  await _controller?.evaluateJavascript('stop()');
}