PlatformWebViewController.implementation constructor

  1. @protected
PlatformWebViewController.implementation(
  1. PlatformWebViewControllerCreationParams params
)

Used by the platform implementation to create a new PlatformWebViewController.

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

Implementation

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