selectDocumentCountry method
Implementation
void selectDocumentCountry(String? documentCountry) {
_documentCountry = documentCountry;
notifyListeners();
}
void selectDocumentCountry(String? documentCountry) {
_documentCountry = documentCountry;
notifyListeners();
}