menu
lokotro_pay package
documentation
models/payment_method_model.dart
LokotroCurrency
formatAmount method
formatAmount method
dark_mode
light_mode
formatAmount
method
String
formatAmount
(
double
amount
)
Implementation
String formatAmount(double amount) { return '$symbol${amount.toStringAsFixed(decimalPlaces)}'; }
lokotro_pay package
documentation
models/payment_method_model
LokotroCurrency
formatAmount method
LokotroCurrency class