JavascriptChannelRegistry constructor

JavascriptChannelRegistry(
  1. Set<JavascriptChannel>? channels
)

Constructs a JavascriptChannelRegistry initializing it with the given set of JavascriptChannels.

Implementation

JavascriptChannelRegistry(Set<JavascriptChannel>? channels) {
  updateJavascriptChannelsFromSet(channels);
}