removeDiacritics method
Removes the diacritics of a string thanks to the diacritic
package.
Implementation
String removeDiacritics() => diacritic.removeDiacritics(this);
Removes the diacritics of a string thanks to the diacritic
package.
String removeDiacritics() => diacritic.removeDiacritics(this);