has static method

bool has(
  1. String key
)

Implementation

static bool has(String key) {
  if (key == _tokenKeyOrNull()) return _tokenCache != null;
  return _p.containsKey('wt_session_$key');
}