TBLWebView constructor
TBLWebView(
- String _publisherId,
- String _placement,
- String _mode,
- String _pageType,
- String _pageUrl,
- String _pageId,
- String _targetType,
- TBLWebViewManager _webViewManager,
- int viewId,
- TBLEventsManager _tblEventsManager, {
- required VoidCallback onWebviewUrlLoaded,
Implementation
TBLWebView(
this._publisherId,
this._placement,
this._mode,
this._pageType,
this._pageUrl,
this._pageId,
this._targetType,
this._webViewManager,
this.viewId,
this._tblEventsManager,
{required this.onWebviewUrlLoaded});