Checks if session data exists for the given key.
@override Future<bool> has(String key) async { return _storage.containsKey(key); }