hide method

void hide()

Hides the feedback ui. Typically, this does not need to be called by the user of this library

Implementation

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