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