CaptchaOptions.FriendlyCaptcha constructor

CaptchaOptions.FriendlyCaptcha(
  1. String solution
)

Implementation

factory CaptchaOptions.FriendlyCaptcha(String solution) {
  return CaptchaOptions._internal({
    "solution": solution,
    "kotlinType": "com.icure.cardinal.sdk.dart.auth.CaptchaOptions.FriendlyCaptcha"
  });
}