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