PlatformInAppWebViewWidget.implementation constructor

  1. @protected
PlatformInAppWebViewWidget.implementation(
  1. PlatformInAppWebViewWidgetCreationParams params
)

Used by the platform implementation to create a new PlatformInAppWebViewWidget.

Should only be used by platform implementations because they can't extend a class that only contains a factory constructor.

Implementation

@protected
PlatformInAppWebViewWidget.implementation(this.params) : super(token: _token);