Future<String> write(String updatedValue) async { await Dune.secretStore.write(key, updatedValue); _value = updatedValue; _initialized = true; return updatedValue; }