formatPrefix function
An alias for FormatLocale.formatPrefix on the default locale (see formatDefaultLocale).
Implementation
String Function(num) formatPrefix(String specifier, num value) {
return _formatPrefix(specifier, value);
}
An alias for FormatLocale.formatPrefix on the default locale (see formatDefaultLocale).
String Function(num) formatPrefix(String specifier, num value) {
return _formatPrefix(specifier, value);
}