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