canFetchReactions method
Implementation
bool canFetchReactions() {
return hasMoreReactions.containsKey(selectedReaction) &&
hasMoreReactions[selectedReaction] == true;
}
bool canFetchReactions() {
return hasMoreReactions.containsKey(selectedReaction) &&
hasMoreReactions[selectedReaction] == true;
}