InternalLinkTypeActiveSessions constructor

const InternalLinkTypeActiveSessions({
  1. dynamic extra,
  2. int? clientId,
})

The link is a link to the active sessions section of the app. Use getActiveSessions to handle the link

Implementation

const InternalLinkTypeActiveSessions({
  this.extra,
  this.clientId,
});