Stores session data for the given key.
@override Future<void> set(String key, T value) async { _storage[key] = value; }