add method
void
add(
- dynamic element, [
- dynamic before
Implementation
void add(dynamic element, [dynamic before]) =>
js_util.callMethod(this, 'add', [element, before]);