static Future<void> updateNewValue(String key, dynamic value) async { if (getValue(key) != value) _storage.write(key, value); }