context top-level property

ClientContext context

Returns the ClientContext of the current request.

This getter can only be called inside a request handler which was passed to runAppEngine.

Implementation

ClientContext get context => ss.lookup(_APPENGINE_CONTEXT) as ClientContext;