getBalancesStream method
Implementation
Stream<List<WalletBalance>> getBalancesStream(String walletId) {
_initBalanceStream(walletId);
return _walletBalanceStreams[walletId]!.stream;
}
Stream<List<WalletBalance>> getBalancesStream(String walletId) {
_initBalanceStream(walletId);
return _walletBalanceStreams[walletId]!.stream;
}