doTruncate abstract method

String doTruncate(
  1. String text,
  2. int maxLength
)

Implementation

String doTruncate(String text, int maxLength);