SetAccountTtl constructor
const
SetAccountTtl({
- required AccountTtl ttl,
Changes the period of inactivity after which the account of the current user will automatically be deleted
Implementation
const SetAccountTtl({
required this.ttl,
});