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