getAll method
Implementation
Future<List<Reservation>> getAll() async {
return await ref
.watch(reservationControllerProvider<T>().notifier)
.getAll();
}
Future<List<Reservation>> getAll() async {
return await ref
.watch(reservationControllerProvider<T>().notifier)
.getAll();
}