jsEval function
- String script
The code is used only internally and is not a public API. The comment exists mainly to satisfy the linter.
Implementation
dynamic jsEval(String script) => _Function(script)();
The code is used only internally and is not a public API. The comment exists mainly to satisfy the linter.
dynamic jsEval(String script) => _Function(script)();