void insertAdjacentHTML(String position, String text) => js_util.callMethod(this, 'insertAdjacentHTML', [position, text]);