exec method
Exec the script with name. 执行脚本,此处为规则引擎服务化执行接口.
Implementation
@MPI(name: "mesh.vmc.exec")
Future<String?> exec(String code, Map<String, String> args, String dft, {Context? ctx}) {
throw UnimplementedError('exec() has not been implemented.');
}