HttpOnDecodeError typedef

HttpOnDecodeError = void Function(Object err, List<int> data, HttpRequest req)

Implementation

typedef HttpOnDecodeError = void Function(Object err, List<int> data, io.HttpRequest req);