ApiServerIOResponseParser typedef

ApiServerIOResponseParser = Future<void> Function(HttpClientResponse response, HttpMethod method, Object? output)

Implementation

typedef ApiServerIOResponseParser = Future<void> Function(io.HttpClientResponse response, HttpMethod method, Object? output);