clear method

void clear()

Removes all chips from the input.

Sets the value to an empty list and notifies listeners of the change.

Implementation

void clear() {
  value = [];
}