Future<List<T>?> refresh({bool isCached = true}) { loader.isRefresh = true; return super.fetchList(isCached: isCached); }