startPhotoPayment static method
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);
}