On this pageGetKeyValueStoreFromRequestHandlerFunction Type of a function for accessing a key-value store from within a request handler.Index Methods__call__Methods __call__ __call__(*, id, name): Coroutine[None, None, KeyValueStoreInterface]Parametersoptionalkeyword-onlyid: str | None = Noneoptionalkeyword-onlyname: str | None = NoneReturns Coroutine[None, None, KeyValueStoreInterface]
Type of a function for accessing a key-value store from within a request handler.