MyUserRepository constructor
- GraphQlProvider _graphQlProvider,
- MyUserDriftProvider _driftMyUser,
- BlocklistRepository _blocklistRepository,
- UserRepository _userRepository,
- AccountDriftProvider _accountLocal,
Implementation
MyUserRepository(
this._graphQlProvider,
this._driftMyUser,
this._blocklistRepository,
this._userRepository,
this._accountLocal,
);