silentRemoveAt method
Removes the element at the specified index from the list without notifying listeners.
index: The index of the element to remove.- Returns: The removed element.
Implementation
T silentRemoveAt(int index) => value.removeAt(index);