JavascriptChannels constructor
JavascriptChannels(
- List<
String> names, - MessageReceived callback
Implementation
JavascriptChannels(this.names, this.callback);
JavascriptChannels(this.names, this.callback);