formatLocalized method

String formatLocalized(
  1. DateTime date
)

Implementation

String formatLocalized(DateTime date) {
  final localizedDateTime = getLocalizedDateTime(date);
  return format(localizedDateTime);
}