methods/utils/format_number library
Classes
- FormatNumberOptions
- Options for the formatNumber function.
Functions
- 
  formatNumber(FormatNumberOptions options) → Future< String?> 
- Formats a given number into a human-readable string representation with suffixes (K, M, B).
Typedefs
- 
    FormatNumberType
      = Future<String?> Function(FormatNumberOptions options)
- Type definition for the formatNumber function.