resetModalBackdrop method

void resetModalBackdrop()

Implementation

void resetModalBackdrop() {
  _isModalBackdrop = false;
  notifyListeners();
}