initPreference static method
Implementation
static Future initPreference() async {
preference = await SharedPreferences.getInstance();
return preference;
}
static Future initPreference() async {
preference = await SharedPreferences.getInstance();
return preference;
}