web_socket_counter_flutter
web_socket_counter_flutter copied to clipboard
refactor: use emit.forEach instead of internal events
Description
The Bloc CounterBloc
uses internal events for stream handling instead of the recommended emit.forEach
call.
Type of Change
- [ ] โจ New feature (non-breaking change which adds functionality)
- [ ] ๐ ๏ธ Bug fix (non-breaking change which fixes an issue)
- [ ] โ Breaking change (fix or feature that would cause existing functionality to change)
- [x] ๐งน Code refactor
- [ ] โ Build configuration change
- [ ] ๐ Documentation
- [ ] ๐๏ธ Chore