Closed ejabu closed 6 years ago
void _updateShowDates(dynamic action, NextDispatcher next) { var now = Clock.getCurrentTime(); var dates = List.generate(7, (index) => now.add(Duration(days: index))); next(new ShowDatesUpdatedAction(dates)); }
I got this error message "The expression here has a type of 'void', and therefore cannot be used."
Detail
Wasn't able to reproduce with 0.7.3 beta. Feel free to reopen if the issue persists.
0.7.3
I got this error message "The expression here has a type of 'void', and therefore cannot be used."
Detail