DataHandlerUserRepo constructor

DataHandlerUserRepo(
  1. ApiConnector _apiConnector,
  2. 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);