TBLWebviewController.create constructor
TBLWebviewController.create()
Implementation
factory TBLWebviewController.create(
String mode,
String placement,
String pageUrl,
String pageType,
String pageId,
String targetType,
int viewId,
String publisherId,
TBLClassicListener taboolaStandardListener,
PlatformWebViewControllerCreationParams
platformWebViewControllerCreationParams) {
return TBLWebviewController._(
mode,
placement,
pageUrl,
pageType,
pageId,
targetType,
viewId,
publisherId,
taboolaStandardListener,
platformWebViewControllerCreationParams);
}