eval method

Future<String> eval(
  1. String code
)

Implementation

Future<String> eval(String code) {
  throw UnimplementedError('eval() has not been implemented.');
}