menu
flutter_recaptcha_v3 package
documentation
flutter_recaptcha_v2.dart
RecaptchaV2Controller
hide method
hide method
dark_mode
light_mode
hide
method
void
hide
(
)
Implementation
void hide() { _visible = false; if (!isDisposed) notifyListeners(); }
flutter_recaptcha_v3 package
documentation
flutter_recaptcha_v2
RecaptchaV2Controller
hide method
RecaptchaV2Controller class