DeleteSessionController constructor
- AuthService _authService, {
- void pop()?,
- List<
RxSession> sessions = const [],
Implementation
DeleteSessionController(
this._authService, {
this.pop,
this.sessions = const [],
});
DeleteSessionController(
this._authService, {
this.pop,
this.sessions = const [],
});