fromCurrencyAmount abstract method

String fromCurrencyAmount(
  1. String amount,
  2. String currency
)

No description provided for @fromCurrencyAmount.

In en, this message translates to: 'From {amount} {currency}'

Implementation

String fromCurrencyAmount(String amount, String currency);