unobserve method

void unobserve(
  1. Element target
)

Implementation

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