getPref method
Return cached SharedPreferences
instance
Implementation
FutureOr<SharedPreferences> getPref() async {
_pref ??= await SharedPreferences.getInstance();
return _pref!;
}
Return cached SharedPreferences
instance
FutureOr<SharedPreferences> getPref() async {
_pref ??= await SharedPreferences.getInstance();
return _pref!;
}