useDAQCache function
Get the cache object that is provided through context
Implementation
DAQCache useDAQCache() {
final context = useContext();
return DAQProvider.of(context).daqCache;
}
Get the cache object that is provided through context
DAQCache useDAQCache() {
final context = useContext();
return DAQProvider.of(context).daqCache;
}