observe method

void observe(
  1. Element target
)

Implementation

void observe(Element target) => js_util.callMethod(this, 'observe', [target]);