cachePutDelegate property
Delegate function to put data to SharedPreferences
Implementation
static LocaleCachePutDelegate cachePutDelegate = (key, value) async {
return true;
};
Delegate function to put data to SharedPreferences
static LocaleCachePutDelegate cachePutDelegate = (key, value) async {
return true;
};