updatesFor method
- UserId id
Listens to the updates of MonetizationSettings for the provided UserId while the returned Stream is listened to.
Implementation
Stream<MonetizationSettings?> updatesFor(UserId id) {
Log.debug('updatesFor(id: $id)', '$runtimeType');
return _partnerRepository.updatesFor(id);
}