FormatNumberType typedef

FormatNumberType = Future<String?> Function(FormatNumberOptions options)

Type definition for the formatNumber function.

Implementation

typedef FormatNumberType = Future<String?> Function(
    FormatNumberOptions options);