shippingMethods property

List<ApplePayShippingMethod>? shippingMethods
inherited

An array of shipping method objects that describe the supported shipping methods. If provided, you must implement the PlatformPayButton component's onShippingMethodSelected callback and call updatePlatformPaySheet from there.

Implementation

List<ApplePayShippingMethod>? get shippingMethods =>
    throw _privateConstructorUsedError;