prepend method
Implementation
Element prepend(String text, [ContentOptions? options]) =>
js_util.callMethod(this, 'prepend', [text, options]);
Element prepend(String text, [ContentOptions? options]) =>
js_util.callMethod(this, 'prepend', [text, options]);