addEntity method

  1. @override
Future<DrawerEntity> addEntity(
  1. String documentID,
  2. DrawerEntity value
)
override

Add a DrawerEntity to the repository, cached

Implementation

@override
Future<DrawerEntity> addEntity(String documentID, DrawerEntity value) {
  return reference.addEntity(documentID, value);
}