onReactionUpdated method Null safety

void onReactionUpdated(
  1. BaseChannel channel,
  2. ReactionEvent event
)

Informs when an reaction event happens on channel

Implementation

void onReactionUpdated(BaseChannel channel, ReactionEvent event) {}