menu
custom_pdf_converter package
documentation
pdf.dart
DeflateCallback typedef
DeflateCallback typedef
dark_mode
light_mode
DeflateCallback
typedef
DeflateCallback
=
List
<
int
>
Function
(
List
<
int
>
data
)
Callback used to compress the data
Implementation
typedef DeflateCallback = List<int> Function(List<int> data);
custom_pdf_converter package
documentation
pdf
DeflateCallback typedef
pdf library