DataHandlerUserRepo constructor
- ApiConnector _apiConnector,
- DatabaseWrapper _databaseWrapper
Constructs an instance of DataHandlerUserRepo.
Accepts an ApiConnector for handling API interactions and a DatabaseWrapper for managing local database operations.
Implementation
DataHandlerUserRepo(this._apiConnector, this._databaseWrapper);