removeExtraWhiteSpace method

String removeExtraWhiteSpace()

Implementation

String removeExtraWhiteSpace() => replaceAll(RegExp(r'\\s+'), ' ');