removeAll static method

dynamic removeAll()

删除所有偏好

Implementation

static removeAll() async {
  await SpUtil.remove(_configRegion);
  await SpUtil.remove(_configCurrency);
  await SpUtil.remove(_configAuthToken);
}