useCurrency static method
Sets the default currency code.
Implementation
static void useCurrency(String currency) => _defaultCurrency = currency;
Sets the default currency code.
static void useCurrency(String currency) => _defaultCurrency = currency;