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