menu
ndk package
documentation
domain_layer/usecases/wallets/wallets.dart
Wallets
walletsStream property
walletsStream property
dark_mode
light_mode
walletsStream
property
Stream
<
List
<
Wallet
>
>
get
walletsStream
stream of all wallets
Implementation
Stream<List<Wallet>> get walletsStream => _walletsSubject.stream;
ndk package
documentation
domain_layer/usecases/wallets/wallets
Wallets
walletsStream property
Wallets class