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