EvalCallableFunc typedef

EvalCallableFunc = $Value? Function(Runtime runtime, $Value? target, List<$Value?> args)

Typedef of a function that can be called by dart_eval.

Implementation

typedef EvalCallableFunc = $Value? Function(
    Runtime runtime, $Value? target, List<$Value?> args);