AutoDisconnect constructor
const
AutoDisconnect({
- required int duration,
- bool showRemainingTimeInNotification = true,
- TimeFormat timeFormat = TimeFormat.withSeconds,
- OnExpireBehavior onExpire = OnExpireBehavior.disconnectWithNotification,
- String? expiredNotificationMessage,
Implementation
const AutoDisconnect({
required this.duration,
this.showRemainingTimeInNotification = true,
this.timeFormat = TimeFormat.withSeconds,
this.onExpire = OnExpireBehavior.disconnectWithNotification,
this.expiredNotificationMessage,
});