removeCurrency static method
dynamic
removeCurrency()
删除币种
Implementation
static removeCurrency() async {
await SpUtil.remove(_configCurrency);
}
删除币种
static removeCurrency() async {
await SpUtil.remove(_configCurrency);
}