updateChannels abstract method

Future<void> updateChannels(
  1. List<ChannelModel> channels
)

Updates all the channels using the new channels data.

Implementation

Future<void> updateChannels(List<ChannelModel> channels);