setCurrency static method
设置币种
Implementation
static setCurrency(String currencyCode) async {
await SpUtil.putString(_configCurrency, currencyCode);
}
设置币种
static setCurrency(String currencyCode) async {
await SpUtil.putString(_configCurrency, currencyCode);
}