menu
rapider_flutter_js_stable package
documentation
quickjs/quickjs_runtime.dart
QuickJsRuntime
evaluate method
evaluate method
dark_mode
light_mode
evaluate
method
JsEvalResult
evaluate
(
String
js
, {
String
?
sourceUrl
,
})
override
Implementation
JsEvalResult evaluate(String js, {String? sourceUrl}) { return jsEval(_context, js); }
rapider_flutter_js_stable package
documentation
quickjs/quickjs_runtime
QuickJsRuntime
evaluate method
QuickJsRuntime class