restoreText method

String restoreText()

Decompresses this Uint8List as text data.

This method should be used on data that was compressed with String.shrinkText or Shrink.text.

Returns the original string.

Implementation

String restoreText() => utils.restoreText(this);