observe method

void observe(
  1. Node target, [
  2. MutationObserverInit? options
])

Implementation

void observe(Node target, [MutationObserverInit? options]) =>
    js_util.callMethod(this, 'observe', [target, options]);