stripHtmlIfNeeded method
Strips HTML tags from the string if needed, preserving bidirectional text direction.
Implementation
String stripHtmlIfNeeded() => Bidi.stripHtmlIfNeeded(this);
Strips HTML tags from the string if needed, preserving bidirectional text direction.
String stripHtmlIfNeeded() => Bidi.stripHtmlIfNeeded(this);