RemoveRecentHashtag constructor
const
RemoveRecentHashtag({
- required String hashtag,
Removes a hashtag from the list of recently used hashtags
Implementation
const RemoveRecentHashtag({
required this.hashtag,
});