remove Item

fun removeItem(supportList: SnapshotStateList<Pair<String, String>>, index: Int)

Function to remove an item from a support list

Parameters

supportList

: the support list from remove the item

index

: the index of the item to remove