updateReactions abstract method

Future<void> updateReactions(
  1. List<Reaction> reactions
)

Updates the reactions data with the new reactions data

Implementation

Future<void> updateReactions(List<Reaction> reactions);