reaction library
Classes
Constants
- columnCount → const String
- columnEmoji → const String
- columnId → const String
- columnTimestamp → const String
- tableCutomEmoji → const String
- tableName → const String
Properties
-
defaultReactions
→ List<
String> -
final
Functions
-
addAllDefaultToCustom(
) → Future< bool> -
getCustomReactions(
{int limit = 5}) → Future< List< String> > -
getMostUsedReactions(
{int limit = 5}) → Future< List< String> > -
getRecentlyAdded(
{int limit = 5, List< String> ? customDefaultReactions}) → Future<List< String> > -
replaceEmoji(
{String? emojiToReplace, String newEmoji = "", int limit = 5, dynamic onReplaced(String)?}) → Future< bool> -
updateRecentlyAdded(
String emoji) → Future< bool>