dynamic stopResizeNotificationsFor(target)

Used to remove a resizable descendant from the list of descendants that should be notified of a resize change.

Source

stopResizeNotificationsFor(target) =>
    jsElement.callMethod('stopResizeNotificationsFor', [target]);