fromCurrencyAmount method
No description provided for @fromCurrencyAmount.
In en, this message translates to: 'From {amount} {currency}'
Implementation
@override
String fromCurrencyAmount(String amount, String currency) {
return 'From $amount $currency';
}