UserDatabaseRepo constructor

UserDatabaseRepo(
  1. DatabaseWrapper _databaseWrapper
)

Constructor for UserDatabaseRepo.

  • _databaseWrapper: The database wrapper instance that handles initialization and database connection.

Implementation

UserDatabaseRepo(this._databaseWrapper);