collapseWhitespace method
Normalize the string by collapsing multiple whitespace characters into single spaces.
Implementation
B collapseWhitespace() => wrap((c) => tr.collapseWhitespace(c));
Normalize the string by collapsing multiple whitespace characters into single spaces.
B collapseWhitespace() => wrap((c) => tr.collapseWhitespace(c));