DeleteSessionController constructor

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

Implementation

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