remove method

List<T> remove(
  1. int index
)

Implementation

List<T> remove(int index) {
  return _remove(prefs, index);
}