rawSession property

Map<String, dynamic>? rawSession
getter/setter pairinherited

Holds the complete JSON retrieved from the backend This is because each app will have custom fields in the session response.

Implementation

Map<String, dynamic>? rawSession;