getWebView function
WebViewInterface
getWebView({
- required String url,
- required ValueChanged<
bool> onBottomReached, - String? notSupportedMessage,
Implementation
WebViewInterface getWebView(
{required String url,
required ValueChanged<bool> onBottomReached,
String? notSupportedMessage}) {
return WebViewInterface(url: url, onBottomReached: onBottomReached);
}