containsKey method

bool containsKey(
  1. Arg arg
)

Check if signal is currently stored in the cache

Implementation

bool containsKey(Arg arg) => store.containsKey(arg);