getState method
Returns a deep copy of the current session state.
Implementation
SessionState getState() =>
SessionState.fromJson(_deepClone(_json) as Map<String, dynamic>);
Returns a deep copy of the current session state.
SessionState getState() =>
SessionState.fromJson(_deepClone(_json) as Map<String, dynamic>);