IsolateQjs constructor
IsolateQjs({})
Quickjs engine runing on isolate thread.
Pass handlers to implement js-dart interaction and resolving modules. The methodHandler is
used in isolate, so the handler function must be a top-level function or a static method.
Implementation
IsolateQjs({
this.moduleHandler,
this.stackSize,
this.timeout,
this.memoryLimit,
this.hostPromiseRejectionHandler,
});