PlatformWebMessageChannelCreationParams constructor
const
PlatformWebMessageChannelCreationParams({
- required String id,
- required PlatformWebMessagePort port1,
- required PlatformWebMessagePort port2,
Used by the platform implementation to create a new PlatformWebMessageChannel.
Implementation
const PlatformWebMessageChannelCreationParams(
{required this.id, required this.port1, required this.port2});