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