detach method

void detach()

Implementation

void detach() {
  context.unRegisterToolTip(this);
  onDetach();
}