TResponseReceivedHook typedef
TResponseReceivedHook =
void Function(EngineContext context, String requestId, VoltronHttpResponse? response)
Implementation
typedef TResponseReceivedHook = void Function(
EngineContext context,
String requestId,
VoltronHttpResponse? response,
);