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