photoURLValuePatch method
Implementation
void photoURLValuePatch(
String value, {
bool updateParent = true,
bool emitEvent = true,
}) {
photoURLControl.patchValue(value,
updateParent: updateParent, emitEvent: emitEvent);
}
void photoURLValuePatch(
String value, {
bool updateParent = true,
bool emitEvent = true,
}) {
photoURLControl.patchValue(value,
updateParent: updateParent, emitEvent: emitEvent);
}