unobserve property

void Function(Element) get unobserve

Implementation

void Function(_i3.Element) get unobserve =>
    (_i3.Element p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'unobserve',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
set unobserve (void value(Element))

Implementation

set unobserve(void Function(_i3.Element) value) {
  _i4.setProperty(
    this,
    'unobserve',
    _i4.allowInterop(value),
  );
}