filterUnsupported method

Future<List<CategoryEmoji>> filterUnsupported(
  1. List<CategoryEmoji> data
)

Filters out emojis not supported on the platform

Implementation

Future<List<CategoryEmoji>> filterUnsupported(List<CategoryEmoji> data) =>
    Future.value(EmojiPickerInternalUtils().filterUnsupported(data));