library / io.getstream.chat.android.livedata.repository / ChannelRepository / insert

insert

suspend fun insert(channelEntity: ChannelEntity): Unit
suspend fun insert(channelEntities: List<ChannelEntity>): Unit