close method

void close()

Implementation

void close() {
  if (_tooltip?.isOpen == true) {
    _tooltip?.close();
  }
}