DeleteSessionController constructor

DeleteSessionController(
  1. AuthService _authService, {
  2. void pop()?,
  3. List<RxSession> sessions = const [],
})

Implementation

DeleteSessionController(
  this._authService, {
  this.pop,
  this.sessions = const [],
});