userChoiceDetailsStream property

Stream<UserChoiceDetailsWrapper> userChoiceDetailsStream
latefinal

Stream of userSelectedAlternativeBilling events from the BillingClient.

This is a broadcast stream, so it can be listened to multiple times. A "done" event will be sent after dispose is called.

Implementation

late final Stream<UserChoiceDetailsWrapper> userChoiceDetailsStream =
    _userChoiceAlternativeBillingController.stream;