session property

Session? get session

Returns the current session.

After an automatic refresh this reflects the latest credentials, so callers can persist the up-to-date session.

Implementation

Session? get session => _currentSession;