clear method

  1. @override
void clear()
override

Removes all indices.

Implementation

@override
void clear() {
  indices.clear();
}