EmoticonsAddFromUrl constructor

EmoticonsAddFromUrl({
  1. required String url,
  2. String? keyword,
})

Implementation

EmoticonsAddFromUrl({
  required this.url,
  this.keyword,
});