FlutterQjs constructor

FlutterQjs({
  1. _JsModuleHandler? moduleHandler,
  2. int? stackSize,
  3. int? timeout,
  4. int? memoryLimit,
  5. _JsHostPromiseRejectionHandler? hostPromiseRejectionHandler,
})

Implementation

FlutterQjs({
  this.moduleHandler,
  this.stackSize,
  this.timeout,
  this.memoryLimit,
  this.hostPromiseRejectionHandler,
});