LocalFormatFunction typedef

LocalFormatFunction = String Function(DateTime date, {LocalFormatDateConfig? dateConfig, LocalFormatTimeConfig? timeConfig})

Implementation

typedef LocalFormatFunction = String Function(
  DateTime date, {
  LocalFormatDateConfig? dateConfig,
  LocalFormatTimeConfig? timeConfig,
});