SetInactiveSessionTtl constructor
const
SetInactiveSessionTtl({
- required int inactiveSessionTtlDays,
Changes the period of inactivity after which sessions will automatically be terminated
Implementation
const SetInactiveSessionTtl({
required this.inactiveSessionTtlDays,
});