WebViewGestureRecognizer constructor

WebViewGestureRecognizer(
  1. TaboolaWebView taboolaWebView,
  2. BuildContext buildContext
)

Implementation

WebViewGestureRecognizer(
    TaboolaWebView taboolaWebView, BuildContext buildContext) {
  _taboolaWebView = taboolaWebView;
  _buildContext = buildContext;
}