onReactionLongPress property

dynamic Function(String? reaction)? onReactionLongPress
final

onReactionLongPress is a callback which gets called when a reaction is long pressed

Implementation

final Function(String? reaction)? onReactionLongPress;