onMetaCountersUpdated method

void onMetaCountersUpdated(
  1. BaseChannel channel,
  2. Map<String, int> metaCounters
)

A callback for when channel meta counters is updated.

Implementation

void onMetaCountersUpdated(
    BaseChannel channel, Map<String, int> metaCounters) {}