fnLastWeek function
dynamic
fnLastWeek()
Implementation
dynamic fnLastWeek() {
return DateTime.now().subtract(const Duration(days: 7));
}
dynamic fnLastWeek() {
return DateTime.now().subtract(const Duration(days: 7));
}