notify method
Implementation
void notify(ElTooltipStatus status) {
if (value != status) {
value = status;
notifyListeners();
}
}
void notify(ElTooltipStatus status) {
if (value != status) {
value = status;
notifyListeners();
}
}