splitText method

Text splitText(
  1. int offset
)

Implementation

Text splitText(int offset) => js_util.callMethod(this, 'splitText', [offset]);