RemoveRecentHashtag constructor

const RemoveRecentHashtag({
  1. required String hashtag,
})

Removes a hashtag from the list of recently used hashtags

Implementation

const RemoveRecentHashtag({
  required this.hashtag,
});