TriShieldCaptcha constructor
const
TriShieldCaptcha({
- Key? key,
- required void onResult(
- CaptchaResult result
- required String apiKey,
- required String webUrl,
- bool includePadding = true,
Implementation
const TriShieldCaptcha({
super.key,
required this.onResult,
required this.apiKey,
required this.webUrl,
this.includePadding = true,
});