OnEmojiSelected typedef

OnEmojiSelected = void Function(Emoji emoji, Category category)

Callback function for when emoji is selected

The function returns the selected Emoji as well as the Category from which it originated

Implementation

typedef void OnEmojiSelected(Emoji emoji, Category category);