ActivityRepository class

Constructors

ActivityRepository(String path, {FirestoreRepository? firestoreRepository, FirebaseStorageRepository? storageRepository})

Properties

hashCode int
The hash code for this object.
no setterinherited
path String
final
reference → DocumentReference<Map<String, dynamic>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addActivity(DocumentReference<Map<String, dynamic>> activityReference, ActivityLog activityLog) Future<void>
changeSeenStatus(String? userId, String? path, int seenStatus) Future<void>
createActivityReference() → DocumentReference<Map<String, dynamic>>
getChatImages(DocumentReference<Map<String, dynamic>> proposalReference) Stream<QuerySnapshot<Map<String, dynamic>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setTyping(String userId, bool typing) Future
toString() String
A string representation of this object.
inherited
uploadData(String fileName, dynamic image) Future<String?>

Operators

operator ==(Object other) bool
The equality operator.
inherited