Electric-Coin-Company / zcash-android-wallet-sdk

Native Android SDK for Zcash
MIT License
5 stars 9 forks source link

Update the Syncrhonizer API to use StateFlow liberally #241

Closed gmale closed 1 year ago

gmale commented 3 years ago

As a wallet developer, I'd like to use StateFlows as much as possible because they are a better replacement for livedata (and similar workflows) than Flows.

Criteria:

Background:

ccjernigan commented 1 year ago

This migration was done already.