removeRegion static method

dynamic removeRegion()

删除地区偏好

Implementation

static removeRegion() async {
  await SpUtil.remove(_configRegion);
}