closeSelectionPopupWindow method

void closeSelectionPopupWindow()

Implementation

void closeSelectionPopupWindow() {
  if (_datePickerController.isShow) {
    _datePickerController.hide();
  }
}