TBLWebView constructor

TBLWebView(
  1. String _publisherId,
  2. String _placement,
  3. String _mode,
  4. String _pageType,
  5. String _pageUrl,
  6. String _pageId,
  7. String _targetType,
  8. TBLWebViewManager _webViewManager,
  9. int viewId,
  10. TBLEventsManager _tblEventsManager, {
  11. 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});