void insertBefore(Node node, Node? before) { throw DomException._invalidMethod('Node', 'insertBefore'); }