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