cachePutDelegate property

LocaleCachePutDelegate cachePutDelegate
getter/setter pair

Delegate function to put data to SharedPreferences

Implementation

static LocaleCachePutDelegate cachePutDelegate = (key, value) async {
  return true;
};