hasSessionValue method

bool hasSessionValue(
  1. String key
)

Checks if session key exists

Implementation

bool hasSessionValue(String key) => _session.has(key);