dispose static method

void dispose()

Disposes the JavaScript evaluator resources.

Implementation

static void dispose() {
  _instance.dispose();
}