removEmoji property

String removEmoji

Accurately replace/remove emojis in text strings Returns a copy of string without emoji characters.

Implementation

String get removEmoji => RemoveEmoji().clean(this);