setDeviceLastLogin static method

void setDeviceLastLogin(
  1. DateTime lastLogin
)

Implementation

static void setDeviceLastLogin(DateTime lastLogin) {
  deviceIdentifier?.lastLogin = lastLogin;
}