withAddedReactions method

TestSuperEditorConfigurator withAddedReactions(
  1. List<EditReaction> addedReactions
)

Implementation

TestSuperEditorConfigurator withAddedReactions(List<EditReaction> addedReactions) {
  _config.addedReactions.addAll(addedReactions);
  return this;
}