onMetaCountersCreated method Null safety

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

Informs when metaCounters has been created on channel

Implementation

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