close method

void close ()

Closes the suggestions box

Implementation

void close() {
  _effectiveFocusNode.unfocus();
}