extractHashTags method Null safety

List<String> extractHashTags(
  1. String text
)

Extracts hash tags from a text.

  • text a text that contains hash tags Returns a list with extracted and compressed tags.