WebMessagePort.fromPlatform constructor
WebMessagePort.fromPlatform({
- required PlatformWebMessagePort platform,
Constructs a WebMessagePort from a specific platform implementation.
Implementation
WebMessagePort.fromPlatform({required this.platform});