PlatformWebMessagePort.implementation constructor
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);