EraseController constructor

EraseController(
  1. AuthService _authService,
  2. MyUserService? _myUserService
)

Implementation

EraseController(this._authService, this._myUserService);