BlocklistController constructor
- MyUserService _myUserService,
- UserService _userService,
- BlocklistService _blocklistService, {
- void pop()?,
Implementation
BlocklistController(
this._myUserService,
this._userService,
this._blocklistService, {
this.pop,
});