PlatformWebMessagePort.implementation constructor

  1. @protected
PlatformWebMessagePort.implementation(
  1. PlatformWebMessagePortCreationParams params
)

Used by the platform implementation to create a new PlatformWebMessagePort.

Should only be used by platform implementations because they can't extend a class that only contains a factory constructor.

Implementation

@protected
PlatformWebMessagePort.implementation(this.params) : super(token: _token);