TerminateSession constructor
const
TerminateSession({
- required int sessionId,
Terminates a session of the current user
Implementation
const TerminateSession({
required this.sessionId,
});
Terminates a session of the current user
const TerminateSession({
required this.sessionId,
});