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