hideToolTip method
void
hideToolTip()
Hide any tooltip.
This method may be overridden, but you should consider calling this base method in order to get all of its functionality. Please read the Introduction page on Extensions for how to override methods and how to call this base method. @expose
Implementation
void hideToolTip() {
_i4.callMethod(
this,
'hideToolTip',
[],
);
}