InternalLinkTypeActiveSessions constructor
const
InternalLinkTypeActiveSessions({
- dynamic extra,
- int? clientId,
The link is a link to the active sessions section of the application. Use getActiveSessions to handle the link
Implementation
const InternalLinkTypeActiveSessions({
this.extra,
this.clientId,
});