getUserRepo method
Provides an instance of UserDatabaseRepo.
This method allows access to the UserDatabaseRepo and returns
an instance of it, allowing user-related operations to be performed
using the database wrapper.
Implementation
UserDatabaseRepo getUserRepo() {
return UserDatabaseRepo(this);
}