PlatformInAppWebViewController.implementation constructor

  1. @protected
PlatformInAppWebViewController.implementation(
  1. PlatformInAppWebViewControllerCreationParams params
)

Used by the platform implementation to create a new PlatformInAppWebViewController.

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

Implementation

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