eval abstract method

Future eval(
  1. String code
)

Implementation

Future<dynamic> eval(String code);