updateTillDate method
- DateTime? date
Updates the till-date filter and emits the new state.
Implementation
void updateTillDate(DateTime? date) {
emit(state.copyWith(tillDate: date));
}
Updates the till-date filter and emits the new state.
void updateTillDate(DateTime? date) {
emit(state.copyWith(tillDate: date));
}