getMaxReactionSeqWithChannel method

Future<int> getMaxReactionSeqWithChannel(
  1. String channelID,
  2. int channelType
)

Implementation

Future<int> getMaxReactionSeqWithChannel(String channelID, int channelType) {
  return ReactionDB.shared.queryMaxSeqWithChannel(channelID, channelType);
}