PlatformPayConfirmParams.web constructor

  1. @JsonSerializable(explicitToJson: true)
const PlatformPayConfirmParams.web({
  1. required PlatformPayWebPaymentRequestCreateOptions options,
})

Implementation

@JsonSerializable(explicitToJson: true)
const factory PlatformPayConfirmParams.web({
  required PlatformPayWebPaymentRequestCreateOptions options,
}) = PlatformPayConfirmParamsWeb;