isCaptchaAutoSave method

dynamic isCaptchaAutoSave(
  1. bool isAutosave
)

Implementation

isCaptchaAutoSave(bool isAutosave){
  isCaptureAutoSave=isAutosave;
  notifyListeners();

}