setValue method
Implementation
void setValue(String key, dynamic value) {
touch(); // Update access time on writes
values[key] = value;
}
void setValue(String key, dynamic value) {
touch(); // Update access time on writes
values[key] = value;
}