startSafeBrowsing method

  1. @Deprecated("Use InAppWebViewController.startSafeBrowsing instead")
Future<bool> startSafeBrowsing()

Implementation

@Deprecated("Use InAppWebViewController.startSafeBrowsing instead")
Future<bool> startSafeBrowsing() async {
  return await _controller?.startSafeBrowsing() ?? false;
}