Skip to content

Instantly share code, notes, and snippets.

@JOSHIMOH
Created November 19, 2019 07:28
Show Gist options
  • Select an option

  • Save JOSHIMOH/770593b433d0247351a59ad116e13b41 to your computer and use it in GitHub Desktop.

Select an option

Save JOSHIMOH/770593b433d0247351a59ad116e13b41 to your computer and use it in GitHub Desktop.
actions
final counter = Observable(0);
final increment = Action((){
counter.value++;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment