PrinterFn typedef

PrinterFn = void Function(dynamic value)

Implementation

typedef PrinterFn = void Function(dynamic value);