JavascriptChannelRegistry constructor
JavascriptChannelRegistry(
- Set<
JavascriptChannel> ? channels
Constructs a JavascriptChannelRegistry initializing it with the given set of JavascriptChannels.
Implementation
JavascriptChannelRegistry(Set<JavascriptChannel>? channels) {
updateJavascriptChannelsFromSet(channels);
}