attach method

ChannelMetrics attach(
  1. String id
)

Implementation

ChannelMetrics attach(String id) => _map[id] ??= ChannelMetrics();