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