addResponse abstract method
Adds response to a specific call.
Implementation
FutureOr<void> addResponse(AliceHttpResponse response, int requestId);
Adds response to a specific call.
FutureOr<void> addResponse(AliceHttpResponse response, int requestId);