Future<bool> save() async { var sp = await SharedPreferences.getInstance(); await doSave(sp); return true; }