dismiss method

void dismiss()

Implementation

void dismiss() {
  if (_state == null) return;
  _state = null;
  notifyListeners();
}