pendingCheckoutUpdates property
Stream of the "is a web checkout in-flight?" flag. Mirrors the SDK's
pendingCheckout state observable on both platforms.
Implementation
Stream<bool> get pendingCheckoutUpdates {
throw UnimplementedError(
'pendingCheckoutUpdates has not been implemented.',
);
}