UserDataService constructor

UserDataService(
  1. FirebaseFirestore _db,
  2. FirebaseFunctions _functions,
  3. Talker _log
)

Implementation

UserDataService(
  this._db,
  this._functions,
  this._log,
);