load static method
Implementation
static Future<SharedPreferences?> load() async {
_prefs ??= await SharedPreferences.getInstance();
return _prefs;
}
static Future<SharedPreferences?> load() async {
_prefs ??= await SharedPreferences.getInstance();
return _prefs;
}