getCachedDeliveryStatus method

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

Implementation

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