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