hide method

void hide()

Ẩn tạm thời (không dừng monitor)

Implementation

void hide() {
  _isVisible = false;
  notifyListeners();
}