addEntity method

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

Add a AppBarEntity to the repository, cached

Implementation

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