InAppBrowser.fromPlatform constructor

InAppBrowser.fromPlatform(
  1. PlatformInAppBrowser platform
)

Constructs a InAppBrowser from a specific platform implementation.

Implementation

InAppBrowser.fromPlatform(this.platform) {
  this.platform.eventHandler = this;
}