applePayStateUpdates property
Stream of Apple Pay availability state changes from the iOS Kit's
applePayAvailability.statePublisher. Each event is the raw string
("ready" / "setupRequired" / "unavailable"); the facade converts
to ApplePayAvailabilityState.
Implementation
Stream<String> get applePayStateUpdates {
throw UnimplementedError(
'applePayStateUpdates has not been implemented.',
);
}