initMySharedPreferences static method
Initializes the singleton SharedPreferences instance.
Implementation
static Future initMySharedPreferences() async {
_prefs = await SharedPreferences.getInstance();
}
Initializes the singleton SharedPreferences instance.
static Future initMySharedPreferences() async {
_prefs = await SharedPreferences.getInstance();
}