keys property

Iterable<String> get keys

Gets all session keys.

Implementation

Iterable<String> get keys => _storage.keys;