clearFromDate method
Clears the fromDate and its controller
Implementation
void clearFromDate() {
fromDateController.clear();
emit(state.copyWith(clearFromDate: true));
}
Clears the fromDate and its controller
void clearFromDate() {
fromDateController.clear();
emit(state.copyWith(clearFromDate: true));
}