PlatformInAppBrowser.implementation constructor

  1. @protected
PlatformInAppBrowser.implementation(
  1. PlatformInAppBrowserCreationParams params
)

Used by the platform implementation to create a new PlatformInAppBrowser.

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

Implementation

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