searchWithChannel method

Future<List<WKMsg>> searchWithChannel(
  1. String keyword,
  2. String channelID,
  3. int channelType
)

Implementation

Future<List<WKMsg>> searchWithChannel(
    String keyword, String channelID, int channelType) {
  return MessageDB.shared.searchWithChannel(keyword, channelID, channelType);
}