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