Skip to content

Instantly share code, notes, and snippets.

@adityadroid
Created October 6, 2019 18:37
Show Gist options
  • Select an option

  • Save adityadroid/2f1e0e92fec17118930daabc2f404a63 to your computer and use it in GitHub Desktop.

Select an option

Save adityadroid/2f1e0e92fec17118930daabc2f404a63 to your computer and use it in GitHub Desktop.
if (event is ConfigValueChanged) {
SharedObjects.prefs.setBool(event.key, event.value);
yield ConfigChangeState(event.key, event.value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment