UserDataService constructor
UserDataService(
- FirebaseFirestore _db,
- FirebaseFunctions _functions,
- Talker _log
Implementation
UserDataService(
this._db,
this._functions,
this._log,
);