createResponseContext abstract method

Future<ResponseContextType> createResponseContext(
  1. Request request,
  2. Response response, [
  3. RequestContextType? correspondingRequest
])

Implementation

Future<ResponseContextType> createResponseContext(
    Request request, Response response,
    [RequestContextType? correspondingRequest]);