filterUnsupported method
Filters out emojis not supported on the platform
Implementation
Future<List<CategoryEmoji>> filterUnsupported(List<CategoryEmoji> data) =>
Future.value(EmojiPickerInternalUtils().filterUnsupported(data));
Filters out emojis not supported on the platform
Future<List<CategoryEmoji>> filterUnsupported(List<CategoryEmoji> data) =>
Future.value(EmojiPickerInternalUtils().filterUnsupported(data));