getCachedReadStatus method

Map<String, int> getCachedReadStatus(
  1. String channelUrl
)

Implementation

Map<String, int> getCachedReadStatus(String channelUrl) {
  return chat.channelCache.getCachedReadStatus(channelUrl);
}