removeDiacritics method

String removeDiacritics()

Removes the diacritics of a string thanks to the diacritic package.

Implementation

String removeDiacritics() => diacritic.removeDiacritics(this);