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