eval function

dynamic eval(
  1. String x
)

Evaluates JavaScript code and executes it.

Implementation

_i2.dynamic eval(_i2.String x) => _i6.callMethod(
      _self,
      'eval',
      [x],
    );