lastSignInTimeValueUpdate method
void
lastSignInTimeValueUpdate(})
Implementation
void lastSignInTimeValueUpdate(
DateTime value, {
bool updateParent = true,
bool emitEvent = true,
}) {
lastSignInTimeControl.updateValue(value,
updateParent: updateParent, emitEvent: emitEvent);
}