QuickJsService constructor
QuickJsService(
- FlutterJs _flutterJs
Implementation
QuickJsService(this._flutterJs) {
_startServer();
IsolateNameServer.registerPortWithName(
_receivePort.sendPort, 'QuickJsService');
// TODO: remove from here
initChannelFunctions();
}