updateFavoriteChannel

suspend fun updateFavoriteChannel(    context: Context,     selectedList: List<Long>,     unselectedList: List<Long>,     callback: (ApiResult<Any>) -> Unit?? = null)

Call this method to update list of favorite channel (add/remove) .

Parameters

context

the application context

selectedList

the application context

unselectedList

the application context