combinedRecentTransactions property
Stream<List<WalletTransaction> >
get
combinedRecentTransactions
public-facing stream of combined recent transactions.
Implementation
Stream<List<WalletTransaction>> get combinedRecentTransactions {
_activateRecent();
return _combinedRecentTransactionsSubject.stream;
}