formatWithIntl method

String formatWithIntl(
  1. String formatter()
)

Implementation

String formatWithIntl(String Function() formatter) =>
    Intl.withLocale(locale, formatter) as String;