onMetaCountersUpdated method
- BaseChannel channel,
- Map<
String, int> metaCounters
A callback for when channel meta counters is updated.
Implementation
void onMetaCountersUpdated(
BaseChannel channel, Map<String, int> metaCounters) {}
A callback for when channel meta counters is updated.
void onMetaCountersUpdated(
BaseChannel channel, Map<String, int> metaCounters) {}