PlatformWebViewFeature.implementation constructor

  1. @protected
PlatformWebViewFeature.implementation(
  1. PlatformWebViewFeatureCreationParams params
)

Used by the platform implementation to create a new PlatformWebViewFeature.

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

Implementation

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