updatesFor abstract method

Stream<MonetizationSettings?> updatesFor(
  1. 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);