bind method

void bind(
  1. String name,
  2. DartFunction fn
)

Implementation

void bind(String name, DartFunction fn) => vm[name] = fn;