execute abstract method

DartBlockValue? execute(
  1. DartBlockArbiter arbiter,
  2. List<DartBlockValue> args
)

Execute the function with the given arguments.

Returns the function's return value, or null for void functions.

Implementation

DartBlockValue? execute(DartBlockArbiter arbiter, List<DartBlockValue> args);