useDAQCache function

DAQCache useDAQCache()

Get the cache object that is provided through context

Implementation

DAQCache useDAQCache() {
  final context = useContext();
  return DAQProvider.of(context).daqCache;
}