searchMsgWithChannelAndContentTypes method
Implementation
Future<List<WKMsg>> searchMsgWithChannelAndContentTypes(String channelID,
int channelType, int oldestOrderSeq, int limit, List<int> contentTypes) {
return MessageDB.shared.searchMsgWithChannelAndContentTypes(
channelID, channelType, oldestOrderSeq, limit, contentTypes);
}