cacheGetDelegate property
Delegate function to get data from SharedPreferences
Implementation
static LocaleCacheGetDelegate cacheGetDelegate = (key) {
return null;
};
Delegate function to get data from SharedPreferences
static LocaleCacheGetDelegate cacheGetDelegate = (key) {
return null;
};