Skip to content

Instantly share code, notes, and snippets.

@kirshiyin89
Created September 30, 2020 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirshiyin89/3c5991692d2334165988fe18817a5d07 to your computer and use it in GitHub Desktop.
Save kirshiyin89/3c5991692d2334165988fe18817a5d07 to your computer and use it in GitHub Desktop.
method for updating the ectd key value pairs from Flutter
setConfigValue(ConfigData config) {
print(
"update etcd key ${config.prefix}/${config.name} with value '${config.value}'");
setEtcdValue(config);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment