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