MealDatabaseRepo constructor

MealDatabaseRepo(
  1. DatabaseWrapper _databaseWrapper
)

Constructor for MealDatabaseRepo.

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

Implementation

MealDatabaseRepo(this._databaseWrapper);