ChromeSafariBrowser.fromPlatform constructor

ChromeSafariBrowser.fromPlatform(
  1. PlatformChromeSafariBrowser platform
)

Constructs a ChromeSafariBrowser from a specific platform implementation.

Implementation

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