JavascriptChannels constructor

JavascriptChannels(
  1. List<String> names,
  2. MessageReceived callback
)

Implementation

JavascriptChannels(this.names, this.callback);