startPhotoPayment static method

Future<String?> startPhotoPayment(
  1. PhotoPaymentConfiguration paymentConfig
)

Starts the photo payment process. Use paymentConfig to alter the default behaviour/theming of the photo payment process.

Implementation

static Future<String?> startPhotoPayment(
    PhotoPaymentConfiguration paymentConfig) {
  return DocutainSdkPlatform.instance.startPhotoPayment(paymentConfig);
}