individual property
Returns the MonetizationSettings of the authenticated MyUser.
Implementation
RxMap<UserId, Rx<MonetizationSettings>> get individual =>
_partnerService.individual;
Returns the MonetizationSettings of the authenticated MyUser.
RxMap<UserId, Rx<MonetizationSettings>> get individual =>
_partnerService.individual;