updateEntity method
Update a NotificationEntity in the repository, cached
Implementation
@override
Future<NotificationEntity> updateEntity(
String documentID, NotificationEntity value) {
return reference.updateEntity(documentID, value);
}
Update a NotificationEntity in the repository, cached
@override
Future<NotificationEntity> updateEntity(
String documentID, NotificationEntity value) {
return reference.updateEntity(documentID, value);
}