DeleteSessionQuery constructor

DeleteSessionQuery({
  1. bool exceptCurrent = false,
})

Implementation

DeleteSessionQuery({bool exceptCurrent = false}) {
  _exceptCurrent = exceptCurrent;
}