stripLow method

String stripLow({
  1. bool keepNewLines = false,
})

Removes control characters from the string.

Implementation

String stripLow({bool keepNewLines = false}) => _stripLow(this, keepNewLines);