save method
Implementation
Future save() async {
SharedPreferences sp = await SharedPreferences.getInstance();
doSave(sp);
return Future.value(true);
}
Future save() async {
SharedPreferences sp = await SharedPreferences.getInstance();
doSave(sp);
return Future.value(true);
}