Returns the current session data, or null if no active session.
Map<String, dynamic>? get() => _c.get<Map<String, dynamic>?>(_sessionDataKey);