FlutterJsExecutor constructor
FlutterJsExecutor({})
Implementation
FlutterJsExecutor({
this.maxScriptSize = 10 * 1024 * 1024, // 1MB
this.maxResultSize = 10 * 1024 * 1024, // 10MB
this.truncateLargeScripts = false,
});