replaceSync method

void replaceSync(
  1. String text
)

Implementation

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