eval method

Future<String> eval(
  1. String code
)

Implementation

Future<String> eval(String code) {
  return evaluate(code, _engineId);
}