lastSignInTimeValueUpdate method

void lastSignInTimeValueUpdate(
  1. DateTime value, {
  2. bool updateParent = true,
  3. bool emitEvent = true,
})

Implementation

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