Returns true if the session contains a value for the given key.
true
key
@override Future<bool> has(String identifier, String key) async { return _manager(identifier).has(key); }