stopLoading method

Future<void> stopLoading()

Implementation

Future<void> stopLoading() async {
  jsWebView?.stopLoading();
}