checkoutFailures property

Stream<CheckoutFailure> get checkoutFailures

Hot stream of checkout failures. Replaces ZSMigrationManager's onCheckoutFailure closure callback.

Implementation

Stream<CheckoutFailure> get checkoutFailures => _failuresController.stream;