prepend method

Element prepend(
  1. String text, [
  2. ContentOptions? options
])

Implementation

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