UsersDataService constructor

UsersDataService(
  1. FirebaseFirestore _db
)

Implementation

UsersDataService(
  this._db,
  //  this._functions,
);