InAppBrowser.fromPlatform constructor
InAppBrowser.fromPlatform(
- PlatformInAppBrowser platform
Constructs a InAppBrowser from a specific platform implementation.
Implementation
InAppBrowser.fromPlatform(this.platform) {
this.platform.eventHandler = this;
}