saveSpkey method
Implementation
saveSpkey(String spKey) async {
cnewsPermission.value = spKey;
SharedPreferences prefs = await SharedPreferences.getInstance();
prefs.setString("qquuiquwuq", spKey);
update();
}
saveSpkey(String spKey) async {
cnewsPermission.value = spKey;
SharedPreferences prefs = await SharedPreferences.getInstance();
prefs.setString("qquuiquwuq", spKey);
update();
}