Future<void> setRange(DateTime from, DateTime to) async { fromDate = from; toDate = to; await load(); }