add method

void add(
  1. String value
)

Implementation

void add(String value) => js_util.callMethod(this, 'add', [value]);