Skip to content

Instantly share code, notes, and snippets.

@diefferson
Created March 4, 2021 01:31
Show Gist options
  • Save diefferson/5b406312079e4645570c8677677afd1d to your computer and use it in GitHub Desktop.
Save diefferson/5b406312079e4645570c8677677afd1d to your computer and use it in GitHub Desktop.
class CounterBloc {
final counterSubject = BehaviorSubject<Int>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment