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