getRecentTransactionsStream method
Implementation
Stream<List<WalletTransaction>> getRecentTransactionsStream(String walletId) {
_initRecentTransactionStream(walletId);
return _walletRecentTransactionStreams[walletId]!.stream;
}
Stream<List<WalletTransaction>> getRecentTransactionsStream(String walletId) {
_initRecentTransactionStream(walletId);
return _walletRecentTransactionStreams[walletId]!.stream;
}