session property

Future<Session> get session

The session associated with this request.

Throws, if no session has been initiated.

Implementation

Future<Session> get session => _sessionProperty.get(this).future;