wordSeparator method

  1. @override
String wordSeparator()

Word separator to be used when joining the parts of the message.

Implementation

@override
String wordSeparator() => ' ';