FormatterCallback typedef

FormatterCallback = String Function(String value, ParseInfo pi)

Callback used to preformat the DateTime string before send to the formatter

Implementation

typedef FormatterCallback = String Function(String value, ParseInfo pi);