keys property

Iterable<String> get keys

Returns keys in session store

Implementation

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