Dart
dart:html
BroadcastChannel
BroadcastChannel factory constructor
description
BroadcastChannel constructor
BroadcastChannel
(
String
name
)
Implementation
factory
BroadcastChannel(
String
name) {
return
BroadcastChannel._create_1(name); }