shared property
Future<SharedPreferences>
get
shared
Implementation
Future<SharedPreferences> get shared async {
return _prefs ??= (await getSharedPrefs());
}
Future<SharedPreferences> get shared async {
return _prefs ??= (await getSharedPrefs());
}