cacheGetDelegate property

LocaleCacheGetDelegate cacheGetDelegate
getter/setter pair

Delegate function to get data from SharedPreferences

Implementation

static LocaleCacheGetDelegate cacheGetDelegate = (key) {
  return null;
};