GetEmojiSuggestionsUrl constructor

const GetEmojiSuggestionsUrl({
  1. required String languageCode,
})

Returns an HTTP URL which can be used to automatically log in to the translation platform and suggest new emoji replacements. The URL will be valid for 30 seconds after generation

Implementation

const GetEmojiSuggestionsUrl({
  required this.languageCode,
});