OnDidSetShippingMethod typedef

OnDidSetShippingMethod = FutureOr<void> Function(ApplePayShippingMethod method)

Implementation

typedef OnDidSetShippingMethod =
    FutureOr<void> Function(ApplePayShippingMethod method);