PlatformWebMessagePortCreationParams constructor

const PlatformWebMessagePortCreationParams({
  1. required int index,
})

Used by the platform implementation to create a new PlatformWebMessagePort.

Implementation

const PlatformWebMessagePortCreationParams({required this.index});