onMetaCountersUpdated method Null safety

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

Informs when metaCounters has been updated on channel

Implementation

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