@override Future<List<T>> build() async { state = const AsyncValue.loading(); state = await AsyncValue.guard(() => getAll()); return await future; }