BroadcastChannel constructor

  1. @DomName('BroadcastChannel.BroadcastChannel')
  2. @DocsEditable()
BroadcastChannel(String name)

Implementation

@DomName('BroadcastChannel.BroadcastChannel')
@DocsEditable()
factory BroadcastChannel(String name) {
  return BroadcastChannel._create_1(name);
}