DeflateCallback typedef

DeflateCallback = List<int> Function(List<int> data)

Callback used to compress the data

Implementation

typedef DeflateCallback = List<int> Function(List<int> data);