usePulse function

Pulse? usePulse(
  1. WidgetRef ref,
  2. String key
)

Implementation

Pulse? usePulse(WidgetRef ref, String key) {
  final cache = ref.watch(pulseProvider.notifier);
  return cache.findPulse(key);
}