menu
messenger
ui/page/home/page/my_profile/session/view.dart
DeleteSessionView
DeleteSessionView const constructor
DeleteSessionView
dark_mode
light_mode
DeleteSessionView
constructor
const
DeleteSessionView
(
{
Key
?
key
,
List
<
RxSession
>
sessions
=
const []
,
bool
exceptCurrent
=
false
,
})
Implementation
const DeleteSessionView({ super.key, this.sessions = const [], this.exceptCurrent = false, });
messenger
view
DeleteSessionView
DeleteSessionView const constructor
DeleteSessionView class