closeAllChannels method

void closeAllChannels()

Close all the open channels.

Implementation

void closeAllChannels() => close(channels: _subsByChannel.keys);